forgejo/web_src/js/features
wxiaoguang 0a9fcf63a4
Clean legacy SimpleMDE code (#17926)
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
..
comp Clean legacy SimpleMDE code (#17926) 2021-12-10 10:51:27 +08:00
admin-common.js
admin-emails.js
admin-users.js
clipboard.js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
codeeditor.js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
colorpicker.js
common-global.js Cleanup and use global style on popups (#17674) 2021-11-18 11:26:50 +08:00
common-issue.js Update JS dependencies, adjust eslint config (#17904) 2021-12-04 14:43:14 +08:00
common-organization.js
contextpopup.js
dropzone.js
emoji.js
eventsource.sharedworker.js
heatmap.js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
imagediff.js
install.js Refactor install page (db type) (#17919) 2021-12-07 13:44:08 +08:00
notification.js
org-team.js
repo-branch.js Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
repo-code.js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
repo-commit.js Improve ellipsis buttons (#17773) 2021-11-22 21:44:38 -05:00
repo-common.js Switch archive URL code back to href attributes (#17796) 2021-11-29 21:50:43 +08:00
repo-diff.js Fix loading content history on show more (#17819) 2021-12-06 11:57:51 +08:00
repo-editor.js Sanitize user-input on file name (#17666) 2021-11-17 18:08:25 +00:00
repo-graph.js
repo-home.js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
repo-issue-content.js Improvements to content history (#17746) 2021-11-22 20:20:16 +08:00
repo-issue.js Clean legacy SimpleMDE code (#17926) 2021-12-10 10:51:27 +08:00
repo-legacy.js Clean legacy SimpleMDE code (#17926) 2021-12-10 10:51:27 +08:00
repo-migrate.js
repo-migration.js
repo-projects.js Support sorting for project board issuses (#17152) 2021-12-08 14:57:18 +08:00
repo-release.js Clean legacy SimpleMDE code (#17926) 2021-12-10 10:51:27 +08:00
repo-settings.js
repo-template.js
repo-wiki.js Clean legacy SimpleMDE code (#17926) 2021-12-10 10:51:27 +08:00
serviceworker.js
sshkey-helper.js
stopwatch.js
tablesort.js Added missing data- prefix. (#17884) 2021-12-03 00:36:00 +08:00
tribute.js
user-auth-u2f.js Update JS dependencies, adjust eslint config (#17904) 2021-12-04 14:43:14 +08:00
user-auth.js
user-settings.js