A plugin that converts EPUB files into markdown notes for your Obsidian vault. This allows you to read, annotate and link your ebooks directly within Obsidian.
For detailed information, check out the Wiki or explore our Example Vault.
There are two ways to import EPUB files:
Run the command Epub Importer: Import epub to your vault and provide the absolute path to your EPUB file.
Configure libraries paths in settings - when you run the import command, all EPUB files from these paths will be available for selection.
Once imported, the EPUB will be converted into a folder containing markdown notes, allowing you to:

All available variables:
- {{bookName}}
- {{title}}
- {{author}}
- {{publisher}}
- {{language}}
Example:
title: {{bookName}}
author: {{author}}
publisher: {{publisher}}
status: false
All available variables:
- {{savePath}}
- {{bookName}}
Example:
{{savePath}}/{{bookName}}/images
We'd love to hear how you use this plugin! Share your stories and workflows in our discussions.
When reporting bugs:
Please note that feature requests are evaluated based on alignment with the plugin's core philosophy and may not all be implemented.