JoshuaGross / md2anki

Convert markdown files to anki card deck (apkg) files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md2anki

Converts a markdown file to the anki flashcard format.

Install

npm install -g md2anki

Usage

Assuming you have a mycards.md file with flashcard information:

md2anki mycards.md mycards.apkg

Format

The top-level heading of the document # becomes the title of the overall deck.

Second-level and deeper headings with only text in the body (no other sections, etc) become card fronts, and their bodies become the card backs.

No media supported currently.

License

MIT License, Copyright (c) 2017, Joshua Gross.

About

Convert markdown files to anki card deck (apkg) files.

License:MIT License


Languages

Language:JavaScript 100.0%