editor.js/src/components/modules
Murod Khaydarov 3f8c7fbb7b
Sanitizer features (#467)
* Sanitizer features

* move to ts, use sanitizer module to clean taintstring

* Sanitizer is ready

* it works

* Code refactored (#476)

* Use new features for paste handling

* Fix asterix

* Add types and some comments

* Use any type for deepSanitize method

* Make sanitize property static and use apiSettings object

* Use sanitize for single-block pasting

* Fix comment

* little updates

* rename sanitize in inline-tools docs

* Update pattern handling

* Use public getter for available tools

* Fix typo
2018-10-23 10:34:00 +03:00
..
_notifications.js Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-blocks.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-caret.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-events.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-listener.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-sanitizer.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-saver.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-selection.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-styles.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api-toolbar.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
block-events.ts Drag'n'drop support (#445) 2018-09-27 21:11:30 +03:00
blockManager.js Drag'n'drop support (#445) 2018-09-27 21:11:30 +03:00
caret.js Remove currentNode set and get methods (#446) 2018-09-04 21:32:51 +03:00
dragNDrop.ts Drag'n'drop support (#445) 2018-09-27 21:11:30 +03:00
events.js Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
listeners.js Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
modificationsObserver.ts Mutation callback (#444) 2018-09-05 00:34:11 +03:00
paste.ts Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
renderer.js Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
sanitizer.ts Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
saver.ts Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
shortcuts.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
toolbar-blockSettings.js Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
toolbar-inline.ts Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
toolbar-toolbox.js Do not show plus button if toolbox is empty (#439) 2018-08-30 16:38:52 +03:00
toolbar.js Update toolbar move as not to overlap editor`s content (#455) 2018-09-20 16:46:40 +03:00
tools.js Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
ui.js Update toolbar move as not to overlap editor`s content (#455) 2018-09-20 16:46:40 +03:00