No description
Find a file
lukmay 0e04a5ae09
Enhance backlinks section with image
Added an image to the backlinks section for better visualization.
2026-05-25 21:21:51 +02:00
.github/workflows fix: update authorUrl in manifest.json to include protocol and enhance release workflow with artifact attestation 2026-05-25 14:17:54 +02:00
images Update title image 2025-05-16 19:37:07 +02:00
src add more meaningful error message when note type is incompatible 2026-05-25 20:47:00 +02:00
.gitignore Removed build artifacts from repo and updated .gitignore 2025-07-10 19:20:51 +02:00
CONTRIBUTING.md Add contributing guidelines to CONTRIBUTING.md 2026-05-25 19:16:11 +02:00
data.json feat: add default model setting and model name suggestions in settings 2026-05-25 20:44:17 +02:00
LICENSE Initial Commit 2025-05-16 19:04:08 +02:00
manifest.json chore: release 1.7.0 2026-05-25 20:51:29 +02:00
package.json chore: release 1.7.0 2026-05-25 20:51:29 +02:00
README.md Enhance backlinks section with image 2026-05-25 21:21:51 +02:00
rollup.config.mjs Initial Commit 2025-05-16 19:04:08 +02:00
tsconfig.json Initial Commit 2025-05-16 19:04:08 +02:00

image

Showcse

Simple Anki Sync

Simple Anki Sync for Obsidian delivers the most straightforward way to keep your flashcards in sync without ever breaking your flow. By using a single, minimal Markdown-table format and supporting only Basic cards, youll spend zero time tweaking settings and 100 % of your time learning.

With a single command, you can instantly push your notes to AnkiConnect—no background daemons, no surprises. Just run a command to sync the entire vault or your current file, and watch your flashcards update in seconds. Study smarter, stay focused, and let the plugin handle the rest.


⚠️ Prerequisite: Anki must be running with the AnkiConnect extension installed and active.


image

Automatic installation via the Obsidian App (Recomendet)

https://github.com/user-attachments/assets/aebca7a1-14c3-4023-b27a-eade3b551b3c


image

Main Feature: Obsidian → Anki Sync

Commands:
Sync current file With Anki
Sync entire vault With Anki
Unsync current file with Anki

Sync any minimal Markdown table from Obsidian into Anki as Basic cards. Just tag your note with the deck name and subdeck:

#anki/MyDeck/Subdeck

Then write your cards in this format:

| Front |
| ----- |
| Back  |

You can even include line breaks and images in-editor:

| Front with math: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$      |
| -------------------------------------------------------------- |
| Back<br><br>With newlines, and images<br>![[example_tree.png]] |

In Anki:
image

Run the Sync Anki Cards command, and your cards—with proper deck/subdeck handling—appear in Anki instantly.


Unsync Feature

You can cleanly unsync the currently active file from Anki using the Unsync current file with Anki command.
This removes all Anki note references from the file and deletes the corresponding notes in Anki via AnkiConnect, without affecting any other files in the vault. This makes it easy to intentionally remove a note (or an entire file) from Anki while keeping your Obsidian content intact.


Quality-of-Life Features

  • Deck renaming
    Rename your #anki/… tag and on next sync all existing cards move into the new deck automatically.

  • Image support & resizing
    Embed images on either side using ![[image.png]] and control their display size inline eg. ![[image.png|300]].

  • Excalidraw support
    Embed .excalidraw drawings seamlessly. They are automatically converted to images on sync.

  • Math auto-formatting
    Dollar-delimited LaTeX in Obsidian becomes nicely rendered in Anki.

  • Automatic deletion Delete a card in Obsidian and the corresponding Anki card is removed on sync. IMPORTANT: don't delete the Anki-ID below manually

  • Precise Backlinks
    Each card carries a URL back to its source note. Clicking it from Anki will open Obsidian and scroll you down directly to the flashcard's exact row!
    jump-to-obsidian

  • Anki-Tags
    Each card in Anki has a assigned tag obsidian_simple_anki_sync_created to easely filter for this automatically created cards.


image

Video Showcase :)

https://github.com/user-attachments/assets/790abb16-b7ea-43d2-995c-720ac1c9b2ed


Deleting Cards

To remove a card from Anki, simply delete its table (or row) here. On next sync, the card will vanish from Anki too.


Every card you sync will carry a URL back to this note so you can jump right back to your source.


Happy studying!