- Questions/Challenges
- How to store/structure notes? collapsed:: true
- Rendering:
collapsed:: true
- Items can be rendered as a flat list, allowing us to take advantage of Phoenix.LiveView.stream
- Indentation can be done using CSS
- Items can be rendered as a flat list, allowing us to take advantage of Phoenix.LiveView.stream
- How to handle drag and drop?
- Needs JavaScript, maybe SortableJS
- How to do live editing?
- Check out Delta which implements a data structure used for Operational Transform
- Link unfurling
- Eric already wrote the web_inspector for link unfurling that can be used and expanded
- How and when are the links processed?