
中文說明
- create a folder with many markdown files in it
- will treat each markdown file as a deck
- each markdown file should be formated as:
- the front will start from the h2
## title
- the back will start after
---
- h1
# title will be the deck name
# deckname
## card 1
---
back
## card 2
---
back
- Install python packages
pip install -r requirements.txt
- run
make DECK=your_folder_name
- you will get the
.apkg file from each markdown
- Any file with the name containing 'index' will be ignored.
- Especially useful for: creating a
note_index.md using wikilinks to connect various documents.
- Images should be added in markdown format like
 or .
- You can modify the
theme.css to adjust the card styles.