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