anki-word-query/README.md

28 lines
821 B
Markdown
Raw Normal View History

2018-07-01 10:13:48 +08:00
# FastWordQuery Addon For Anki
## Features
This addon looks up words in local dictionary or web dictionary and pasting the explanations to anki.
2018-07-01 13:00:19 +08:00
It forks from WordQuery, **multi-thread feature**, and some other features.
2018-07-01 10:13:48 +08:00
- See [WordQuery](https://github.com/finalion/WordQuery) Addon Project.
- Querying Words and Making Cards, IMMEDIATELY!
- Support querying in mdx and stardict dictionaries.
- Support querying in web dictionaries.
- Support Multi-thread to query faster.
## Install
2018-07-01 13:05:21 +08:00
```zsh
➜ Place src folder of this repository to anki addon folder.
2018-07-01 13:06:09 +08:00
```
2018-07-01 13:05:21 +08:00
**OR**
```zsh
➜ Use the installation code: 1807206748
2018-07-01 13:06:09 +08:00
```
2018-07-01 10:13:48 +08:00
## Other Projects Used
- [mdict-query](https://github.com/mmjang/mdict-query)
- [pystardict](https://github.com/lig/pystardict)
- [WordQuery](https://github.com/finalion/WordQuery)