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