Skip to content

ynlmz/AnkiTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anki Vocabulary Deck Template

A clean Anki card layout with automatic audio playback, colored level badges, and a ready-to-import vocabulary CSV. Use the snippets in template/ to style your own note type and the CSV to jump-start your deck.

Preview

Light Front Light Back Dark Front Dark Back
Light front Light back Dark front Dark back

Vocabulary CSV Format

  • Column order (11 total): Word, IPA, Level (A1–C2), Part of Speech, Definition, Meaning/Translation (TR), Synonyms, Example 1, Example 2, Sound Key, Mnemonic Story.
  • Mnemonic Story: 1–3 cümle TR; Sound Key, hedef kelimenin telaffuzuna benzeyen kısa TR anahtar (yoksa ), hikâyede anahtar sözcükleri kalın bırak.
  • Example sentences may include simple HTML like <b>word</b> to highlight the target term; keep other markup minimal.
  • Sample row: "revert","rɪˈvɜːt","C1","verb","to return to a previous state or subject","eski haline dönmek","return, regress","We should not <b>revert</b> to the old inefficient system.","Try not to <b>revert</b> to your bad habits when you get stressed.","rı vırt","<b>Rı</b>htımda <b>vırt</b> diye duran vapur eski limana geri döndü"

Generate CSV with an LLM

  • Use the curated prompt to turn text, word lists, or uploaded documents into an Anki-ready CSV with typo fixes, deduplication, CEFR filtering, batching over 50 items, bolded targets in examples, plus Sound Key + Mnemonic Story fields.
  • Full prompt (TR): docs/prompt.md

Set Up in Anki (Desktop)

  1. Tools -> Manage Note Types -> Add; clone a basic note type or create new.
  2. In Cards..., replace Front Template with template/front.html, Back Template with template/back.html, Styling with template/style.css.
  3. Set fields in this order: Word, IPA, Level, Part of Speech, Definition, Meaning, Synonyms, Example 1, Example 2, Sound Key, Mnemonic Story, wordAudio, exampleAudio.
  4. File -> Import vocabulary.csv, choose the note type, map columns; Synonyms/Example 2 can stay empty; audio fields remain optional.
  5. Sync and review. Night mode colors adjust automatically.

Field Notes

  • Level colors the badge (A1–A2 green, B1–B2 orange, C1–C2 purple; defaults to gray otherwise).
  • Part of Speech shows as a secondary badge.
  • wordAudio and exampleAudio are optional fields; if present, playback starts automatically shortly after the card loads.
  • Mnemonic block sits under the examples on the back; it stays hidden if Mnemonic Story is empty.

About

My Anki vocabulary note template with audio, level badges, and a CSV spec (plus LLM prompt) to generate import-ready decks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors