1
0
silverbullet/docs/🗺 Roadmap.md

15 lines
683 B
Markdown
Raw Normal View History

2022-07-06 10:17:04 +00:00
Some things I want to work on:
* [ ] Persistent recent commands (saved between sessions)
* [x] Add ==marker== syntax
* [x] Two finger tap gesture to bring up command palette
* [ ] Change indent level command
* [ ] Keyboard shortcuts for specific notes (e.g. `index` note)
* [ ] RevealJS slides plug
* [ ] Pinned notes and actions?
* [x] Template for deadline, with 📅 emoji and perhaps defaulting to today?
* [ ] Data store pagination API
* [ ] Extract `MarkdownEditor` component.
* REST API safeguards:
* [ ] PUT page with `If-Last-Modified-Before` type header. Rejects if not matching. Client creates a revision, navigates to it.
* [ ] Put retries exponential back off