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 29, 2023
1 parent 03b3083 commit 99eab1f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions experiments/outline-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
-
- ## Bugs:
focused:: true
- BUG: trailing whitespace is ignored in view...
- this node has a second empty line

- this is a sibling to the above node
- BUG: undo: does not handle element splitting correctly...
- place cursor somewhere here, hit `Enter`, and then undo.
- _this will correctly restore the old node but will not remove the new one_
Expand All @@ -66,6 +62,15 @@
- side margins are a bit too large (account for toolbat to the right)
-
- ## ToDo:
- trailing whitespace is ignored in `.view`... (BUG?)
- this node has a second empty line

- there are several ways to deal with this:#
- logseq: remove trailing whitespace completely on refocus
- show whitespace in both modes
- keep current behavior
- Q: should we select text without first focusing??
- _...logseq does not do this either_
- editor as a custom element / web component
- DONE data interface:
collapsed:: true
Expand All @@ -76,7 +81,9 @@
- events
- test nesting...
-
- selection / multiple node selection (via shift+motion)
- selection
- multiple node selection (via shift+motion)
- touch/mouse (???)
- copy/paste nodes/trees
- numbered lists: add counters to a depth of 6-7...
- _or find a way to make them repeat..._
Expand Down

0 comments on commit 99eab1f

Please sign in to comment.