Hello all!
I’ve made a plugin to integrate Obsidian with Anki. I know there is a couple other community plugins in this space, but they were not matching my intended use case.
You can read how I like my notes and my flashcards to integrate here. At the time of writing that article I was using TiddlyWiki rather than Obsidian and TiddlyRemember to sync the flashcards to Anki.
My plugin relies on code blocks to embed the flashcards. The simplest possible flashcard looks like this:
```flashcard
Front: What is the capital of France?
Back: Paris
```
You can use other notes types, specify a deck other than the default, add tags, sync local media… Check some examples here.
It’s the first plugin I’ve ever written, and half of the credit should go to Claude Code. Before doing the additional effort to go through the process of publishing it as a proper community plugin I was wondering if there is interest for it.