2024-07-17 16:38:20 +01:00
|
|
|
# Lexical based editor todo
|
|
|
|
|
2024-07-18 11:19:11 +01:00
|
|
|
## In progress
|
|
|
|
|
2024-09-15 16:10:46 +01:00
|
|
|
- RTL/LTR support
|
2024-09-21 13:00:16 +01:00
|
|
|
- Basic implementation added
|
|
|
|
- Test across main range of content blocks
|
|
|
|
- Test that HTML is being set as expected
|
|
|
|
- Test editor defaults when between RTL/LTR modes
|
2024-08-11 16:08:51 +01:00
|
|
|
|
2024-07-17 16:38:20 +01:00
|
|
|
## Main Todo
|
|
|
|
|
2024-08-20 14:54:53 +01:00
|
|
|
- Mac: Shortcut support via command.
|
2024-09-15 16:10:46 +01:00
|
|
|
- Translations
|
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-09-09 14:06:41 +01:00
|
|
|
- Color picker for color controls
|
2024-09-06 14:07:10 +01:00
|
|
|
- Table caption text support
|
2024-09-07 18:39:58 +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-08-02 15:28:54 +01:00
|
|
|
|
2024-07-17 16:38:20 +01:00
|
|
|
## Bugs
|
|
|
|
|
2024-09-13 15:50:42 +01:00
|
|
|
- List selection can get lost on nesting/unnesting
|