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:
|
Source code
|
1
|
<layer type="text" text="[b]bold[/b]">
|
Online example:
https://krpano.kri-soft.be/examples/bbcode/
Supported in 1.21:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
|
[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 ]
|
Unsupported at the moment:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
|
[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.