diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-15 22:37:22 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-15 22:37:22 +0900 |
| commit | 6efe2bf5addd1c2db2a72c0d15547f873e1199eb (patch) | |
| tree | 94b13a5bfe76a6487c33704ed5516f2a7f8629c0 /docs/dev | |
| parent | adc30217b6fa5773f9fb96c6fb106102cd865a89 (diff) | |
| download | kioku-6efe2bf5addd1c2db2a72c0d15547f873e1199eb.tar.gz kioku-6efe2bf5addd1c2db2a72c0d15547f873e1199eb.tar.zst kioku-6efe2bf5addd1c2db2a72c0d15547f873e1199eb.zip | |
feat(anki): add import script for Anki packages
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 <noreply@anthropic.com>
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
