Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonLukas committed Oct 17, 2022
2 parents ce6711a + 6c64f71 commit 6b2632f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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)

![](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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6b2632f

Please sign in to comment.