Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.21 KB

custom.md

File metadata and controls

75 lines (44 loc) · 1.21 KB

guid:md001 tag1

Text

$ mankidown --deck mydeck --{{c1::note-type}} Cloze mynotes.md

Question

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

Extra

The short version of the flag is -n

Source

mankidown

guid:md002 tag2

$ mankidown --{{c1::deck}} mydeck -n Cloze mynotes.md

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

The short version of the flag is -d

mankidown

guid:md003 tag3 tag4

$ mankidown --deck mydeck -n Cloze --{{c1::tag}} anki mynotes.md

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

The short version of the flag is -t

mankidown

guid:md004 tag5 tag6 tag7

$ mankidown --mydeck -n Cloze {{c1::--tag mankidown --tag anki}} mynotes.md

Fill de dots below to add the tags "mankidown" and "anki" to all the notes in mynotes.md:

The tag --tag, -t can be repeated.

mankidown