]> BookStack Code Mirror - bookstack/blobdiff - TODO
Started work on details/summary blocks
[bookstack] / TODO
diff --git a/TODO b/TODO
index ad0665afbd13bb361b056507a58e3750b3205025..b200b75b3db5adfa9d79503929641dfdfb21f8ae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,25 +1,31 @@
 ### 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
+  - Have updated column resizing to set cell widths
+    - Now need to handle table overall size on change, then heights. 
+
+- Details/Summary
+  - Need view to control summary editability, make readonly but editable via popover.
+  - Need some default styles to visualise details boundary.
+  - Markdown parser needs to be updated to handle separate open/close tags for blocks. 
 
 ### In-Progress
 
-//
+- Tables
+- Details/Summary
 
 ### Features
 
-- Tables
 - 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.
 
@@ -32,8 +38,9 @@
 - 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 - Validate URL.
 - Links - Integrate entity picker.
+- iFrame - Parse iframe HTML & auto-convert youtube/vimeo urls to embeds. 
 
 ### Notes