Creation of asset "Rich text editor / viewer" New

New/Edit
Title Rich text editor / viewer
Description - RichTextEdit: A fully editable rich text control with:
- Inline formatting toggles: bold, italic, underline, strikethrough
- Headings, bullet lists, numbered lists (via API)
- Table support: insert, add/remove rows and columns
- Keyboard shortcuts (Ctrl+B/I/U, Ctrl+Z/Y, etc.)
- Mouse selection, double-click word select, triple-click line select, drag select
- Rich clipboard (copy/paste preserves formatting)
- Undo/redo
- Caret blinking, zoom, word wrap, horizontal and vertical scrolling

- RichTextView: A read-only rich text display control with:
- Optional text selection and copy
- Clickable links and images (via signals)
- Zoom, word wrap, vertical scrolling

Both controls accept content as **plain text**, **HTML**, or **Markdown**, and render block-level elements including headings, lists, blockquotes, code blocks, tables, inline code, and horizontal rules.
Category 2D Tools
License MPL-2.0
Repository Provider GitHub
Repository Url https://github.com/jacquetc/godot-rich-text
Issues Url https://github.com/jacquetc/godot-rich-text/issues
Godot version Godot 4.4
Version String 0.1.1
Download Commit fe4ff557e0f35a7eaab1f226d9bebef969ae3d01
Download Url (Computed) https://github.com/jacquetc/godot-rich-text/archive/fe4ff557e0f35a7eaab1f226d9bebef969ae3d01.zip
Icon Url https://raw.githubusercontent.com/jacquetc/godot-rich-text/main/resources/icon.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/jacquetc/godot-rich-text/main/resources/godot-rich-text-screenshot-1.png
Thumbnail https://raw.githubusercontent.com/jacquetc/godot-rich-text/main/resources/godot-rich-text-screenshot-1-thumb.png
Preview Insert
Type image
Image/Video URL https://raw.githubusercontent.com/jacquetc/godot-rich-text/main/resources/godot-rich-text-screenshot-2.png
Thumbnail https://raw.githubusercontent.com/jacquetc/godot-rich-text/main/resources/godot-rich-text-screenshot-2-thumb.png