diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-30 23:05:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-30 23:05:26 +0900 |
| commit | 50c550d1a42f22c8b94c066c528d1c75e5cea225 (patch) | |
| tree | f65096fb2c58a9db5c941a2916c93f2e74237bcf /docs | |
| parent | 8b00732936d0470fd2d01cec9e6d9822d0e9ff32 (diff) | |
| download | kioku-50c550d1a42f22c8b94c066c528d1c75e5cea225.tar.gz kioku-50c550d1a42f22c8b94c066c528d1c75e5cea225.tar.zst kioku-50c550d1a42f22c8b94c066c528d1c75e5cea225.zip | |
feat: remove Anki import feature
Remove the unused Anki import functionality including parser,
tests, and CLI script. Update documentation to reflect removal.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/architecture.md | 1 | ||||
| -rw-r--r-- | docs/manual/features.md | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 12c6fb0..912df5f 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -251,4 +251,3 @@ GET /api/sync/pull - Pull server changes ## References - [ts-fsrs](https://github.com/open-spaced-repetition/ts-fsrs) -- [Anki APKG Format](https://eikowagenknecht.de/posts/understanding-the-anki-apkg-format/) diff --git a/docs/manual/features.md b/docs/manual/features.md index 0d712cd..81c81ca 100644 --- a/docs/manual/features.md +++ b/docs/manual/features.md @@ -30,8 +30,3 @@ A list of features available in Kioku. - Sync indicator: See your sync status at a glance - Manual sync: Force sync with a button tap - Offline indicator: Know when you're working offline - -## Anki Import - -- Import existing Anki decks (`.apkg` / `.colpkg` files) -- Seamlessly migrate your flashcards to Kioku |
