![]() |
#1 |
Connoisseur
![]() Posts: 64
Karma: 30
Join Date: Jun 2010
Device: Kobo 2, PRS-600
|
Saving notes in epub books.
Asked this:
If I make some notes or underline text in an epub book, do these edits stay with the book when the book is put back in my library/Calibre? I don't recall any specific instructions for saving a book in order to retain notes. Got this answer: "Not if you are using Calibre. Yes if you use SONY's Library. It sucks, but if you want to keep your annotations, you have to deal with SONY's software." Any chance that a future Calibre release will allow for saving notes in epub books? |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,144
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
No plans in the near future.
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Connoisseur
![]() ![]() Posts: 98
Karma: 161
Join Date: May 2010
Location: Quebec, Canada
Device: PRS-600
|
|
![]() |
![]() |
![]() |
#4 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,144
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
There's already one
|
![]() |
![]() |
![]() |
#5 |
Member
![]() Posts: 17
Karma: 10
Join Date: Dec 2010
Device: Sony PRS-650
|
In the meantime, with my PRS-650, I managed to backup/restore my annotations with a batch file (file.bat) in a easy way, to keep them in case of format:
@echo off :start cls echo Choose 1 to backup from PRS-650 to PC echo Choose 2 to backup from PC to PRS-650 set /p userinp=choose a number(1-2): set userinp=%userinp:~0,1% if "%userinp%"=="1" goto 1 if "%userinp%"=="2" goto 2 echo invalid choice goto start :1 cd\ xcopy "F:\Digital Editions" "c:\ReaderBackup\Digital Editions" /s /y xcopy F:\Database\cache c:\ReaderBackup\Database\cache /s /y goto end :2 cd\ xcopy "c:\ReaderBackup\Digital Editions" "F:\Digital Editions" /s /y xcopy c:\ReaderBackup\Database\cache F:\Database\cache /s /y goto end :end pause>nul Where F: is the drive letter of the PRS-650. Anyway I hope that ticket will be covered eventually. Last edited by mastroalex; 01-05-2011 at 01:36 PM. |
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Saving Meta-data to Books without conversion | Theeo123 | Calibre | 14 | 12-09-2010 07:42 PM |
Problem with saving books | alchemyst | Calibre | 3 | 08-19-2010 09:14 PM |
saving cover to epub | obijohn | Calibre | 2 | 07-21-2010 02:04 PM |
Saving to disk, Calibre, epub & covers | varaonaid | Calibre | 5 | 05-03-2010 01:27 PM |
Accessing/ re-saving downloaded epub file from within epubreader | cklammer | EPUBReader | 3 | 12-06-2009 04:59 AM |