anki-word-query/README.md
2018-07-01 13:13:56 +08:00

29 lines
947 B
Markdown

# FastWordQuery Addon For Anki
[![Build Status](https://travis-ci.org/sth2018/FastWordQuery.svg?branch=master)](https://travis-ci.org/sth2018/FastWordQuery)
## Features
This addon looks up words in local dictionary or web dictionary and pasting the explanations to anki.
It forks from WordQuery, **multi-thread feature**, and some other features.
- 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
```zsh
➜ Place src folder of this repository to anki addon folder.
```
**OR**
```zsh
➜ Use the installation code: 1807206748
```
## Other Projects Used
- [mdict-query](https://github.com/mmjang/mdict-query)
- [pystardict](https://github.com/lig/pystardict)
- [WordQuery](https://github.com/finalion/WordQuery)