From c540abdd1d1465227e9b6b387570ee5a4d267bf4 Mon Sep 17 00:00:00 2001 From: David Schlachter Date: Thu, 8 Jan 2026 11:22:29 -0500 Subject: Make API url configurable --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e1605de..ee4d8eb 100644 --- a/README.md +++ b/README.md @@ -22,19 +22,21 @@ go run . -rawDictionary=raw-wiktextract-data.jsonl -deck="Français" -model="Bas ``` Usage of french-wiktionary-flashcards: + -apiURL string + Base URL to access the anki-connect plugin API. (default + "http://localhost:8765") -deck string - Name of the deck where new Anki cards will be created. + Name of the deck where new Anki cards will be created. -dictionary string - Path to the parsed dictionary data. This will be generated + Path to the parsed dictionary data. This will be generated from rawDictionary. (default "dictionary.sqlite3") -model string - Name of the card type ('model') for new Anki cards. + Name of the card type ('model') for new Anki cards. -rawDictionary string - Path to the raw wiktionary data. You can get this by + Path to the raw wiktionary data. You can get this by downloading and unzipping https://kaikki.org/frwiktionary/raw-wiktextract-data.jsonl.gz (for French). (default "raw-wiktextract-data.jsonl") - ``` # TODO -- cgit v1.2.3