md2anki

1.0.2 • Public • Published

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.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i md2anki

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • joshuagross