]> BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg/todo.md
Lexical: Finished off core cell properties functionality
[bookstack] / resources / js / wysiwyg / todo.md
1 # Lexical based editor todo
2
3 ## In progress
4
5 - Table features
6   - CustomTableCellNode importDOM logic
7   - Merge cell action
8   - Row properties form logic
9   - Table properties form logic
10     - Caption text support 
11   - Resize to contents button
12   - Remove formatting button
13
14 ## Main Todo
15
16 - Alignments: Use existing classes for blocks (including table cells)
17 - Alignments: Handle inline block content (image, video)
18 - Image paste upload
19 - Keyboard shortcuts support
20 - Add ID support to all block types
21 - Link popup menu for cross-content reference
22 - Link heading-based ID reference menu
23 - Image gallery integration for insert
24 - Image gallery integration for form
25 - Drawing gallery integration
26 - Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
27 - Media resize support (like images)
28
29 ## Secondary Todo
30
31 - Color picker support in table form color fields
32
33 ## Bugs
34
35 - Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
36 - Removing link around image via button deletes image, not just link 
37 - `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.
38 - Template drag/drop not handled when outside core editor area (ignored in margin area).