panatgithub_AnkiHeadingSync/README.md
Dusk 98d64dac21 fix(release): clean remaining pre-release state issues
中文: 修复 pendingWriteBack 持久化加载,丢弃旧 Semantic QA 状态,并修正发布链接与多级列表问答文案。

English: Preserves pendingWriteBack state loading, drops old Semantic QA state, and fixes release links and QA Group wording.
2026-04-27 21:11:48 +08:00

35 lines
902 B
Markdown

# Anki Heading Sync
Anki Heading Sync is an Obsidian desktop plugin for syncing Markdown heading blocks into Anki with a focused, file-first workflow.
## Features
- Sync basic Q&A cards from heading blocks
- Sync cloze cards from heading blocks with cloze-specific recognition
- Sync QA Group list blocks into multi-level list QA notes
- Sync the current file or all in-scope files in the vault
- Write Anki IDs and GI markers back into Markdown after sync
- Support deck routing, Obsidian backlinks, tag sync, and current-file reset
## Requirements
- Obsidian desktop 1.5.0 or newer
- Anki with AnkiConnect enabled
## Commands
- Sync current file to Anki
- Sync vault to Anki
- Clear synced cards in current file
- Clean up empty decks
## Development
```bash
npm install
npm run lint
npm run test
npm run build
```
Release assets should include `main.js`, `manifest.json`, and `styles.css`.