diff --git a/README.md b/README.md index c88c72b..3be10dc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Project 2: obsidian-kindle-export -## An Obsidian-plugin which sends your notes to your Kindle as .epub file +## An Obsidian-plugin which sends your notes to your Kindle/PocketBook as .epub file ### Work paperless ![](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fstaneks.de%2Fapps%2Fmd2mobi%2Fcounter&cacheSeconds=3) ![GitHub manifest version (path)](https://img.shields.io/github/manifest-json/v/SimeonLukas/obsidian-kindle-export/main?label=Version) ![](https://github.com/SimeonLukas/obsidian-kindle-export/raw/main/files/screenrecord.gif) @@ -7,7 +7,7 @@ ![](https://github.com/SimeonLukas/obsidian-kindle-export/raw/main/files/ebook.jpg) ### Introduction -I was using Calibre and Pandoc-Export plugin, but I was wondering about a short way to export your .md files in one command and add all embedded files. So you dont have to use a .pdf file. The plugin creates a *Kindle: Export* command, which sends all embedded images and .md files to a PHP backend ([Host your own private PHP Backend!](https://github.com/SimeonLukas/Obsidian2Kindle)) which converts it to a .epub file and sends it via email to your Kindle. If you are not hosting on your own, you will send private data to my server. Please be aware of this. I won't save or read your data! +I was using Calibre and Pandoc-Export plugin, but I was wondering about a short way to export your .md files in one command and add all embedded files. So you dont have to use a .pdf file. The plugin creates a *Kindle: Export* command, which sends all embedded images and .md files to a PHP backend ([Host your own private PHP Backend!](https://github.com/SimeonLukas/Obsidian2Kindle)) which converts it to a .epub file and sends it via email to your Kindle/PocketBook. If you are not hosting on your own, you will send private data to my server. Please be aware of this. I won't save or read your data! ### To Do's: - [x] Export images @@ -35,8 +35,8 @@ I was using Calibre and Pandoc-Export plugin, but I was wondering about a short For embedding local images, please use the following format: ``` ![[image.jpg]] ``` -Fill in your data for your Kindle and your mailadress. -Read your notes on your Kindle. +Fill in your data for your Kindle/PocketBook and your mailadress. +Read your notes on your Kindle/PocketBook. **Mergedown:** Combine all your embedded images and .md files in one .md file.