Overview Version History Q & A Rating & Review
Anki mimi
🚀 Overview
A VS Code extension for Anki card review, built on Anki‑Sidebar .
Supports dark mode, color inversion, keyboard shortcuts, custom font size for seamless Anki integration.
✅ Features
🖼️ Image color inversion for dark mode compatibility
⏱️ Timer and progress tracking with status bar
📝 Markdown export of Anki cards
🔄 Keyboard shortcuts for card navigation
📚 Deck management and review tracking
🖼️ Font size customization via settings
📦 Installation
Install VS Code
Install the extension from VS Marketplace
Configure AnkiConnect API and other options in settings.json:
{
// AnkiConnect listen address
"ankiview.api": "http://localhost:8765",
// Font size used in the side‑view (px)
"ankiview.fontSize": 11,
// Show/hide the answer button (default false)
"ankiview.showButton": false,
// Warning time multiplier (needs reload)
"ankiview.TimeBar.warnThreshold": 0.66
}
⌨️ Keybindings
| Action | Default key (Windows/Linux) | macOS |
|--------|-----------------------------|-------|
| Show answer | Ctrl+Alt+|Space| | Undo |Ctrl+Alt+Z|⌘+Z| | Ease 1 |Ctrl+Alt+1|⌘+1| | Ease 2 |Ctrl+Alt+2|⌘+2| | Ease 3 |Ctrl+Alt+3|⌘+3| | Ease 4 |Ctrl+Alt+4|⌘+4` |
Tip – If you prefer custom keybindings, edit the keybindings.json file in VS Code.
🧪 Usage
Press Space (macOS) or "ctrl+alt+`" (Win/Linux) to reveal the answer.
Use ⌘+1/2/3/4 (macOS) or Ctrl+Alt+1/2/3/4 (Win/Linux) to mark the card with the chosen ease.
View statistics in the status bar.
🛠️ Contributing
Fork the repo
Create a feature/bugfix branch
Test changes locally
Submit a PR
📄 License
Apache 2.0