You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using other means to sync bookmarks in parallel to floccus?
Yes, I sync Firefox and Edge to their respective built-in primary backends
Sync method
Google Drive
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox 134.0.1 / Edge 132.0.2957.115
Which version of Nextcloud Bookmarks are you using? (if relevant)
n/a
Which version of Nextcloud? (if relevant)
n/a
What kind of WebDAV server are you using? (if relevant)
n/a
Describe the Bug
Hi team!
Thank you for providing this tool. I appreciate your work!
Note:
This investigation is based on Edge (version as listed), but I expect the problem will be identical for all Chrome-based browsers.)
The Chrome-based browsers are lacking bookmark separators, and Floccus does a reasonable job emulating them by inserting a favicon-based "hack".
This "hack" works fine in most cases, however, it fails in the Favorites-bar.
There, the "icon" should be vertical rather than horizontal, and there should be no description text.
Currently, the bar looks like this:
Expected Behavior
The separators should be vertical, and there should be no other text on those elements.
Here is how the same synchronization looks for me in Firefox:
Here, use title: ''
and url: 'https://separator.floccus.org/vertical.html?id=${rng.int(0,1000000)}'
when parentId === 'toolbar_____'.
(Optional) When parentId !== 'toolbar_____', use title: '⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯'. This creates a more coherent horizontal separator line. (These are eleven Horizontal Line Extension chars (U+23AF).)
If this strategy seems reasonable, I'd be happy to create a PR after the separator site is merged. Please let me know if that is helpful.
Request:
Please, validate the fix not only for Chrome, but also for Edge, and possible for other common Chrome-based browsers.
To Reproduce
Using Firefox, create a few bookmarks on the Bookmarks Toolbar, and make sure they are separated by separators.
Sync that to Edge (or Chrome).
Debug log provided
I have provided a debug log file
-- N/A
Extra request
The text on the vertical separators on places other than the Bookmarks Bar could be a little longer.
Currently it is: "-----".
Suggestion: "⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯" (these are eleven Horizontal Line Extension chars (U+23AF)).
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus a few years ago, maintaining it ever since. I currently work for Nextcloud
which leaves me with less time for side projects like this one than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
To continue the development and maintenance of this project in a sustainable way I ask that you donate to the project when opening an issue
(or at least once your issue is solved), if you're not a donor already.
You can find donation options at https://floccus.org/donate/. Thank you!
One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.
I look forward to working with you on this issue
Cheers 💙
Which version of floccus are you using?
5.4.3 on Firefox / 5.4.2 on Edge
How many bookmarks do you have, roughly?
300
Are you using other means to sync bookmarks in parallel to floccus?
Yes, I sync Firefox and Edge to their respective built-in primary backends
Sync method
Google Drive
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox 134.0.1 / Edge 132.0.2957.115
Which version of Nextcloud Bookmarks are you using? (if relevant)
n/a
Which version of Nextcloud? (if relevant)
n/a
What kind of WebDAV server are you using? (if relevant)
n/a
Describe the Bug
Hi team!
Thank you for providing this tool. I appreciate your work!
The Chrome-based browsers are lacking bookmark separators, and Floccus does a reasonable job emulating them by inserting a favicon-based "hack".
This "hack" works fine in most cases, however, it fails in the Favorites-bar.
There, the "icon" should be vertical rather than horizontal, and there should be no description text.
Currently, the bar looks like this:
Expected Behavior
The separators should be vertical, and there should be no other text on those elements.
Here is how the same synchronization looks for me in Firefox:
Contribution:
To contribute to a swift resolution, I created a PR for the separator-site repo: floccusaddon/separator-site#2
Suggestion:
It seems that the fix should be simple:
title: ''
and
url: 'https://separator.floccus.org/vertical.html?id=${rng.int(0,1000000)}'
when
parentId === 'toolbar_____'
.parentId !== 'toolbar_____'
, usetitle: '⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯'
. This creates a more coherent horizontal separator line. (These are eleven Horizontal Line Extension chars (U+23AF).)If this strategy seems reasonable, I'd be happy to create a PR after the separator site is merged. Please let me know if that is helpful.
Request:
Please, validate the fix not only for Chrome, but also for Edge, and possible for other common Chrome-based browsers.
To Reproduce
Debug log provided
-- N/A
Extra request
The text on the vertical separators on places other than the Bookmarks Bar could be a little longer.
Currently it is: "
-----
".Suggestion: "
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
" (these are eleven Horizontal Line Extension chars (U+23AF)).The text was updated successfully, but these errors were encountered: