]> BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg/todo.md
Lexical: Added id support for all main block types
[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 - Link popup menu for cross-content reference
14 - Link heading-based ID reference menu
15 - Image gallery integration for insert
16 - Image gallery integration for form
17 - Drawing gallery integration
18 - Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
19 - Media resize support (like images)
20 - Table caption text support
21 - Table Cut/Copy/Paste column
22
23 ## Secondary Todo
24
25 - Color picker support in table form color fields
26
27 ## Bugs
28
29 - Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
30 - Removing link around image via button deletes image, not just link 
31 - `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.
32 - Template drag/drop not handled when outside core editor area (ignored in margin area).
33 - Table row copy/paste does not handle merged cells
34   - TinyMCE fills gaps with the  cells that would be visually in the row