Skip to content

Instantly share code, notes, and snippets.

@samuelsmal
Last active July 15, 2024 12:04
Show Gist options
  • Save samuelsmal/0f0b7a87fbbfe4798cb572bbf1394de4 to your computer and use it in GitHub Desktop.
Save samuelsmal/0f0b7a87fbbfe4798cb572bbf1394de4 to your computer and use it in GitHub Desktop.
how to export notes and highlights from kobo

Steps

  1. connect kobo to your device
  2. open a file browser and navigate to the mounted kobo folder
  3. navigate to the hidden folder .kobo/Kobo
  4. open the file Kobo eReader.conf
  5. navigate to the section [FeatureSettings], if it doesn't exist, create it.
  6. add the line ExportHighlights=true and save
  7. disconnect the device
  8. now you can long press on a book and export the note file into a .txt file which will be saved alongside your books. to get it connect your ereader.

Tested on

Working

  • Kobo Clara HD
  • Kobo Libra
  • Kobo Libra 2
  • Kobo Nia
  • Kobo Glo

Not Working

  • Kobo Elipsa (not necessary, default functionality)
  • Kobo Libra Colour

Source

https://www.matteopezzi.com/how-to-export-annotations-on-kobo-aura/

Further reading

See also Export-Kobo.

@sourcerider
Copy link

sourcerider commented Feb 10, 2023

If it doesn't work on Libra 2, make sure to first create [FeatureSettings] (if you don't have that category) and then add ExportHighlights=true under that. I don't know if the next step matters but I added [FeatureSettings] where it would naturally fall in alphabetic sort (after [DialogSettings] and before [OneStoreServices]). Files are saved under "/Exported Annotations/" in the root directory. Works great =)

@BarRozenman
Copy link

Works on Kobo Libra, Thank you!

@myratogonon
Copy link

hi thank you so much i now have an Export annotations option on my Kobo nia, i saved it like you said and when i tested and opened the file on my computer the highlights came in txt format! thanks so much!!!!!!!

@eliascotto
Copy link

I've worked on a repository that manage all exports for Kobo: https://github.com/eliascotto/export-kobo

@mnalli
Copy link

mnalli commented Mar 21, 2024

Working perfectly on a Kobo Glo

@SpiteBall
Copy link

Just wanted to share what finally worked for me:
Initially. I would make the edit, save the file, and safely eject, but Kobo kept reverting the changes. I found that if, after making the changes to the Kobo ereader.conf file and saving it, THEN openening and merely just saving the Analytics file that is in the same directory (without making any changes), Kobo wouldn't wouldn't revert the change and the edit would stick.

@Ghdhdhdh
Copy link

On kobo libra colour is a no go. The changes are saved, but the option is nowhere to be seen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment