|
|
|
|
|
by seansh
730 days ago
|
|
Thanks for the feedback. You're right I didn't really think about the fact that you may come from a very different system with different concepts. I'll explain the workflow better in the demo notes. To answer your questions quickly, I usually keep very small notes just a few lines or todo checkboxes. One note per idea. But sometimes an idea grows over many days and that note gets much larger. There's no limit to how large a note can get. You can always set the title of the note using # which is standard markdown, or leave a blank line after the first line and it automatically becomes the title. There's no concept of tag per se but you can write #someTag and then literally search for #someTag. The search feature is just substring search over all the notes (no stemming or anything fancy). |
|
* You have a big chronologically ordered list of notes
* By default, all notes are in view
* You can make a title (instructions in demo), but significance of title is only internal to note (not for ordering/management)
* Big list of notes is union of two disjoint sets: pinned and unpinned
* Can view either all notes, pinned notes, or un-pinned notes
But not sure if I have that right. FWIW appreciate some of the design decisions I’m seeing, just haven’t had time to poke around to understand.