dingmingxin / yuque2markdown

yuque2markdown convert your Yuque export file(.lakebook) to markdown files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yuque-to-markdown

status: it works

Simple convertor, it converts .lakebook to markdown files, and all the outputs is in markdown format. The structure of the output folder is the same as the structure of the book in yuque.

How to install

# Make sure your Python3 is installed
python3 -V

# Clone this repo
git clone git@github.com:alswl/yuque2markdown.git
cd yuque2markdown

# Install packages
pip3 install -r requirements.txt

How to use

  1. Go to your yuque book configuration page, click 设置 button
  2. Click 导出 button, and download the .lakebook file
  3. Using this tool to convert it to markdown files
python3 yuque2markdown.py /path/to/your/lakebook/file.lakefile /path/to/your/output/folder

# show your converted files
tree /path/to/your/output/folder

TODO

  • Convert HTML to markdown
  • Toc structed convert
  • Fetch images

About

yuque2markdown convert your Yuque export file(.lakebook) to markdown files


Languages

Language:Python 100.0%