mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[GH-ISSUE #1283] [Android] Add option to define a default parent folder when creating bookmark from share menu #852
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#852
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 @heapifyman on GitHub (Nov 12, 2022).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1283
Describe the feature you'd like to request
When creating a new bookmark from the share menu the new bookmark's
parent folderseems to be set to the top-most folder of the bookmarks tree by default.I usually collect bookmarks from different apps on my mobile in one folder, for example "read later", for example when I want to save an interesting blog post, tweet, etc. but don't have time to read it entirely at the moment. I then re-organise the bookmarks in a desktop browser.
It would be nice if I could define my "read later" folder as the default parent folder, so that it is automatically set as the parent folder whenever I create a new bookmark from the share menu.
Describe the solution you'd like
The option could be added to the "Mobile settings" section. It could be named "Default folder for new bookmarks", for example.
It would be a single input field that behaves just like the "parent folder" input field in the new bookmarks form.
By default it would be the bookmark tree's root folder.
Tapping into the input field would the "Choose a folder" view and let me select an existing folder as the new default parent folder.
Describe alternatives you've considered
n/a
@pinpontitit commented on GitHub (Nov 13, 2022):
Seems a good idea!
But even simpler I think: what about Floccus keeping in memory the last folder used ?
Like this when you share a new bookmark, the last folder you used is directly selected.
It could also work in your situation, and it's the default behavior when saving a bookmark on desktop browsers.
@heapifyman commented on GitHub (Nov 13, 2022):
That would improve things for me. Not sure if other users' workflow might be affected by the change? But if it is the default behaviour on desktop anyway it makes sense to harmonise it.
Maybe it could be a first step and in a second step one could still think about adding an option to the UI to overwrite the default folder?
One question: when you say "in memory" would that "survive" restarts of the app or the phone?
@pinpontitit commented on GitHub (Nov 13, 2022):
would that "survive" restarts of the app or the phone?Yes, the same way Floccus saves your bookmarks or your settings, (I guess it uses something like LocalStorage, EDIT: @capacitor/storage)