From 291b3c5c15a4533d861ed19b478570f96665259f Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 8 Aug 2024 13:50:28 +0300 Subject: Add gn editor settings page. --- gn2/wqflask/templates/gn_editor_settings.html | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 gn2/wqflask/templates/gn_editor_settings.html (limited to 'gn2') diff --git a/gn2/wqflask/templates/gn_editor_settings.html b/gn2/wqflask/templates/gn_editor_settings.html new file mode 100644 index 00000000..466e18c3 --- /dev/null +++ b/gn2/wqflask/templates/gn_editor_settings.html @@ -0,0 +1,100 @@ + + Select a theme + + + + twilight + + + + + dracula + + + + Text + + + + Monokai + + + + xcode + + + + + Select Font Size + + 16 px + + + + + Select Wrap Option: + + + True + + + + False + + + + Cursor Styles: + + + ace + + + + slim + + + + smooth + + + + wide + + + + + + + + Save Settings + + + + + +{% block js %} + +{% endblock %} + -- cgit v1.2.3