
: How to delete Calibre ePub bookmarks Whenever an ePub file is opened with Calibre's ebook viewer, a bookmark file is created inside that ePub. This file does not store user bookmarks, it is
Whenever an ePub file is opened with Calibre's ebook viewer, a bookmark file is created inside that ePub. This file does not store user bookmarks, it is automatically used by the program to remember the last used location inside the book.
More precisely this bookmark file is called calibre_bookmarks.txt and is located in the META-INF folder, inside the said ePub book main directory.
I'd like to know if there is an easy way of getting rid of these bookmark files from inside Calibre, ideally from multiple ePubs at once (doing it manually for every single ebook wouldn't be very handy), effectively cleaning them and restoring their "newness".
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Steve

: How can I extract some chapters or sections from an ebook into a new one? How can I easily extract some sections from an ebook and create a new one that will contain just those parts? It
2 Comments
Sorted by latest first Latest Oldest Best
There is another way to do this on Linux.
First, open a terminal and cd into the folder with your ePubs.
Next, type the following command: find . -name "*.epub" -exec zip -d '{}' 'META-INF/calibre_bookmarks.txt' ;
Then, all of the calibre_bookmarks.txt files inside all the ePubs in the current dir (recursively) will be deleted.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
There's a plugin called Modify ePub which could remove Calibre bookmarks. But I haven't tried it myself.
Free books android app tbrJar TBR JAR Read Free books online gutenberg