]> BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg/todo.md
Lexical: Updated task list to use/support old format
[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
10 - Alignments: Handle inline block content (image, video)
11 - Table features
12 - Image paste upload
13 - Keyboard shortcuts support
14 - Add ID support to all block types
15 - Link popup menu for cross-content reference
16 - Link heading-based ID reference menu
17 - Image gallery integration for insert
18 - Image gallery integration for form
19 - Drawing gallery integration
20 - Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
21 - Media resize support (like images)
22
23 ## Bugs
24
25 - Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
26 - Removing link around image via button deletes image, not just link 
27 - `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.
28 - Template drag/drop not handled when outside core editor area (ignored in margin area).