1 # Lexical based editor todo
6 - Table properties form logic
8 - Resize to contents button
9 - Remove formatting button
13 - Alignments: Use existing classes for blocks (including table cells)
14 - Alignments: Handle inline block content (image, video)
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)
28 - Color picker support in table form color fields
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).