]> BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg/todo.md
67b5fb78062d113bfdd942158167057cdc276312
[bookstack] / resources / js / wysiwyg / todo.md
1 # Lexical based editor todo
2
3 ## Main Todo
4
5 - Alignments: Use existing classes for blocks
6 - Alignments: Handle inline block content (image, video)
7 - Add Type: Video/media/embed
8 - Add Type: Drawings
9 - Handle toolbars on scroll
10 - Table features
11 - Image paste upload
12 - Keyboard shortcuts support
13 - Global/shared editor events support
14 - Draft/change management (connect with page editor component)
15 - Add ID support to all block types
16 - Template drag & drop / insert
17 - Video attachment drop / insert
18 - Task list render/import from existing format
19 - Link popup menu for cross-content reference
20 - Link heading-based ID reference menu
21 - Image gallery integration for insert
22 - Image gallery integration for form
23
24 ## Bugs
25
26 - Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
27 - Table resize bars often floating around in wrong place, and shows on hover or interrupts mouse actions.