Directories, filter tags or notebooks #38
Replies: 4 comments 3 replies
-
|
Hello @happy-turtle, I think it's a great idea to be able to organise notes and checklists even better. If you'd like to help with coming up with specific ideas or even with implementation, you're more than welcome to do so. |
Beta Was this translation helpful? Give feedback.
-
|
I'd love to see something like this to help organize my notes. I think following the app's philosophy of simplicity not all of these would be enabled by default so that the base user experience is still simple and intuitive, but allows for added layers of organization. Here are some rough thoughts that keep this in mind:
|
Beta Was this translation helpful? Give feedback.
-
|
Hey @happy-turtle and @racehd, your ideas are very helpful as i had a very hard time thinking about this :D After going through it a few times and think about it carefully while doing simple stuff, i think we might have a plan! What do you think about it? Folders, single level and no nesting at first. Why? As @happy-turtle raised the point: We can actually use WebDAV access-rights if the folder in the app maps 1:1 to a directory on the server, we dont need any logic for this in the app. So no login or sharing code needed. Tags actually can't do this, so it would be the most simple and clean approach in my opionion as it would also fit best to the shared-recipes use case. It would fit the WebDAV layer as a PROPFIND already returns collections separately from files, so we would only need to change the sync logic to go one level deeper. UI wise i really like the idea of @racehd, showing folders as cards at the top of the existing list with a folder icon. No UI clutter, no drawer, no extra tab and if no folders exist, nothing would change visually. Keeping the UI as simple as our philosophy.. About tags: This would not include tags. On purpose. The "labels" field already exists on the note model since the Google Keep import implementation. When we add a tag system later, the data is already there waiting for it. I think we dont need nesting for now (no folders in folders), but if it turns out to be a missing part of the feature, we can surely think about it again. @happy-turtle if you really would like to help implementing, i could coordinate it or outline all the touchpoints. But honestly, now i am already much into it and thinking about all that stuff, so it probably would not be needed. :) |
Beta Was this translation helpful? Give feedback.
-
|
Tags could be added in the note metadata, like it is now for type of the note. It would really help to filter notes if the tags feature would be added to the application. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The sync feature of the app nicely fits my use case for a shared grocery list. But the sync feature also lets me wonder about a second use case: shared recipes. But for this I think the app lacks some kind of organization feature. Putting some notes in directories or notebooks, or tagging and filtering the notes would be nice. So I could distinguish e.g. between my personal notes and shared recipes for my family. What do you think about this, what approach would be the best fit?
I would also be open to help on any of this, happy to get involved if that makes sense.
Beta Was this translation helpful? Give feedback.
All reactions