]> BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg/todo.md
f3a8da404e695e59aea717dc3f841f9643640099
[bookstack] / resources / js / wysiwyg / todo.md
1 # Lexical based editor todo
2
3 ## In progress
4
5 //
6
7 ## Main Todo
8
9 - Alignments: Use existing classes for blocks (including table cells)
10 - Alignments: Handle inline block content (image, video)
11 - Image paste upload
12 - Keyboard shortcuts support
13 - Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
14 - Media resize support (like images)
15 - Table caption text support
16 - Table Cut/Copy/Paste column
17
18 ## Secondary Todo
19
20 - Color picker support in table form color fields
21
22 ## Bugs
23
24 - Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
25 - Removing link around image via button deletes image, not just link 
26 - `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.
27 - Template drag/drop not handled when outside core editor area (ignored in margin area).
28 - Table row copy/paste does not handle merged cells
29   - TinyMCE fills gaps with the  cells that would be visually in the row