Skip to content

Insert vocab notes from a pre-generated list using JPDB definitions into a Anki deck via AnkiConnect.

Notifications You must be signed in to change notification settings

khell/anki-jpdb-vocab-inserter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example usage

python -m main example_data.txt Default sidcookievaluehere

You must have a note type called Wanikani Vocab Style (hardcoded at the moment) with the fields:

"fields": {
  "Front": vocab.front,
  "Back": vocab.back,
  "Meaning": vocab.meaning,
  "Reading": vocab.reading,
  "Example Sentence": vocab.example_sentence,
  "Vocabulary": vocab.vocabulary,
  "Extra": "",
},

About

Insert vocab notes from a pre-generated list using JPDB definitions into a Anki deck via AnkiConnect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages