BookStack/resources/js
Dan Brown 1d1186c901
Replaced markdown preview display iframe with div
No longer need to use the iframe sandboxing techniques, since we now have
CSP rules in-place. Means that embed tags can load without CSP
complications.

Causes slight change to contents of `editor-markdown::setup` editor
event data, since we're changing the `displayEl` property.

Updates markdown editor component to make better use of the component
system.
2022-05-23 15:16:23 +01:00
..
components Replaced markdown preview display iframe with div 2022-05-23 15:16:23 +01:00
services Updated drawio tinymce plugin to use embeds 2022-05-23 12:24:40 +01:00
wysiwyg Updated drawio tinymce plugin to use embeds 2022-05-23 12:24:40 +01: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