1 # Lexical based editor todo
6 - CustomTableCellNode importDOM logic
8 - Row properties form logic
9 - Table properties form logic
10 - Caption text support
11 - Resize to contents button
12 - Remove formatting button
16 - Alignments: Use existing classes for blocks (including table cells)
17 - Alignments: Handle inline block content (image, video)
19 - Keyboard shortcuts support
20 - Add ID support to all block types
21 - Link popup menu for cross-content reference
22 - Link heading-based ID reference menu
23 - Image gallery integration for insert
24 - Image gallery integration for form
25 - Drawing gallery integration
26 - Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
27 - Media resize support (like images)
31 - Color picker support in table form color fields
35 - Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
36 - Removing link around image via button deletes image, not just link
37 - `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.
38 - Template drag/drop not handled when outside core editor area (ignored in margin area).