erintheunready / ComicControl

The main repo for ComicControl Development.
25 stars 8 forks source link

[Feature] Extend Templates Editor functionality with proper Code Editor #32

Open JulianWebb opened 2 years ago

JulianWebb commented 2 years ago

Currently the Template Editor utilizes a basic <textarea> input for it's editing, I suspect this is because anyone that is creating templates is expected to edit the files externally and upload them instead.

Suggestion

Implement a Code Editor such as CodeMirror or Monaco to make the Templates Editor easier to use and novice-friendly.

Optional addition: Also allow the user to save the current version of the template without reloading the page.