Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 820 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 820 Bytes

wth-sjp-anki-app

This project is under heavy development.

This is a full application that integrates:

  • sjp.pwn.pl as a translation service
  • anki as a flashcard/repository service
  • wth-core to source sjp.pwn.pl definitions into anki

Configurable via a zio-config.

Configuration file template:

{
  words_path: "path to file with phrases to be queried",
  anki: {
    deck_name: "name::of::anki::deck::to:be::populated"
  }
}

Run:

-Dconfig.file=/path/to/configuration/file.above

Note: Run Anki with anki-connect add-on before running the wth application.

More to come.