Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser




Quick Information

AdvancedText
NodeLabel that adds support for Markdown, RenPy and more,
Supported Engine Version
4.1
Version String
3.0.1-docs
License Version
MIT
Support Level
community
Modified Date
16 days ago
Git URL
Issue URL
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. Read Docs
Features
- Supports Markdown and RenPy
- Adds headers supports RenPy and BBCode
- Support for variables in Rakugo Dialogue System use
<var_name>
- Support Godot Icons Fonts
Nodes
- AdvancedTextLabel - RichTextLabel that allow to use one of included TextParsers
- AdvancedTextButton - AdvancedTextLabel that behaves like a 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
NodeLabel that adds support for Markdown, RenPy and more,
Reviews
Quick Information

AdvancedText
NodeLabel that adds support for Markdown, RenPy and more,
Supported Engine Version
4.1
Version String
3.0.1-docs
License Version
MIT
Support Level
community
Modified Date
16 days ago
Git URL
Issue URL