Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 846 Bytes

basic.md

File metadata and controls

55 lines (33 loc) · 846 Bytes

Front

Which mankidown flag below (XXX) should you use to indicate the note type (in this case Cloze):

$ mankidown --deck mydeck --XXX Basic mynotes.md

Back

$ mankidown --deck mydeck --note-type Basic mynotes.md

The short version of the flag is -n

Which mankidown flag below should you use to indicate the anki deck:

$ mankidown --XXX mydeck -n Basic mynotes.md

$ mankidown --deck mydeck -n Basic mynotes.md

The short version of the flag is -d

Which mankidown flag below (XXX) should you use to add the tag "anki" to all notes in mynotes.md:

$ mankidown --deck mydeck -n Basic --XXX anki mynotes.md

$ mankidown --deck mydeck -n Basic --tag anki mynotes.md

The short version of the flag is -t