A simple note taking application that can be transform notes to an Anki deck!
- Take nows with very simple Markdown only using big headers follwed by the note.
# Question
Answer is detailed here.
- Run notes2cards.py with arguments.
python3.6 ../notes2cards.py --inputFile test_file.md \
--deckName Test_Deck --outputFile test_deck.apkg
- Import your newly created deck into Anki.
- -parser, simple question + answer-
- markdown tool, note taking with tufte style
- anki and genanki dependencies handled different
- proper project structure
- tests
- repository setup with auto-compilation cloud version of note taking for remote instances
- add other stuff as it comes up