BookStack/resources/js/wysiwyg
Dan Brown 2b3726702d
Revamped workings of WYSIWYG code blocks
Code blocks in tinymce could sometimes end up exploded into the sub
elements of the codemirror display.
This changes the strategy to render codemirror within the shadow dom of
a custom element while preserving the normal pre/code DOM structure.

Still a little instability when moving/adding code blocks within details
blocks but much harder to break things now.
2022-02-09 19:24:27 +00:00
..
common-events.js Changed editor bottom padding technique 2022-02-08 17:05:38 +00:00
config.js Revamped workings of WYSIWYG code blocks 2022-02-09 19:24:27 +00:00
drop-paste-handling.js Removed unused scroll patch after testing 2022-02-08 09:42:18 +00:00
plugin-codeeditor.js Revamped workings of WYSIWYG code blocks 2022-02-09 19:24:27 +00:00
plugin-drawio.js Made WYSIWYG editor translatable 2022-02-06 21:17:08 +00:00
plugins-about.js Added help/about box to wysiwyg editor 2022-02-07 23:19:04 +00:00
plugins-customhr.js Made WYSIWYG editor translatable 2022-02-06 21:17:08 +00:00
plugins-details.js Revamped workings of WYSIWYG code blocks 2022-02-09 19:24:27 +00:00
plugins-imagemanager.js Made WYSIWYG editor translatable 2022-02-06 21:17:08 +00:00
plugins-stub.js Modularised our tinymce config and plugins 2022-02-05 23:15:58 +00:00
scrolling.js Removed unused scroll patch after testing 2022-02-08 09:42:18 +00:00
shortcuts.js Modularised our tinymce config and plugins 2022-02-05 23:15:58 +00:00