mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 13:25:49 +03:00
[GH-ISSUE #257] Reintroduce default folder(Root folder) #90
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rokt33r on GitHub (Jan 6, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/257
Since we delete default folder(Root folder) since v0.1.2, UX of the app feels broken.
Problems
Fix
So, I'm considering to re-introduce a default folder(root folder). A good example is Default note taking app of macOS, "Notes". Each storage has
Notesdirectory which can not be renamed or be deleted.But I'm not sure this is the best option. So please share your opinion!
@georgeherby commented on GitHub (Jan 7, 2020):
Why not just open to the last note/storage you were at?
@Rokt33r commented on GitHub (Jan 7, 2020):
It would make the thing feel quite random. I don't expect people remember which folder they were seeing after several minutes.
@Danondso commented on GitHub (Jan 8, 2020):
I didn't use the default often since I would hook right into dropbox on the old version but it would be better than showing a settings page imo
What about like an initial setup, like set a default once then that's it unless specified otherwise, and if a default is set then open the last edited note? I'm assuming it's going to be a cloud storage for the notes.
@Rokt33r commented on GitHub (Jan 8, 2020):
What I'm thinking is implementing
All Notespage for each storage rather than for all storages and use the page as a default folder but all notes will be listed in the folder. Then, users don't need to configure anything and can expect where new note is created when they are not on notes list of a folder.@raelb commented on GitHub (Jan 9, 2020):
When a user clicks on a Storage, they see all notes in that storage, so wouldn't creating an
All Notespage be redundant and create some confusion?What I suggest it that each Storage has a Default Folder setting (on the same page as "Edit Storage"/"Storage Name"). It could be a drop down list of existing Folders/Sub folders. When a storage is created a default folder is created, and also the Default Folder setting points to this folder. If a user deletes a folder that was marked as the default folder, then the program prompts user for a new default or some other method (e.g. first folder in the list). The user cannot delete the last folder in a storage. There must always be at least one folder in the storage..
This is another suggestion...
If the user has clicked on the main
All Notesitem, then they are not presented with one button to create a note, but a drop down button, such as:Alternatively, there could be another setting for Default Storage, so in the All Notes view, the note would be created there.
Just some suggestions..
@Rokt33r commented on GitHub (Jan 9, 2020):
@raelb
If we put two of them, it should be definitely redundant and confusing. So I'm going to hide or to discard the current All Notes page for all storage.
I don't like this. I don't want to make users stop to ask them to choose storage. What I regretted a lot from the old app is it is always asking which type of note to create.
If we decide to hide the current All Notes page and let users configure to show it, we could provide the option too.
Anyway, thanks for sharing your thoughts.
@raelb commented on GitHub (Jan 9, 2020):
Yes, i agree :)
Isn't it important/useful to have a global list showing all notes for easy access? A user may not remember into which Storage he put a note. Or to see his recent activity...
@Rokt33r commented on GitHub (Jan 9, 2020):
Some users might need it. But I wanna see how many people actually need it!
@arcturus140 commented on GitHub (Jan 15, 2020):
I had the same thought about Boostnote. But it really is not a big deal since now I just do Ctrl + n, Enter for a new Markdown note. It feels natural and goes without thinking.