Hacker News new | ask | show | jobs
by nerpderp82 1090 days ago
Does it allow you to use Anki decks?
1 comments

Unfortunately not, “lrn” uses a very simple file format where each entry consists of three lines: question, answer, empty line. But I think it’d be a good idea to look into supporting Anki decks. I should do it some time. It’d be probably limited to decks that use text only.
Yeah, I looked into a little bit. An Anki to Markdown converter would be ideal.

    Question: ...
    Answer: ...
----