09-03-2019, 03:53 PM
Although we lost BBEdit's WYSIWYG editor, at least for now, it doesn't mean you can't code edits the old fashioned way (with bracketed codes). The list, with examples, is here:
https://docs.mybb.com/1.6/MyCode/
The most important ones:
Note, I took out the ones to insert code, since that breaks the formatting (it thinks the /code flag is a signal to end the quote).
BC
https://docs.mybb.com/1.6/MyCode/
The most important ones:
Code:
bold [b][/b]
italic [i][/i]
underline [u][/u]
strikethrough [s][/s]
URL [url]http://url.com[/url]
[url=http://url.com]My URL[/url]
email [email]myemail@mydomain.com[/email]
[email=myemail@mydomain.com]My Email[/email]
quote [quote][/quote]
[quote=Author][/quote]
image [img]http://mysite.com/mypic.jpg[/img]
font color [color=red][/color]
font size [size=3][/size]
font face [font=tahoma][/font]
text alignment [align=center][/align]
listing [list][/list] and [*]Note, I took out the ones to insert code, since that breaks the formatting (it thinks the /code flag is a signal to end the quote).
BC
