YamlHeader | deckName | tags |
---|---|---|
YamlHeader is completely optional, used to define file-wide options for deckName and tags |
Flashcards in this file use this deck name, default deck name in settings is used otherwise |
flashcards in this file share these tags seperated by space |
A note can have normal texts along with one or more flashcards. This line for example, will not be counted as flashcard.
A flashcard is wrapped by triple-dashes(---) which takes up a whole line, therefore inline triple-dashes is allowed in flashcard.
Currently Basic flashcard is supported, and front text is between the first triple-dash and a 'flashcard' hashtag. Markdown syntax is supported with multiple features, and blank-line is valid without doubt.
this makes the end of front text. #flashcard #AnotherTag #YetOneMoreTag
table | is supported |
---|---|
a | 1 |
b | 2 |
A code block example #flashcard #python
print("Hello World")