]> BookStack Code Mirror - bookstack/commit
Modularised our tinymce config and plugins
authorDan Brown <redacted>
Sat, 5 Feb 2022 23:15:58 +0000 (23:15 +0000)
committerDan Brown <redacted>
Sat, 5 Feb 2022 23:15:58 +0000 (23:15 +0000)
commit921131f99949960f448b2cfbb0ad78edc8d4f24a
treeda74985b1a841d8126c00f5055509f91058bf857
parent0cde2704d09ecb03936683ea0446be0650e6918d
Modularised our tinymce config and plugins

- Split everything into specific plugin/concern files to make things
  more managable. Means original component file is now simple and much
  of the core config is focused in one place.
resources/js/components/wysiwyg-editor.js
resources/js/wysiwyg/common-events.js [new file with mode: 0644]
resources/js/wysiwyg/config.js [new file with mode: 0644]
resources/js/wysiwyg/drop-paste-handling.js [new file with mode: 0644]
resources/js/wysiwyg/plugin-codeeditor.js [new file with mode: 0644]
resources/js/wysiwyg/plugin-drawio.js [new file with mode: 0644]
resources/js/wysiwyg/plugins-customhr.js [new file with mode: 0644]
resources/js/wysiwyg/plugins-imagemanager.js [new file with mode: 0644]
resources/js/wysiwyg/plugins-stub.js [new file with mode: 0644]
resources/js/wysiwyg/scrolling.js [new file with mode: 0644]
resources/js/wysiwyg/shortcuts.js [new file with mode: 0644]