Skip to content

Commit

Permalink
notes...
Browse files Browse the repository at this point in the history
Signed-off-by: Alex A. Naanou <[email protected]>
  • Loading branch information
flynx committed Oct 16, 2023
1 parent 97d6f86 commit 391f82b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion experiments/outline-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,24 @@
- ## 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
Expand Down

0 comments on commit 391f82b

Please sign in to comment.