Skip to content

Creating Flashcards

You can create flashcards either with guided UI actions or by writing them directly in Markdown.

Use the guided method when you want speed. Use the Markdown method when you want full control.

  1. Right-click in a note or open the command palette.
  2. Choose an Add flashcard action.
  3. Fill in the fields.
  4. Save the flashcard.

This is usually the easiest path for:

You can also write flashcard blocks directly in the note.

By default, fields use the | delimiter unless you changed it in Custom Delimiters.

FieldUseRequired
TTitleNo
QBasic questionYes for basic flashcards
AAnswer or correct optionYes for basic flashcards and MCQs
CQCloze textYes for cloze flashcards
MCQMCQ stemYes for MCQs
OIncorrect MCQ optionAt least one for MCQs
OQOrdered-question stemYes for ordered questions
1, 2, 3, …Ordered itemsAt least two for ordered questions
IExtra infoNo
GGroupsNo

Basic

Q | What is the capital of France? |
A | Paris |

Cloze

CQ | The capital of France is {{c1::Paris}} |

MCQ

MCQ | What is the capital of France? |
A | Paris |
O | London |
O | Berlin |

After writing or inserting new flashcards, Sync your database so LearnKit can detect them.

After sync, LearnKit adds an anchor like this:

^learnkit-#########

Do not delete or edit that anchor. It links the source note block to the flashcard’s stored review data.


Last modified: 30/03/2026