]> source.dussan.org Git - gitea.git/commit
Switch from SimpleMDE to EasyMDE (#13333)
authorzeripath <art27@cantab.net>
Tue, 10 Nov 2020 19:16:30 +0000 (19:16 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 19:16:30 +0000 (14:16 -0500)
commit13b8c0b7aeac365f0f161467f65c3b9b4e46896a
treed5a748ae96c42f49a71cc4b9d648097fa88d2459
parent21d496364a5e654ba535d06269f6c6679b5c2d74
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>
package-lock.json
package.json
public/vendor/plugins/simplemde/LICENSE [deleted file]
public/vendor/plugins/simplemde/simplemde.min.css [deleted file]
public/vendor/plugins/simplemde/simplemde.min.js [deleted file]
templates/base/footer.tmpl
templates/base/head.tmpl
web_src/js/easymde.js [new file with mode: 0644]
web_src/less/_editor.less
web_src/less/themes/theme-arc-green.less
webpack.config.js