]> BookStack Code Mirror - bookstack/commit
Refactored markdown editor logic
authorDan Brown <redacted>
Sat, 26 Nov 2022 16:43:28 +0000 (16:43 +0000)
committerDan Brown <redacted>
Sat, 26 Nov 2022 16:43:28 +0000 (16:43 +0000)
commit63d62722825b9ba77f75db531363d29f9dcc6c68
treeb3f3a4ab75848801a8a81ee1871d9142a0ef8143
parent40a1377c0bfbc059f619c5c17802622c3b16d05a
Refactored markdown editor logic

Split out the markdown editor logic into seperate components to provide
a more orgranised heirachy with feature-specific files.
resources/js/components/markdown-editor.js
resources/js/markdown/actions.js [new file with mode: 0644]
resources/js/markdown/codemirror.js [new file with mode: 0644]
resources/js/markdown/common-events.js [new file with mode: 0644]
resources/js/markdown/display.js [new file with mode: 0644]
resources/js/markdown/editor.js [new file with mode: 0644]
resources/js/markdown/markdown.js [new file with mode: 0644]
resources/js/markdown/shortcuts.js [new file with mode: 0644]
resources/views/pages/parts/markdown-editor.blade.php