BookStack/resources/js/wysiwyg
Dan Brown 5947f59a04
Updated strategy for empty newline sections
- For some reason, TinyMCE would handle empty paragraphs with a '&nbsp'
  by default but this would be removed when the paragraph had an
  attribute. This was fine in the old editor.
- This changes the approach to use '<br>' tags within elements
  for "spaced emptiness".
- For compatbility with any existing empty paragraphs, I updated the
  styles to show default height for empty paragraph sections.
- This also makes changes to help preserve encoded &nbsp; html tags
  since they were getting converted along the journey.

Related to #3302
2022-03-01 17:26:06 +00:00
..
common-events.js Changed editor bottom padding technique 2022-02-08 17:05:38 +00:00
config.js Updated strategy for empty newline sections 2022-03-01 17:26:06 +00:00
drop-paste-handling.js Removed unused scroll patch after testing 2022-02-08 09:42:18 +00:00
plugin-codeeditor.js Improved WYSIWYG code block behaviour via range of fixes 2022-02-27 17:21:24 +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 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
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