diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html
index ac8781a..c6599ae 100755
--- a/experiments/outline-editor/index.html
+++ b/experiments/outline-editor/index.html
@@ -49,16 +49,24 @@ var setup = function(){
- ## ToDo:
- ASAP: scroll into view is bad...
- ASAP: need to reach checkboxes via keyboard
+ _...not sure how to do this with tab taken..._
- FEATURE: read-only mode
+ - export html
+ - embed css
+ - cleanup html
+ - generate ideomatic html (???)
- FEATURE: `collapse-children:: true` block option -- when loading collapse all immediate children
- FF: figure out a way to draw expand/collapse bullets without the use of CSS' `:has(..)`
- a way to make a block monospace (???)
- - show list bullet if node is empty but edited... (???)
+ - codeblock as a block
+ _...if only whitespace before/after clear it and style whole block..._
+ _...might be a good idea to do this with codeblock at start/end of block..._
- Code blocks and bullets:
- ```
code
```
- _bullet should be either in the middle of the block or at the first line of code (preferred)..._
+ - show list bullet if node is empty but edited... (???)
- editor as a custom element...
- Nerd fonts (option???)
- multiple node selection