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