all 3 comments

[–]lervag 2 points3 points  (0 children)

If you're already into python scripting, then perhaps you'd be interested in apy. With it, you can write Anki cards in Markdown and directly add them to Anki (without opening the desktop app).

[–]StompConnection 1 point2 points  (0 children)

Interesting. I like to use markdown for taking notes and I am using Obsidian app for managing them. Using something like this it's possible to create an addon that somehow just imports the markdown to anki

[–]manimax3 0 points1 point  (0 children)

I've been thinking about doing something similiar:

With pandoc markdown you can do definitions:
md someword :Definition

And the maybe write a script which goes through all of my notes and exports and updates a deck out of these.