aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/comp/EasyMDE.js
Commit message (Expand)AuthorAgeFilesLines
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-181/+0
* Use async await to fix empty quote reply at first time (#23168)HesterG2023-03-021-1/+1
* Change button text for commenting and closing an issue at the same time (#23135)wxiaoguang2023-02-271-0/+3
* JS refactors (#22227)silverwind2022-12-241-1/+1
* Add down key check has tribute container (#21016)Tyrone Yeh2022-09-031-0/+12
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-1/+1
* move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import ...wxiaoguang2022-08-051-1/+1
* Enable spellcheck for EasyMDE, use contenteditable mode (#19776)wxiaoguang2022-06-291-0/+2
* Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)wxiaoguang2022-05-201-1/+14
* Fix EasyMDE error when input Enter (#19004)wxiaoguang2022-03-061-2/+2
* Remove CodeMirror dependencies (#18911)silverwind2022-02-261-40/+3
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-2/+3
* Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319)wxiaoguang2022-01-191-3/+4
* Fix CSS specificity issue with easymde's css (#18201)silverwind2022-01-071-1/+1
* Load EasyMDE/CodeMirror dynamically, remove RequireEasyMDE (#18069)wxiaoguang2022-01-051-0/+186