Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.04 KB

AdvancedText

Extends RichTextLabel and adds support for Markdown and RenPy Soon there will be docs for most of the features.

Features

  • Supports Markdown and RenPy
  • Variables use <var> in Markdown, Renpy and BBCode
  • Adds headers supports RenPy and BBCode
  • Support Emojis For Godot use :emoji:
  • Adds MarkupTextEditor tool to the editor for easy editing text in nodes and files

Nodes

  • AdvancedTextLabel - A label that supports Markdown and RenPy
  • CodeEdit - A text edit that supports Markdown, RenPy, BBCode, GDScript and JSON all with code highlighting

Examples

  • AdvancedTextButton - how combine AdvancedTextLabel with a Button
  • EditTextOnClick - how combine AdvancedTextButton with a CodeEdit, so you can edit the text on click
  • EditTextOnClickPopup - the same as AdvancedTextButton but with use popup
  • TextBrowser - a simple text browser that supports Markdown, RenPy and BBCode, links to other text files in project and web links