From 9fae8c74e3b729cfb83b50301f477b1bf6a7482d Mon Sep 17 00:00:00 2001 From: sthoo <40681172+sth2018@users.noreply.github.com> Date: Sun, 1 Jul 2018 10:13:48 +0800 Subject: [PATCH] Create README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d98e8b --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# FastWordQuery Addon For Anki + +## Features + +This addon looks up words in local dictionary or web dictionary and pasting the explanations to anki. +It forks from WordQuery, add 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 + + - Place src folder of this repository to anki addon folder. + OR + - Use the installation code: xxxxxxxx + +## Other Projects Used + - [mdict-query](https://github.com/mmjang/mdict-query) + - [pystardict](https://github.com/lig/pystardict) + - [WordQuery](https://github.com/finalion/WordQuery)