Nothing fancy, but thought I would share: made a quick list of supported BBCode tags in krpano
These can be used with the Textfield like this:
Online example:
https://krpano.kri-soft.be/examples/bbcode/
Supported in 1.21:
Code
[b]Bold[/b]
[i]Italics[/i]
[u]Underline[/u]
[sup]Superscript[/sup]
[sub]Subscript[/sub]
[s]Strikethrough[/s]
Text before the break [br] text after the break
[h1]Header 1[/h1]
[h2]Header 1[/h2]
[h3]Header 1[/h3]
[ code ]This is some code.[ /code ]
Display More
Unsupported at the moment:
Code
[color=#FF0000]Red text[/color]
[url]https://en.scratch-wiki.info/wiki/Scratch_Wiki[/url]
[url=https://en.scratch-wiki.info/wiki/Scratch_Wiki]Scratch Wiki[/url]
[img]http://en.scratch-wiki.info/images/Scratch_Cat.png[/img]
[quote]This is an anonymous quote[/quote]
[quote=A_Scratcher]I'm being quoted![/quote]
[size=large]Large[/size]
[list][*]listitem[/list]
[align=center]This text is centered.[/align]
[style size='30px']Large Text[/style]
If there are any missing, please let me know and I will add them.