1 # Lexical based editor todo
9 - Alignments: Use existing classes for blocks
10 - Alignments: Handle inline block content (image, video)
13 - Keyboard shortcuts 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 - Drawing gallery integration
24 - Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
25 - Media resize support (like images)
29 - Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
30 - Removing link around image via button deletes image, not just link
31 - `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.