BookStack/resources/js/wysiwyg
Dan Brown 06901b878f
Comments: Added HTML filter on load, tinymce elem filtering
- Added filter on load to help prevent potentially dangerous comment
  HTML in DB at load time (if it gets passed input filtering, or is
  existing).
- Added TinyMCE valid_elements for input wysiwygs, to gracefully degrade
  content at point of user-view, rather than surprising the user by
  stripping content, which TinyMCE would show, post-save.
2024-01-31 16:20:22 +00:00
..
common-events.js
config.js Comments: Added HTML filter on load, tinymce elem filtering 2024-01-31 16:20:22 +00:00
drop-paste-handling.js
filters.js
fixes.js
icons.js
plugin-codeeditor.js
plugin-drawio.js
plugins-about.js
plugins-customhr.js
plugins-details.js
plugins-imagemanager.js
plugins-stub.js
plugins-tasklist.js
scrolling.js
shortcuts.js Entity selector: Fixed initial load overwriting initial search 2024-01-23 15:42:13 +00:00
toolbars.js
util.js