mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[GH-ISSUE #28] Tags are not being synced #27
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#27
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 @talmage on GitHub (Sep 19, 2017).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/28
Please implement two-way syncing so that changes I make to my bookmarks in Firefox are copied to Nextcloud.
I think I observed that when I make a change to a bookmark (e.g. adding a tag), the change is copied into the corresponding bookmark in the Owncloud folder. I haven't observed that this change is copied to Nextcloud. Nextcloud Bookmarks shows me no new tags, for example, even after I reload the page.
@marcelklehr commented on GitHub (Sep 19, 2017):
Hey @talmage,
the problem is not with the syncing, but with the addon API. The addon cannot access tags at the moment (until Firefox adds support for that), so that's why they're not synced :(
@talmage commented on GitHub (Sep 19, 2017):
Tags aren't synced in either direction? Not from Firefox to Nextcloud and not from Nextcloud to Firefox?
@marcelklehr commented on GitHub (Sep 22, 2017):
Yes, unfortunately that's how it is at the moment.
@9662 commented on GitHub (Nov 7, 2017):
For reference to those who may be interested, some discussion about implementing tags and annotation support in WebExtensions can be found here: https://discourse.mozilla.org/t/webextensions-bookmarks-tags-annotations-come-on/20593
@marcelklehr commented on GitHub (Feb 4, 2018):
See upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1225916
@marcelklehr commented on GitHub (Apr 8, 2018):
Citing from the aforementioned bug: "ETA is this quarter, unless we hit huge roadblocks." 🎉
@jcklpe commented on GitHub (Feb 13, 2019):
Dang they still haven't fixed this upstream :( I guess I'll just have to wait! I was using raindrop.io briefly but then I saw this solution and since I already have a personal nextcloud server it seemed most ideal.
@tokiop commented on GitHub (Feb 19, 2019):
Not (yet) an user, came here because this issue was referenced in the bugzilla issue. Maybe voting the issue up can help have more visibility and quicker fix ?
@nousernameavailableanymore commented on GitHub (Mar 15, 2020):
So three years later and still no tag-sync?
Is there any technical reason, why Mozilla would not allow syncing tags (from a common sense standpoint, it sounds kind of ... not so smart)?
@jcklpe commented on GitHub (Mar 16, 2020):
@nousernameavailableanymore Mozilla is kinda dysfunctional these days from what I can tell. I tried volunteering for a UX Design of Thunderbird and it's a total shitshow. They have a lot of trouble making meainingful changes to the feature set or UX. They have a lot of legacy users who don't want anything to change, and then they've got pressure from the foundation to turn a profit so the only stuff that gets attention is the attempts at monetizing the browser. A failed project to begin with I think.
@micson82 commented on GitHub (May 19, 2020):
Which browsers currently support tag synchronization? With Google Chrome or even the new Microsoft Edge Chromium it doesn't seem to work either, does it?
Unfortunately, without tags or subfolders it is not possible to keep track of bookmarks.
@marcelklehr commented on GitHub (May 19, 2020):
@micson82 Floccus currently doesn't support tags, because the WebExtension standard doesn't support them. Thus syncing tags currently doesn't work in any browser with floccus. Subfolders are synced however.