Crates.io | marki |
lib.rs | marki |
version | 0.1.0 |
source | src |
created_at | 2022-12-24 20:19:46.303991 |
updated_at | 2022-12-24 20:19:46.303991 |
description | Generate Anki cards from Markdown notes |
homepage | |
repository | https://github.com/langston-barrett/marki |
max_upload_size | |
id | 745048 |
size | 35,627 |
Generate Anki cards from Markdown notes.
A card consists of a specially-formatted comment followed by a prompt and response (front and back of a card):
<!-- marki[card] -->
Q. What is Marki?
A. A tool to generate Anki cards from Markdown notes.
See test.md for an example.
The syntax is inspired by Andy's notes.
Marki doesn't support:
Download a binary from the releases page, or build with Cargo:
cargo install marki
Usage: marki [OPTIONS] [FILE]...
Arguments:
[FILE]... Markdown files
Options:
-d, --deck <DECK> Deck name [default: Marki]
-o, --output <OUTPUT> Output file [default: marki.apkg]
-v, --verbose
-h, --help Print help information
This tool exists because most of the alternatives use syntax that isn't suitable for embedding in larger documents (e.g., using headers for questions) or are written in interpreted languages like Python or JavaScript. On the other hand, many of these alternatives are more featureful than Marki.