Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

bit-ranger/markdown-to-kindle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown to kindle

GitHub release GitHub All Releases

convert a directory to mobi, include all markdown contents

将一个目录转换成mobi, 包含所有的markdown内容

usage

  • unzip markdown-to-kindle.zip

  • open cmd in markdown-to-kindle

  • execute this command, you need to replace the path-of-your-markdown-directory and name-of-book

markdown-to-kindle.exe  path-of-your-markdown-directory  name-of-book

example

markdown-to-kindle.exe  D:\Doc\MyRepo\hands-on-ml-zh\docs  Hands-On_Sklearn_and_TensorFlow

Then the mobi will appear in path-of-your-markdown-directory

用法

  • 解压 markdown-to-kindle.zip

  • markdown-to-kindle 中打开 cmd

  • 执行如下命令, 你需要替换 path-of-your-markdown-directoryname-of-book

markdown-to-kindle.exe  path-of-your-markdown-directory  name-of-book

例如

markdown-to-kindle.exe  D:\Doc\MyRepo\hands-on-ml-zh\docs  Sklearn与TensorFlow机器学习实用指南

然后, mobi将出现在 path-of-your-markdown-directory