diff options
author | zeripath <art27@cantab.net> | 2020-11-10 19:16:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 14:16:30 -0500 |
commit | 13b8c0b7aeac365f0f161467f65c3b9b4e46896a (patch) | |
tree | d5a748ae96c42f49a71cc4b9d648097fa88d2459 /package.json | |
parent | 21d496364a5e654ba535d06269f6c6679b5c2d74 (diff) | |
download | gitea-13b8c0b7aeac365f0f161467f65c3b9b4e46896a.tar.gz gitea-13b8c0b7aeac365f0f161467f65c3b9b4e46896a.zip |
Switch from SimpleMDE to EasyMDE (#13333)
* Switch from SimpleMDE to EasyMDE
Signed-off-by: Andrew Thornton <art27@cantab.net>
* use webpack to webpack the easymde css
Signed-off-by: Andrew Thornton <art27@cantab.net>
* move css to only css
Signed-off-by: Andrew Thornton <art27@cantab.net>
* move loading codemirror modes and addons back in to footer.tmpl
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Fix arc-green
Signed-off-by: Andrew Thornton <art27@cantab.net>
* as per @silverwind
* reinstall codemirror
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 0d485e9c96..674c1f1451 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,12 @@ "add-asset-webpack-plugin": "1.0.0", "babel-loader": "8.1.0", "clipboard": "2.0.6", + "codemirror": "5.58.2", "core-js": "3.7.0", "css-loader": "5.0.1", "css-minimizer-webpack-plugin": "1.1.5", "dropzone": "5.7.2", + "easymde": "2.12.1", "escape-goat": "3.0.0", "fast-glob": "3.2.4", "file-loader": "6.2.0", |