cybersemics / em

A beautiful, minimalistic note-taking app for personal sensemaking.
Other
258 stars 88 forks source link

collapseContext: Meta attributes not moved to top #2092

Open raineorshine opened 6 days ago

raineorshine commented 6 days ago

Steps to Reproduce

- =x
- a
- b
  - =y
  1. Set the cursor on b.
  2. Activate collapseContext.
  3. Enable showHiddenThoughts.

Current Behavior

Meta attributes appear below normal thoughts.

- =x
- a
- =y

Expected Behavior

Meta attributes from the collapsed thought's children should be moved to the top of the parent, after existing meta attributes.

- =x
- =y
- a