1.0.1 • Published 7 years ago
zazu-translation v1.0.1
Zazu translation
Translate and optionally add to anki
Usage
Start a query with any supported language (ch, en, es, fr, it, pl, pt, ru). i.e.
For example, en Schloss will show possible translations from detected language to english,
Screenshots
Installation
Add "linonetwo/zazu-translation" to your ~/.zazurc.json plugins, like:
{
"plugins": ["linonetwo/zazu-translation"]
}or with config variables:
{
"hotkey": "alt+space",
"theme": "tinytacoteam/zazu-light-theme",
"displayOn": "detect",
"plugins": [
{
"name": "linonetwo/zazu-translation",
"variables": {
"anki": "true",
"deckName": "English",
"modelName": "基础",
"fields": {
"raw": "正面",
"result": "背面"
}
}
},
"other-plugins"
]
}Add to Anki
First, make sure you have anki-connect installed, then set variables in the ~/.zazurc.json:
ankiset totruedeckNamemake sure it exists and not misspelledmodelNamethe card type you are going to usefieldsmapping fromrawandresultto the fields in your model
Make sure your Anki is open in the background, otherwise this plugin won't work.
Disclaimer
This is a zazu plugin and I've reuse the code from sagold/zazu-dict