Markdown2Anki
Markdown2Anki copied to clipboard
A CLI tool and an apkg template to allow you to create flashcards from markdown and have a better experience while using anki for your studies. 🌸
The README is so confusing guys. I will try to send a PR later, once I figure out how this works.. First off: What constitutes a question, what constitutes an...
Hello, I am facing an issue after running "md2anki" in PowerShell/CMD/terminal. I have upgraded the software, uninstalled then reinstalled, restarted laptop, uninstalled then reinstalled python, ran PowerShell as Administrator, and...
This is a prototype implementation. In the current state the md2anki will: - Send processed cards to the Anki via 'addNote' API - Send images to the Anki via 'storeMediaFile'...
It would be nice to add an editor of choice in the config and cards open up in it when they have errors, so that users can edit them and...
As of now, since there is no style defined by the themes, the colors used by the addon are green, orange and red. These work when clozes' colors have good...
Right now the Readme is very packed with information and can seem very menacing. It would be much nicer if the project had a doc page with all of the...
As of now, the setup of the app is pretty complex. Adding an interactive setup (asking the user on first setup) could make for an easier UX. **Notice**: interactive setup...
In the future, there might be the need to fetch all cards created using markdown2anki (editing them, statistics etc.). An easy way to provide an "handle" to do this, is...
Using CSV/manual import is a bit annoying; it would be nice if you could use the Anki API (it would require you to add the path to the collection file...
As of now, code blocks use `display: block` on the spans that represent a line. This means that when you are copying from the code-block, the text will not have...