goldendict-ng/website/docs/topic_anki.md

17 lines
476 B
Markdown
Raw Normal View History

2023-04-16 00:53:40 +00:00
# Anki Integration
## Using URI schemes
`goldendict://word` link can be use to query a word directly on Goldendict.
On your Anki card's template, you can add the code below to have a "1 click open in Goldendict" card.
```
<a href="goldendict://{{Front}}">{{Front}}</a>
```
Note that this feature doesn't available on macOS
## AnkiConnects
See [how to connect with anki.md](https://github.com/xiaoyifang/goldendict/blob/staged/howto/how%20to%20connect%20with%20anki.md)