]> BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg/todo.md
Lexical: Added media resize support via drag handles
[bookstack] / resources / js / wysiwyg / todo.md
1 # Lexical based editor todo
2
3 ## In progress
4
5 //
6
7 ## Main Todo
8
9 - Mac: Shortcut support via command.
10
11 ## Secondary Todo
12
13 - Color picker support in table form color fields
14 - Table caption text support
15 - Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
16
17 ## Bugs
18
19 - Removing link around image via button deletes image, not just link 
20 - `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.
21 - Template drag/drop not handled when outside core editor area (ignored in margin area).