Problem
In the current implementation, if I set a bookmark (e.g.) in my directives like this:
Bookmarks={huronOS^https://staging.huronos.org}|
And then I update just the URL part to this:
Bookmarks={huronOS^https://huronos.org}|
Instead of replacing the old "huronOS" bookmark, it will add a new bookmark and keep the old one too.
Expected behavior
I would expect the extension to override the previous URL of the same bookmark. We can document that we're expecting all the bookmarks to have a unique title so that they're aware that changing the URL of a bookmark title will override previous one. We can also ensure that they're not repeating the title twice.
Problem
In the current implementation, if I set a bookmark (e.g.) in my directives like this:
Bookmarks={huronOS^https://staging.huronos.org}|And then I update just the URL part to this:
Bookmarks={huronOS^https://huronos.org}|Instead of replacing the old "huronOS" bookmark, it will add a new bookmark and keep the old one too.
Expected behavior
I would expect the extension to override the previous URL of the same bookmark. We can document that we're expecting all the bookmarks to have a unique title so that they're aware that changing the URL of a bookmark title will override previous one. We can also ensure that they're not repeating the title twice.