2024-07-17 16:38:20 +01:00
|
|
|
# Lexical based editor todo
|
|
|
|
|
2024-07-18 11:19:11 +01:00
|
|
|
## In progress
|
|
|
|
|
2024-08-13 19:36:18 +01:00
|
|
|
//
|
2024-08-11 16:08:51 +01:00
|
|
|
|
2024-07-17 16:38:20 +01:00
|
|
|
## Main Todo
|
|
|
|
|
2024-08-05 15:08:52 +01:00
|
|
|
- Alignments: Use existing classes for blocks (including table cells)
|
2024-07-17 16:38:20 +01:00
|
|
|
- Alignments: Handle inline block content (image, video)
|
|
|
|
- Image paste upload
|
|
|
|
- Keyboard shortcuts support
|
|
|
|
- Link popup menu for cross-content reference
|
|
|
|
- Link heading-based ID reference menu
|
2024-07-18 11:19:11 +01:00
|
|
|
- Drawing gallery integration
|
2024-07-25 16:25:08 +01:00
|
|
|
- Support media src conversions (https://github.com/tinymce/tinymce/blob/release/6.6/modules/tinymce/src/plugins/media/main/ts/core/UrlPatterns.ts)
|
2024-07-28 12:48:58 +01:00
|
|
|
- Media resize support (like images)
|
2024-08-10 13:14:55 +01:00
|
|
|
- Table caption text support
|
|
|
|
- Table Cut/Copy/Paste column
|
2024-07-17 16:38:20 +01:00
|
|
|
|
2024-08-02 15:28:54 +01:00
|
|
|
## Secondary Todo
|
|
|
|
|
|
|
|
- Color picker support in table form color fields
|
|
|
|
|
2024-07-17 16:38:20 +01:00
|
|
|
## Bugs
|
|
|
|
|
|
|
|
- Image resizing currently bugged, maybe change to ghost resizer in decorator instead of updating core node.
|
2024-07-23 12:45:58 +01:00
|
|
|
- Removing link around image via button deletes image, not just link
|
2024-07-29 15:27:41 +01:00
|
|
|
- `SELECTION_CHANGE_COMMAND` not fired when clicking out of a table cell. Prevents toolbar hiding on table unselect.
|
2024-08-09 21:58:45 +01:00
|
|
|
- Template drag/drop not handled when outside core editor area (ignored in margin area).
|
|
|
|
- Table row copy/paste does not handle merged cells
|
|
|
|
- TinyMCE fills gaps with the cells that would be visually in the row
|