Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.05 KB

notes2cards - version 0.2 Build Status

A simple note taking application that can be transform notes to an Anki deck!

How To Currently Use

  1. Take nows with very simple Markdown only using big headers follwed by the note.
# Question
Answer is detailed here.
  1. Run notes2cards.py with arguments.
python3.6 ../notes2cards.py --inputFile test_file.md \
			  --deckName Test_Deck --outputFile test_deck.apkg
  1. Import your newly created deck into Anki.

ToDo

  1. -parser, simple question + answer-
  2. markdown tool, note taking with tufte style
  3. anki and genanki dependencies handled different
  4. proper project structure
  5. tests
  6. repository setup with auto-compilation cloud version of note taking for remote instances
  7. add other stuff as it comes up