-
Notifications
You must be signed in to change notification settings - Fork 143
Obsidian Integration
This will automatically append a link to the file that generated the flashcard, on the first field.
Using the plugin settings, you can choose which field to append the link to!
The plugin fully supports both normal markdown links and Obsidian style wikilinks.
The plugin supports obsidian-style image and audio embeds.
The switch "Add Obsidian tags" tells the plugin to interpret #tags as tags for Anki.
Using the plugin settings, you can choose which field to append 'context' to! This is the path of the file the note was generated from, as well as the position of the note in the heading tree (if any) of the file.
For example, if the file was called "test.md", in the folder "Math/Functions", and we had a note in this position:
# Overall point ## Subheading 1 ## Subheading 2 START Basic This is a test Back: Test successful! END
Then, the context for the note would be the string "Math/Functions/test.md > Overall point > Subheading 2"
See Folder settings for a detailed explanation of this.