Duplicated bookmark detection / cleanup
-
@TheBinge said in Duplicated bookmark detection / cleanup:
I need this badly .
There are different extensions that do exactly this, try one, search for "chrome bookmark checker"
It doesn't seem like something that would be hard to implement.
try to code it yourself and see how many different problems you'll encounter while doing it.
-
I have to agree.
This Chromium format for bookmarking is Bass Ackwards in my opinion.Something that can easily be exported in a format to put into a database where users can do Counts, easily find duplicates, idendtify dupes and duplicate folders to merge non duplicates and for deletion of those items no longer needed.
Then clear all bookmarks (after backup) and import your work from the database.
A simple VBcript is all that is needed for the user to Find broken URLs.Used to be able to do this in FF and old Opera with SQlite FF Add-on but now the bookmarking files are so convoluted this is impossible.
-
@Martin-Storch said in Duplicated bookmark detection / cleanup:
If this feature gets implemented, please don't just auto-remove the links. I would like to review the duplicates and broken links first before they get deleted.
I prefer this way too
-
we can add to the context menu two lines, one to close other duplicates of the current tab, and the other to close all duplicates of any tab.
-
I'm using AM-DeadLink to check it, but it doesn't delete them.
Is there any plan to implement something like a "link checker" and option to delete bad links down the line?
-
@yrvkon I use extension Bookmarks clean up
0.0.3, it has option to delete dead links but i haven't tried it yet -
<bump>
I'd love to have some way to automate cleaning my 20000 duplicated notes that appeared this week... -
@ROTFL said in Duplicated bookmark detection / cleanup:
<bump>
I'd love to have some way to automate cleaning my 20000 duplicated notes that appeared this week...A temporary workaround could be using some UI automation to do that. I know it's far from ideal, but better than manually doing it.
-
@bonetone I used to run Python script that I wrote especially for that but because notes sync is incomplete (without attachments) and clones have usually random attachments it is not so easy to find duplicates sometimes...
I just got tired with hunting clones every week and stopped using notes -
@ROTFL Yeah, I find OneNote to be superior to the built-in Notes Panel anyways. Plus, I've long been able to sync that with Android. So I prety much keep all my notes in that. Still running OneNote 2013 on Windows, but considering installing OneNote 2016. I definitely prefer those versions over the one included in Windows due to the maturity of the feature set. I think that the UWP version will approach parity eventually, just not yet.
After spending several years using and evaluating a plethora of note-taking software, I settled on OneNote as the best solution in terms of richness of formatting, elegance of organization, ease of sharing & synchronization, integration with other programs, and multiplatform support. Since then OneNote has only gotten better, and distanced itself further from the competition. To top it all off, it is free and available to pretty much everyone whether they use Windows, Linux, Mac, iPhone or Android.
I had a small number of notes in Vivaldi, ~25 or so, but as soon as I saw the duplication issue happen and having read the posts of people experiencing such large numbers of duplicates, I recently migrated them all into OneNote.
-
@ROTFL
Now that I think about it, it would probably be easier to write something that works on the data in the Notes file directly. Obviously work on a backup copy of the file... but the structure of the data should make it fairly easy to do.I just did a quick analysis of my Notes file, which currently does have at least 1 duplicate, and they have different IDs. Simply keep the one with the smallest ID number and delete all the other dupes.
-
- ID is just ID and means nothing but identifier. Sometimes creation date is more important but not always
- As I said problem is more complicated when you have partially synced attachments between computers and notes with random attachments and older versions of notes and other chaotic artifacts of a buggy sync...
-
Finally got the time to finish the tool I was working on, an initial version is published at https://github.com/kamenminkov/vivaldi-bookmarks-dedupe
Feedback is very welcome. The project contains a detailed readme, let me know if you think something is missing.Still figuring out the best way to do it as Vivaldi sometimes likes to still duplicate the bookmarks after syncing. Found out that renaming a folder that duplicates appear in, then letting that folder appear twice, then deleting the one with the duplicates kind of helps. Also found out that it's probably a good idea to reset sync, close the browser, copy the cleaned up bookmarks, then sign in again.
-
@killchain I'm definitely going to look at this in detail when I get a little time. I am also developing a bookmark management tool, so we could possibly help each other out with this.
-
@bonetone Yeah, it would be cool
-
@killchain BTW, I have not found any issues with duplicates being created from the sync process. And I've got over 80,000 unique bookmarks. I recently accidentally deleted a major folder, and to recover it I simply imported a recent exported html bookmarks file and then deduped. I had forgotten to turn off sync beforehand, and so I had like 160k bookmarks sync'ing between a few desktop and 2 Android Vivaldi instances.
-
wont the extensions in the chrome store, meant for de-duplicating bookmarks, work in vivaldi? i am just a novice.
-
@g-naveen I can't vouch for every single extension of course, but yes, at least several of them. I've used many over the years, and never ran into one that didn't work, but have settled on "Bookmarks clean up" as my tool of choice. I've used it to delete literally hundreds of thousands of bookmarks in total, possibly over a million by now. It makes it really easy to delete large numbers of duplicates without having to process each one individually, and it also has other features like merging duplicate folders, deleting empty folders, and processing your bookmarks library to find broken ones -- which it will allow you to delete easily again, separating them into groups by error. And of course you can choose folders to exclude from the processing.
-
@bonetone said in Duplicated bookmark detection / cleanup:
"Bookmarks clean up"
Thanks for the reco. I hadn't thought of using an extension.
-
@bonetone
"Bookmarks clean up" runs but it is not deleting duplicates. Instead it buts them into folders named Trash. I can see any way to empty the trash folder. I can't see any folders named Trash in Vivaldi's Bookmark Manager, just in Bookmarks clean up. -
Ppafflick moved this topic from Automotive News on