Advanced Text
Extends RichTextLabel and adds support for Markdown and RenPy Soon there will be docs for most of the features.
FeaturesPermalink
- Supports Markdown and RenPy
- Variables use RakuVars
<var>
in Markdown, Renpy and BBCode - Adds headers supports RenPy and BBCode
- Support Godot-Icons-Fonts
NodesPermalink
- AdvancedTextLabel - A label that supports Markdown and RenPy
ResourcesPermalink
- 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