A note-taking app inspired by nb
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

roadmap: mark work done and clarify compatibility guarantees

+6 -2
+6 -2
roadmap.md
··· 3 3 ## Next features in priority order 4 4 5 5 - [x] Allow making and editing notes 6 + - [x] Add (real) search 7 + - [ ] Add a basic web frontend 6 8 - [ ] Support creating and editing todos 7 9 - [ ] ...with recurrence rules 8 - - [ ] Add (real) search 9 - - [ ] Add a basic web frontend 10 10 11 11 ## Overview 12 12 ··· 36 36 `hsh` is going to be more opinionated than `nb` and have more data formats. Those data formats will be simple, and 37 37 they'll be plain-text as much as possible, but _only_ as much as possible. In particular, I fully expect to have some 38 38 form of SQLite-backed caching to power quick references and searching. 39 + 40 + In the meantime, **the following aspects are already incompatible between the two systems**: 41 + 42 + - `hsh` _does not_ guarantee that item IDs remain constant 39 43 40 44 ## Data Model 41 45