Crates.io | ankinase |
lib.rs | ankinase |
version | 0.1.2 |
created_at | 2025-05-02 22:21:05.773484+00 |
updated_at | 2025-05-15 17:53:21.677423+00 |
description | A parser which generates Anki cards from CommonMark. |
homepage | https://git.sr.ht/~orchid/ankinase |
repository | https://git.sr.ht/~orchid/ankinase |
max_upload_size | |
id | 1658261 |
size | 20,018 |
A parser which generates Anki cards from CommonMark.
cargo install ankinase
See ankinase --help
for (sparse) usage information.
The following Markdown file:
# biology chemistry
What are the __two__ B12-dependent enzymes present in humans?
&
Methylmalonyl-CoA mutase and methionine synthase depend on _which_ cofactor?
Which type of enzyme catalyzes phosphorylation?
^
Kinases.
\\(\ce{ATP + H2O <=> ADP + {{c1::P_i}}}\\).
would produce the following Anki card file:
#separator:Tab
#html:true
#tags:biology chemistry
#notetype column:1
Basic (and reversed card) <p>What are the <strong>two</strong> B12-dependent enzymes present in humans?</p> <p>Methylmalonyl-CoA mutase and methionine synthase depend on <em>which</em> cofactor?</p>
Basic <p>Which type of enzyme catalyzes phosphorylation?</p> <p>Kinases.</p>
Cloze <p>\(\ce{ATP + H2O <=> ADP + {{c1::P_i}}}\).</p>
#
. Separate tags with spaces.^
.&
.Images (via CommonMark syntax) should work, but you must move the images to the appropriate folder.