BookStack/resources/js
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
..
components Split out codemirror JS to its own module 2022-02-08 11:10:01 +00:00
services Split out codemirror JS to its own module 2022-02-08 11:10:01 +00:00
wysiwyg Revamped workings of WYSIWYG code blocks 2022-02-09 19:24:27 +00:00
app.js Split out codemirror JS to its own module 2022-02-08 11:10:01 +00:00
code.mjs Revamped workings of WYSIWYG code blocks 2022-02-09 19:24:27 +00:00