-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RTL] Add support for character code BBCode tag [char=...]
.
#90405
Conversation
This will need to be documented here: https://docs.godotengine.org/en/stable/tutorials/ui/bbcode_in_richtextlabel.html#reference |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works correctly.
I only wonder about the name. Is uni
a standard BB code for unicode?
There's no standard bbcode for it (same is true for a some other tags we use). |
Would |
if there isn't a standard I would go with the full word |
Based on the RC discussion, let's go with |
[char]
.
[char]
.[char=...]
.
Thanks! |
Implements godotengine/godot-proposals#9481