BookStack/resources/js/wysiwyg
Dan Brown 9dd69b04b8
Fixed code snippets being added as single line
TinyMCE was adding attributes to <br> elements within code blocks which
would then not be converted to newlines by our code regex match.
This changes the conversion to use dom querying instead.

Fixes #3507
2022-06-21 12:01:06 +01:00
..
common-events.js Changed editor bottom padding technique 2022-02-08 17:05:38 +00:00
config.js Added wysiwyg filter to handle <br> tags within code blocks 2022-03-23 15:11:14 +00:00
drop-paste-handling.js Updated image drop handling to respect original file name 2022-06-07 14:59:00 +01:00
plugin-codeeditor.js Fixed code snippets being added as single line 2022-06-21 12:01:06 +01: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 On WYSIWYG details unwrap, provided better restore of cursor 2022-02-24 15:02:23 +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
plugins-tasklist.js Updated tasklist style and functionality for cross-browser use 2022-03-23 11:51:19 +00:00
scrolling.js Removed unused scroll patch after testing 2022-02-08 09:42:18 +00:00
shortcuts.js Added ctrl+shift+k shortcut to WYSIWYG 2022-02-28 13:34:32 +00:00
toolbars.js Improved tasklist wysiwyg behaviour 2022-03-22 14:03:20 +00:00