mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #186] Separators #176
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#176
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 @marcelklehr on GitHub (Nov 5, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/186
The separator situation in Chromium/Chrome is unfortunate. Users have requested them on several occasions but apparently they won't be added.
There are how-to's online that suggest mitigating the lack of functionality by adding specially crafted bookmarks, using bookmarklets. These seem to be very popular with Chromium/Chrome users.
Bookmark JSON for the horizontal "separator":
generated XBEL:
In Vivaldi, separators are supported by the browser. Unsurprisingly, their actual format is a hack, similar to the above. From Vivaldi's Bookmark file:
generated XBEL:
So we have those two, and from Firefox, JSON:
generated XBEL:
Translating the above three hackish separators to XBEL's
<separator>element and back would IMHO be safe and cover a lot of users.@gohrner commented on GitHub (Dec 21, 2018):
Sounds like a nice feature!
@jantheodor commented on GitHub (Jul 1, 2021):
I've been using https://separator.mayastudios.com/index.php to seperate my bm-folders. Floccus seems to missjudge them as duplicate entries, and therefore deletes them all the time. Any ideas how I can fix this?
@marcelklehr commented on GitHub (Jul 3, 2021):
Until separators are supported there is no way for you to fix this, I'm afraid. I'll take a look at this when I'm done with my current project in August.
@jantheodor commented on GitHub (Jul 4, 2021):
As far as I understand it, the "seperators" I am using, are simply urls, I can bookmark, that have a "favicon" which gives the impression of an actual seperator, right? Floccus, for some reason, can't differ or doesn't allow, muitliple entries, with the same url (and name, which is a blank "" in my case)? I guess it checks for possible duplicates and removes them (per entity or each layer so to say)?*
*which maybe, makes sense for many users, and from a programmers perspective, but, in my case, needs to be an option I can choose from.
@marcelklehr commented on GitHub (Mar 15, 2022):
This is a limitation of the bookmarks app and does not apply when using WebDAV or GDrive for syncing.
@tessus commented on GitHub (Mar 15, 2022):
Isn't there a way to workaround that, like adding a
?random_string. Or maybe you can use a different primary key.e.g. I might have bookmorks with the same URL but a different title on my system. Does this mean the sync will fail, or just not sync the duplicate? But I think this should be mentioned in the README either way.
@marcelklehr commented on GitHub (Mar 15, 2022):
Yes, workarounds are possible. The content model of the bookmarks app makes a point of only allowing one ID per URL.
Floccus currently removes duplicate bookmarks per folder, which I will change to leaving them alone in the next release.
@tessus commented on GitHub (Mar 15, 2022):
Thanks for the info!
@marcelklehr commented on GitHub (Mar 15, 2022):
The next release will have support for Firefox separators by emulating them with http://separator.floccus.org bookmarks on other platforms. Syncing with Nextcloud Bookmarks will only support one separator per folder for now, but unsynced separators will stay where you left them.
@godfuture commented on GitHub (Apr 23, 2022):
I am also interested in Nextcloud bookmarks app in combination with floccus, but this issue with separators holds me back.
Is there a ticket in the nc bookmarks app repository?
Thanks for this nice piece of software.
@marcelklehr commented on GitHub (Apr 23, 2022):
You're welcome :)
There is not, I can reopen this ticket to track the remaining task of allowing multiple separators per folder with Nextcloud Bookmarks, there's a hack I have in mind to make this work, despite the Bookmarks app's limitations.
@godfuture commented on GitHub (Aug 5, 2022):
Now that I have all separators in place, I replaced Fireofox sync for bookmarks with floccus. Currently working just fine.
Thanks a lot!
@github-actions[bot] commented on GitHub (Aug 6, 2023):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.