Home
Softono

Md2mobi

Open source CSS
17
Stars
1
Forks
1
Issues
0
Watchers
11 months
Last Commit

 About Md2mobi

Convert Markdown files to Mobi files for Amazon Kindle

Platforms

Web Self-hosted

Languages

CSS

Need Help Installing Md2mobi?

We provide expert installation service for this software. Our team will install, configure, and secure Md2mobi on your server. plans start at just $30.

md2mobi

Convert Markdown files to Mobi files for Amazon Kindle.

Run

Run this command specifying TITLE and AUTHOR as environment variables.

$ cat your_ebook.md | docker run -i -e TITLE="A title" -e AUTHOR="An author" lapwat/md2mobi > your_ebook.mobi

Build from source

$ docker build -t lapwat/md2mobi .