AnidemDex / Godot-DialogPlugin

🗨️ A Dialog Node for Godot Engine
MIT License
213 stars 11 forks source link

More involved Text Editor interface with buttons for BBCode #76

Open Crystalwarrior opened 2 years ago

Crystalwarrior commented 2 years ago

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Very similar to what you get when you write anything on Github: image

Have buttons for every known bbcode option, plus elegant support for custom effects in the future.

Additionally, there could be syntax highlighting for the text editor to color bbcode tags less intrusively, and apply their effects during editing, similar to how Discord markdown applies itself mid-typing: image

This was actually previously achieved by @fantoser as a proof of concept but on the old pre-event system version: