]> BookStack Code Mirror - bookstack/commit
Editors: Added lexical editor for testing
authorDan Brown <redacted>
Mon, 27 May 2024 14:39:41 +0000 (15:39 +0100)
committerDan Brown <redacted>
Mon, 27 May 2024 14:39:41 +0000 (15:39 +0100)
commit5a4f59534124a83b9d7b54abe1d5c8984b2fa04f
tree8bd7d335b99431f1daa68fbda115f6b3b819ab61
parent6019d2ee143e370637bce929bbeaa1213c53d8a2
Editors: Added lexical editor for testing

Started basic playground for testing lexical as a new WYSIWYG editor.
Moved out tinymce to be under wysiwyg-tinymce instead so lexical is the
default, but TinyMce code remains.
32 files changed:
dev/build/esbuild.js
package-lock.json
package.json
resources/js/components/index.js
resources/js/components/page-comment.js
resources/js/components/page-comments.js
resources/js/components/wysiwyg-editor-tinymce.js [new file with mode: 0644]
resources/js/components/wysiwyg-editor.js
resources/js/components/wysiwyg-input.js
resources/js/wysiwyg-tinymce/common-events.js [moved from resources/js/wysiwyg/common-events.js with 100% similarity]
resources/js/wysiwyg-tinymce/config.js [moved from resources/js/wysiwyg/config.js with 100% similarity]
resources/js/wysiwyg-tinymce/drop-paste-handling.js [moved from resources/js/wysiwyg/drop-paste-handling.js with 100% similarity]
resources/js/wysiwyg-tinymce/filters.js [moved from resources/js/wysiwyg/filters.js with 100% similarity]
resources/js/wysiwyg-tinymce/fixes.js [moved from resources/js/wysiwyg/fixes.js with 100% similarity]
resources/js/wysiwyg-tinymce/icons.js [moved from resources/js/wysiwyg/icons.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugin-codeeditor.js [moved from resources/js/wysiwyg/plugin-codeeditor.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugin-drawio.js [moved from resources/js/wysiwyg/plugin-drawio.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugins-about.js [moved from resources/js/wysiwyg/plugins-about.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugins-customhr.js [moved from resources/js/wysiwyg/plugins-customhr.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugins-details.js [moved from resources/js/wysiwyg/plugins-details.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugins-imagemanager.js [moved from resources/js/wysiwyg/plugins-imagemanager.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugins-stub.js [moved from resources/js/wysiwyg/plugins-stub.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugins-table-additions.js [moved from resources/js/wysiwyg/plugins-table-additions.js with 100% similarity]
resources/js/wysiwyg-tinymce/plugins-tasklist.js [moved from resources/js/wysiwyg/plugins-tasklist.js with 100% similarity]
resources/js/wysiwyg-tinymce/scrolling.js [moved from resources/js/wysiwyg/scrolling.js with 100% similarity]
resources/js/wysiwyg-tinymce/shortcuts.js [moved from resources/js/wysiwyg/shortcuts.js with 100% similarity]
resources/js/wysiwyg-tinymce/toolbars.js [moved from resources/js/wysiwyg/toolbars.js with 100% similarity]
resources/js/wysiwyg-tinymce/util.js [moved from resources/js/wysiwyg/util.js with 100% similarity]
resources/js/wysiwyg/index.mjs [new file with mode: 0644]
resources/views/pages/parts/form.blade.php
resources/views/pages/parts/wysiwyg-editor-tinymce.blade.php [new file with mode: 0644]
resources/views/pages/parts/wysiwyg-editor.blade.php