This fork of the original repo adds bulk sync for all files and only modified files with the hashtag. Since the original repo is not maintained any more.
Anki integration for Obsidian.
๐๏ธ Simple flashcards with #card
๐ด Reversed flashcards with #card-reverse or #card/reverse
๐
Spaced-only cards with #card-spaced or #card/spaced
โ๏ธ Inline style with Question::Answer
โ๏ธ Inline style reversed with Question:::Answer
๐ Cloze with ==Highlight== or {Curly brackets} or {2:Cloze}
๐ง Context-aware mode
๐ท๏ธ Global and local tags
๐ข Support for LaTeX
๐ผ๏ธ Support for images
๐ค Support for audios
๐ Support for Obsidian URI
โ Support for reference to note
๐ Support for code syntax highlight
๐ Bulk sync for all files with the flashcard tag
โฑ๏ธ Smart sync that only processes modified files since last sync
๐ Configurable ribbon icon action for quick syncing
For other features check the wiki.
The following is a demo where the three main operations are shown:
- Insertion of cards;
- Update of cards;
- Deletion of cards.
The wiki explains in detail how to use it.
- Install this plugin on Obsidian:
- Open Settings > Community plugins
- Make sure Safe mode is off
- Click Browse community plugins
- Search for "Flashcards"
- Click Install
- Once installed, close the community plugins window and activate the newly installed plugin
- Install AnkiConnect on Anki
- Tools > Add-ons -> Get Add-ons...
- Paste the code 2055492159 > Ok
- Open the settings of the plugin, and while Anki is opened press "Grant Permission"
- Bulk Sync: Sync all files with the flashcard tag in one go.
- Smart Sync: Only process files that have been modified since the last sync, improving performance for large vaults.
- Configurable Ribbon Icon: Choose whether the ribbon icon should sync the current file, modified files, or all files.
- Force Sync Option: Manually trigger a sync of all files, regardless of their modification time.
- Last Sync Time: View and reset the last sync time in the plugin settings.
Contributions via bug reports, bug fixes, are welcome. If you have ideas about features to be implemented, please open an issue so we can discuss the best way to implement it. For more details check Contributing.md