]> BookStack Code Mirror - bookstack/blobdiff - TODO
Started work on details/summary blocks
[bookstack] / TODO
diff --git a/TODO b/TODO
index 1e5cef12d3cbb37b993074faa832cd11028c4e5f..b200b75b3db5adfa9d79503929641dfdfb21f8ae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,11 +2,18 @@
 
 - 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.
+  - 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
 
@@ -16,7 +23,6 @@
 - Fullscreen
 - Paste Image Uploading
 - Drag + Drop Image Uploading
-- Details/Summary
 - Checkbox/TODO list items
 - Code blocks
 - Indents