editor.js/src/components/modules
Murod Khaydarov 6a90784b69
Block selection (#483)
* initial commit for feature

* selection with cmd+a

* copy to clipboard

* use div instead of textarea

* select and copy improvements

* requested changes

* update

* improve styles

* remove missclick

* clear selection with escape and other keydowns except shift

* copy to clipboard with cmd+a&cmd+c

* restore selection after clearing block selection

* update submodules

* update

* rename func name

* rename getter selected

* small naming changes

* native selection fix

* fix with appendCallback

* add light animations to selection

* move appendcallback to the toolbox insertnew function

* upd styles

* update

* missed {}

* last fixes

* upgrade version
2018-11-13 19:11:47 +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-notifier.ts Notifier module and API (#486) 2018-11-10 15:47:25 +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 Some new styles, used by Image Tool (#479) 2018-11-06 18:33:39 +03:00
api-toolbar.ts Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
api.ts Notifier module and API (#486) 2018-11-10 15:47:25 +03:00
block-events.ts Block selection (#483) 2018-11-13 19:11:47 +03:00
blockManager.js Block selection (#483) 2018-11-13 19:11:47 +03:00
blockSelection.ts Block selection (#483) 2018-11-13 19:11:47 +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
notifier.ts add npmignore file (#488) 2018-11-11 01:27:51 +03:00
paste.ts Do not sanitize if sanitizer config is empty (#477) 2018-10-23 15:33:03 +03:00
renderer.js Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
sanitizer.ts Fix plugin int return data (#487) 2018-11-09 20:15:49 +03:00
saver.ts Sanitizer features (#467) 2018-10-23 10:34:00 +03:00
shortcuts.ts Block selection (#483) 2018-11-13 19:11:47 +03:00
toolbar-blockSettings.js Release 2.0-beta (#387) 2018-08-05 14:51:58 +03:00
toolbar-inline.ts Block selection (#483) 2018-11-13 19:11:47 +03:00
toolbar-toolbox.js Block selection (#483) 2018-11-13 19:11:47 +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 Block selection (#483) 2018-11-13 19:11:47 +03:00