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.
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.