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