From ced08d592e3d277044eb9bbfea1bef0e4e4285e3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 15 Dec 2025 22:29:21 +0900 Subject: feat(anki): add parser for Anki .apkg files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement ZIP extraction and SQLite database reading for Anki package files. The parser extracts notes, cards, decks, and models from .apkg files using Node.js native node:sqlite module. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 0d6f72f..d326ea5 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -176,10 +176,10 @@ Smaller features first to enable early MVP validation. **Goal**: Import existing Anki decks (.apkg, .colpkg) ### Parser -- [ ] ZIP extraction -- [ ] SQLite database reading +- [x] ZIP extraction +- [x] SQLite database reading - [ ] Note/Card mapping to Kioku format -- [ ] Add tests +- [x] Add tests ### Server command - [ ] Add `src/server/scripts/import-anki.ts` -- cgit v1.2.3-70-g09d2