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
not overwriting - basically any existing bookmark is skipped (time updated)
overwriting - all data related with the bookmark is overwritten
For me this clearly lacks the 3rd option: import an existing bookmark merging the lists of tags.
This can be implemented in several ways, adding dedicated option(s) etc. But it is better not to complicate (I am 100% for keeping Shaarli small and simple). The easiest way to add this is just to merge the list of tags by default (when not overwriting! - overwriting can be used for deleting / cleaning-up the tag list).
I made a simple change that does this, I will make a PR. The issue is created in case further discussion is needed.
The text was updated successfully, but these errors were encountered:
t-w
changed the title
Import existing bookmarks should update tags list by adding new ones
Import existing bookmarks should update tag list by adding new ones
Oct 3, 2023
t-w
changed the title
Import existing bookmarks should update tag list by adding new ones
Import existing bookmarks should update tag list by merging the tags lists
Oct 3, 2023
t-w
added a commit
to t-w/Shaarli
that referenced
this issue
Oct 3, 2023
Currently there are 2 options for importing existing bookmarks (having the same URL):
For me this clearly lacks the 3rd option: import an existing bookmark merging the lists of tags.
This can be implemented in several ways, adding dedicated option(s) etc. But it is better not to complicate (I am 100% for keeping Shaarli small and simple). The easiest way to add this is just to merge the list of tags by default (when not overwriting! - overwriting can be used for deleting / cleaning-up the tag list).
I made a simple change that does this, I will make a PR. The issue is created in case further discussion is needed.
The text was updated successfully, but these errors were encountered: