From 6efe2bf5addd1c2db2a72c0d15547f873e1199eb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 15 Dec 2025 22:37:22 +0900 Subject: feat(anki): add import script for Anki packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add CLI script to import .apkg files into Kioku. The script parses Anki packages using the existing parser, maps notes/cards to Kioku format, and bulk inserts them into the database for a specified user. Usage: pnpm anki:import [file.apkg] 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index d7d49ac..4533633 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -182,7 +182,7 @@ Smaller features first to enable early MVP validation. - [x] Add tests ### Server command -- [ ] Add `src/server/scripts/import-anki.ts` +- [x] Add `src/server/scripts/import-anki.ts` **✅ Milestone**: Anki users can migrate their decks -- cgit v1.2.3-70-g09d2