mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
### Next
|
|
|
|
- Table cell height resize & cell width resize via width style
|
|
- Column resize source: https://github.com/ProseMirror/prosemirror-tables/blob/master/src/columnresizing.js
|
|
- Looks like all the required internals are exported so we can copy out & modify easily.
|
|
|
|
### In-Progress
|
|
|
|
- Tables
|
|
|
|
### Features
|
|
|
|
- Images
|
|
- Drawings
|
|
- LTR/RTL control
|
|
- Fullscreen
|
|
- Paste Image Uploading
|
|
- Drag + Drop Image Uploading
|
|
- Details/Summary
|
|
- Checkbox/TODO list items
|
|
- Code blocks
|
|
- Indents
|
|
- Iframe/Media
|
|
- Attachment integration (Drag & drop)
|
|
- Template system integration.
|
|
|
|
### Improvements
|
|
|
|
- List type changing.
|
|
- Color picker options should have "clear" option.
|
|
- Color picker buttons should be split, with button to re-apply last selected color.
|
|
- Color picker options should change color if different instead of remove.
|
|
- Clear formatting, If no selection range, clear the formatting of parent block.
|
|
- If no marks, clear the block type if text type?
|
|
- Remove links button? (Action already in place if link href is empty).
|
|
- Links - Limit target attribute options and validate URL.
|
|
- Links - Integrate entity picker.
|
|
|
|
### Notes
|
|
|
|
- Use NodeViews for embedded content (Code, Drawings) where control is needed.
|
|
- Probably still easiest to have seperate (codemirror) MD editor. Can alter display output via NodeViews to make MD like
|
|
but its tricky since editing the markdown content would change the block definition/type while editing. |