mirror of
https://github.com/gosticks/flashcards-obsidian.git
synced 2025-10-16 12:05:33 +00:00
| .github | ||
| docs | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig.json | ||
Flashcards
Anki integration for Obsidian.
Features
🗃️ Simple flashcards with #card
🎴 Reversed flashcards with #card-reverse
📅 Spaced-only cards with #card-spaced
✍️ Inline style with Question::Answer
🧠 Context-aware mode
🏷️ Global and local tags
🔢 Support for LaTeX
🖼️ Support for images
🔗 Support for Obsidian URI
⚓ Support for reference to note
📟 Support for code syntax highlight
How it works?
The following is a demo where the three main operations are shown:
- Insertion of cards;
- Update of cards;
- Deletion of cards.
How to use it?
The wiki explains in detail how to use it.
How to install
-
Install this plugin on Obsidian
From Obsidian v0.9.8+, you can activate this plugin within Obsidian by doing the following:
- Open Settings > Third-party plugin
- 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
- Select the plugin > Config > Paste the configuration below
Configuration:
{
"apiKey": null,
"apiLogPath": null,
"webBindAddress": "127.0.0.1",
"webBindPort": 8765,
"webCorsOrigin": "http://localhost",
"webCorsOriginList": [
"http://localhost",
"app://obsidian.md"
]
}
