Quote:
Originally Posted by Comfy.n
Hmm, that works for each note, individually. I want to change like 1500 notes all at once, just like the search and replace feature that works with metadata.db
|
That will require code. You can write a small python script to export the notes using the calibre api, process them and re-import them. Run it with calibre-debug. But there is no pre-cooked solution to do this.