New Anki plugin

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.

for people with other anki plugins, I cannot find info about how your anki is different, and you said the other anki plugins “didn’t work for you”, but with no specifics.

Seems like your share and showcase post is the best place to educate people?

About
Sync your Obsidian notes to Anki flashcards seamlessly. This plugin allows you to create flashcards directly in your markdown files and synchronize them with your Anki collection.

sounds the same as every anki plugin as far as I can tell ?