Is there any way to find and remove duplicate notes in Joplin?
1 Like
No, but writing a script based on the API shouldn’t be too difficult. You can simply download all the notes, then compare each one to all the other ones, and delete the duplicates.
it seems if you have 6000 nodes this would not be very efficient, whereas if you export the notes as separate files, then you can sort by size and find the dupes faster and process and reimport. what benefits would API provide in such a scenario? thanks.