About this Release
Just hotfix that fixes small bug that doesn't allow to
set _text
and text
in back to empty string ""
in AdvancedTextLabel and other nodes that extends form it.
AdvancedText
Extends RichTextLabel and adds support for Markdown and RenPy.
Our RenPy Markup and Markdown have some extra stuff so read docs to learn it.
This new version is designed in way so any one can crate its own TextParser to use with AdvancedText nodes.
Features
- Supports Markdown and RenPy
- Adds headers supports RenPy and BBCode
- Support for variables in Rakugo Dialogue System use
<var_name>
- Support Emojis For Godot use
:emoji:
- Support Godot Material Icons use
[icon:icon_name]
Nodes
- AdvancedTextLabel - RichTextLabel that allow to use one of included TextParsers
- AdvancedTextButton - AdvancedTextLabel that behaves like a button
- AdvancedTextCheckButton - AdvancedTextLabel that behaves like a check button
Resources
- TextParser - base class for our TextParsers
- ExtendedBBCodeParser:
- base of for our RenPy Markup and Markdown parsers
- includes support for things mentioned in Features
- RenPyMarkup - RenPy Markup Parser with extra tags so it is 100% replaceable with Godot's BBCode
- MarkdownParser - Markdown Parser with extra stuff so it is mostly replaceable with Godot's BBCode