Skip to main content

📃 Notes

In Obsidian, your notes are simply the Blueprint-formatted text in your Obsidian documents.

These will be found by AnkiBridge and synchonised to Anki.

The Obsidian notes can also contain note configurations, typically written in the YAML language, just like the Obsidian frontmatter.

Configuration

The available configuration options are:

OptionTypeDefaultComment
idnumber ∣ nullnullThe Anki note ID. This is usually managed by AnkiBridge
deckstringDefined in settingsThe Anki deck to sync this note to
tagsArray<string>[]A list of tags to apply to the note in Anki
deletebooleanfalseWhether to delete the note in Anki on the
enabledbooleantrueWhether to sync this note
clozebooleantrueWhether to enable cloze-deletion for this note

Synchronisation

If you change any of the configurations above, AnkiBridge will automatically reflect those changes in Anki after the next synchronisation.