summaryrefslogtreecommitdiff
path: root/internal/anki/sqlite_schemer.go
AgeCommit message (Collapse)Author
2026-04-17Release v0.29.1: stable deck/model IDs to prevent duplicate notetypes on ↵v0.29.1Paul Buetow
re-export Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08refactor(anki): split APKG generator into SQLiteSchemer, ZipPackager, ↵Paul Buetow
CardTemplate Extract SQLite schema and inserts into SQLiteSchemer, zip creation into ZipPackager, and embedded HTML/CSS templates into CardTemplate with external .html and .css files. APKGGenerator orchestrates copy, media mapping, DB build, and packaging. Made-with: Cursor