1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/utils
Caleb John 7f73931530
Desktop: Fixes #3560: Modify the CodeMirror linter plugin to fix katex (#3582)
Rewrite the joplin mode to manually handle parsing.

This gives us more control over katex parsing and the ability to upgrade
in the future
2020-08-02 11:33:59 +01:00
..
index.ts Desktop: Manually refresh codemirror whenever the window size changes (#3388) 2020-07-02 22:45:43 +01:00
types.ts Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00
useCursorUtils.ts Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00
useEditorSearch.ts Desktop: Enable searching in editor rather than the viewer for CodeMirror (#3360) 2020-07-22 23:13:23 +01:00
useJoplinMode.ts Desktop: Fixes #3560: Modify the CodeMirror linter plugin to fix katex (#3582) 2020-08-02 11:33:59 +01:00
useLineSorting.ts Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00
useListIdent.ts Desktop: Codemirror: clean up list indent code (#3581) 2020-08-01 19:09:52 +01:00
useScrollUtils.ts Desktop: Add option to choose Code Mirror as code editor (#3284) 2020-06-06 16:00:20 +01:00