Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bookmarks bulk actions (auto or supervised) #53

Open
TarekJor opened this issue Oct 11, 2017 · 2 comments
Open

add bookmarks bulk actions (auto or supervised) #53

TarekJor opened this issue Oct 11, 2017 · 2 comments

Comments

@TarekJor
Copy link
Contributor

TarekJor commented Oct 11, 2017

add auto or semi-auto bulk actions to merge, join, diff bookmarks from duplicates considering "folder" and "tags" (#42 #47) fields

For example from bookmark duplicates checker (duplicate criteria: by.url)

ocurrence1: title, url, tag1, folder1
ocurrence2: title, url, tag2, folder2
... etc

possible conflicts

title and url => must be unique (no conflict)
(ignore this 1* ) tag1 & tag2 => resolve ocurrence merged: title, url, tag1, tag2
(1*edit: Firefox considers url.tagged as unique yet, ignore this)
folder1 & folder2 => override (one or another) or convert "folder to tags" (via an folder.2.tags function)

@tDeContes
Copy link

Since tag merging has no sense (if I understand),
is there still something more than in #38?

@tsilvs
Copy link

tsilvs commented Jul 7, 2024

Actually, merging tags from multiple bookmarks with the same URL can be pretty convenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants