forgejo/templates
wxiaoguang 0a9fcf63a4
Clean legacy SimpleMDE code ()
Since we are using EasyMDE now, we do not need to keep the SimpleMDE code anymore.

This PR removes all legacy SimpleMDE code, and makes some related changes:
* `createCommentEasyMDE` can accept native DOM element, and it doesn't need `jQuery.data` to store EasyMDE editor object (as discussed about the frontend guideline).
* introduce `getAttachedEasyMDE` to get the attached EasyMDE editor object, it's easier to find all the usage of EasyMDE.
* rename variable names from `$simplemde` to `easyMDE`, the `$` was incorrect because it is a EasyMDE editor, not a jQuery object.

With this PR, it will be easier to do more refactoring or replacing EasyMDE with other editors.
2021-12-10 10:51:27 +08:00
..
admin Refactor install page (db type) () 2021-12-07 13:44:08 +08:00
base Clean legacy SimpleMDE code () 2021-12-10 10:51:27 +08:00
custom Add footer extra links template () 2020-01-03 20:41:56 +02:00
explore Add archived label for code search results in archived repo's () 2021-11-26 16:49:31 +08:00
mail Multiple Escaping Improvements () 2021-11-16 18:18:25 +00:00
org org settings -> webhook/labels/deletion should also active the menu () 2021-11-25 23:15:58 +08:00
repo Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
shared Cleanup and use global style on popups () 2021-11-18 11:26:50 +08:00
status Rename StaticUrlPrefix to AssetUrlPrefix () 2021-05-08 16:27:25 +02:00
swagger Add API to get/edit wiki () 2021-10-25 11:43:40 +08:00
user Removed SizeFmt. () 2021-12-03 11:33:34 +08:00
home.tmpl Rename StaticUrlPrefix to AssetUrlPrefix () 2021-05-08 16:27:25 +02:00
install.tmpl Refactor install page (db type) () 2021-12-07 13:44:08 +08:00
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix () 2021-05-08 16:27:25 +02:00