From 11644ac1f54dacf020e81cf6342b2831e956f62d Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sat, 1 Apr 2023 10:26:25 +1000 Subject: [PATCH] WIP: Add an experimental zs based wiki using toastui's tui-editor --- .zs/layout.html | 46 +- .zs/scripts | 12 +- .zs/styles | 10 +- assets/css/prism.css | 140 + assets/css/site.css | 15 +- assets/css/toastui-dark.css | 474 + ...ui-editor-plugin-code-syntax-highlight.css | 171 + .../toastui-editor-plugin-color-syntax.css | 140 + assets/css/toastui.css | 6 + assets/css/tui-color-picker.css | 154 + ...tui-editor-plugin-code-syntax-highlight.js | 19539 ++++++++++++++++ .../js/toastui-editor-plugin-color-syntax.js | 312 + assets/js/toastui.js | 24 + assets/js/tui-color-picker.js | 5240 +++++ assets/js/umbrella.js | 806 + 15 files changed, 27071 insertions(+), 18 deletions(-) create mode 100644 assets/css/prism.css create mode 100644 assets/css/toastui-dark.css create mode 100644 assets/css/toastui-editor-plugin-code-syntax-highlight.css create mode 100644 assets/css/toastui-editor-plugin-color-syntax.css create mode 100644 assets/css/toastui.css create mode 100644 assets/css/tui-color-picker.css create mode 100644 assets/js/toastui-editor-plugin-code-syntax-highlight.js create mode 100644 assets/js/toastui-editor-plugin-color-syntax.js create mode 100644 assets/js/toastui.js create mode 100644 assets/js/tui-color-picker.js create mode 100644 assets/js/umbrella.js diff --git a/.zs/layout.html b/.zs/layout.html index b950219..9af460b 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -5,7 +5,7 @@ {{ styles }} - +