mirror of
https://github.com/codex-team/editor.js
synced 2026-03-17 16:10:07 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| _notifications.js | ||
| api-blocks.ts | ||
| api-caret.ts | ||
| api-events.ts | ||
| api-listener.ts | ||
| api-sanitizer.ts | ||
| api-saver.ts | ||
| api-selection.ts | ||
| api-styles.ts | ||
| api-toolbar.ts | ||
| api.ts | ||
| block-events.ts | ||
| blockManager.js | ||
| caret.js | ||
| dragNDrop.ts | ||
| events.js | ||
| listeners.js | ||
| modificationsObserver.ts | ||
| paste.ts | ||
| renderer.js | ||
| sanitizer.ts | ||
| saver.ts | ||
| shortcuts.ts | ||
| toolbar-blockSettings.js | ||
| toolbar-inline.ts | ||
| toolbar-toolbox.js | ||
| toolbar.js | ||
| tools.js | ||
| ui.js | ||