From c2930522e2eca388558293030b4bd0c02eb5fef4 Mon Sep 17 00:00:00 2001 From: sthoo Date: Sun, 29 Jul 2018 19:15:23 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 86 +++++++++++++++++++------------------------------------ 1 file changed, 29 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index aa0a883..a771e54 100644 --- a/README.md +++ b/README.md @@ -19,40 +19,29 @@ It forks from WordQuery, added **multi-thread feature**, and some other features ## Install -1. Place src folder of this repository to anki addon folder. - + 1. Place src folder of this repository to anki addon folder. **OR** - -2. Use the installation code: 1807206748 + 2. Use the installation code: 1807206748 ## Setting ### Shortcut - - 1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."** - - ![](screenshots/setting_menu.png) - - 2. Edit the code and click **Save** - - ```python - # shortcut - shortcut = 'Ctrl+Q' - ``` - - ![](screenshots/setting_shortcut.png) - + 1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."** + ![](screenshots/setting_menu.png) + 2. Edit the code and click **Save** + ```python + # shortcut + shortcut = 'Ctrl+Q' + ``` + ![](screenshots/setting_shortcut.png) ### Config + 1. In Browser window click menu **"FastWQ -> Options"** + ![](screenshots/setting_config_01.png) - 1. In Browser window click menu **"FastWQ -> Options"** - - ![](screenshots/setting_config_01.png) - - 2. Click **Settings** button in the Options window - - ![](screenshots/setting_config_02.png) + 2. Click **Settings** button in the Options window + ![](screenshots/setting_config_02.png) - **Force Update** : Update all fields even if it's None - **Thread** : The number of threads running at the same time @@ -63,42 +52,25 @@ It forks from WordQuery, added **multi-thread feature**, and some other features ### Set the query fields 1. Click menu **"Tools -> FastWQ"**, or in Browser window click menu **"FastWQ -> Options"** - - 2. Select note type - - ![](screenshots/options_01.png) - - 3. Select Dictionary - - ![](screenshots/options_02.png) - - 4. Select Fields - - ![](screenshots/options_03.png) - - 5. Click **OK** button - + 2. Select note type + ![](screenshots/options_01.png) + 3. Select Dictionary + ![](screenshots/options_02.png) + 4. Select Fields + ![](screenshots/options_03.png) + 5. Click **OK** button ### 'Browser' Window - - 1. Select single or multiple words, click menu **"FastWQ -> Query Selected"** or press shortcut Default is **Ctrl+Q**. - - ![](screenshots/options_04.png) - - 2. Waiting query finished - - ![](screenshots/use_01.png) - + 1. Select single or multiple words, click menu **"FastWQ -> Query Selected"** or press shortcut Default is **Ctrl+Q**. + ![](screenshots/options_04.png) + 2. Waiting query finished + ![](screenshots/use_01.png) ### 'Add' Window - - 1. Click Add button in Browser window, open Add window - - ![](screenshots/use_02.png) - - 2. Edit key field and click Query button - - ![](screenshots/use_03.png) + 1. Click Add button in Browser window, open Add window + ![](screenshots/use_02.png) + 2. Edit key field and click Query button + ![](screenshots/use_03.png) ## Other Projects Used - [mdict-query](https://github.com/mmjang/mdict-query) From 76c60ca2e2a6412e0da05176ca6a96cd0a027a03 Mon Sep 17 00:00:00 2001 From: sthoo Date: Sun, 29 Jul 2018 19:16:33 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a771e54..7dec04a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ This addon looks up words in local dictionary or web dictionary and pasting the explanations to anki. It forks from WordQuery, added **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. From 71e8037a778d3f82f3da0b548e0c87be9e94860a Mon Sep 17 00:00:00 2001 From: sthoo Date: Sun, 29 Jul 2018 19:17:47 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7dec04a..e75f436 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It forks from WordQuery, added **multi-thread feature**, and some other features 1. Place src folder of this repository to anki addon folder. **OR** - 2. Use the installation code: 1807206748 + 2. Use the installation code: **1807206748** ## Setting @@ -29,10 +29,6 @@ It forks from WordQuery, added **multi-thread feature**, and some other features 1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."** ![](screenshots/setting_menu.png) 2. Edit the code and click **Save** - ```python - # shortcut - shortcut = 'Ctrl+Q' - ``` ![](screenshots/setting_shortcut.png) ### Config @@ -71,6 +67,7 @@ It forks from WordQuery, added **multi-thread feature**, and some other features 2. Edit key field and click Query button ![](screenshots/use_03.png) + ## Other Projects Used - [mdict-query](https://github.com/mmjang/mdict-query) - [pystardict](https://github.com/lig/pystardict) From d41b45a31a1573066776e9f756dbc658351a5961 Mon Sep 17 00:00:00 2001 From: sthoo Date: Sun, 29 Jul 2018 19:18:40 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e75f436..0ee6672 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,9 @@ It forks from WordQuery, added **multi-thread feature**, and some other features ![](screenshots/setting_config_01.png) 2. Click **Settings** button in the Options window - ![](screenshots/setting_config_02.png) - - - **Force Update** : Update all fields even if it's None - - **Thread** : The number of threads running at the same time + ![](screenshots/setting_config_02.png) + - **Force Update** : Update all fields even if it's None + - **Thread** : The number of threads running at the same time ## Usage From 5e01a852d7dbe6941789b6438fd4a2b7da66c866 Mon Sep 17 00:00:00 2001 From: sthoo Date: Sun, 29 Jul 2018 23:27:20 +0800 Subject: [PATCH 5/5] Update services.md --- docs/services.md | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/docs/services.md b/docs/services.md index 799756f..7b7458a 100644 --- a/docs/services.md +++ b/docs/services.md @@ -1,27 +1,29 @@ # Dictionary Service For FastWQ ## Local - - - **MdxService**, .mdx dict file, it's only has default field. - - **StardictService**, .ifo dict file, it's only has default field. - - **MDX-LDOCE6**, local LDOCE6 mdx file, it's has some fileds. +| # | Dictionary Name | Describe | +| ---| :--- | :--- | +| 1 | MdxService | .mdx dict file, it's only has default field. | +| 2 | StardictService | .ifo dict file, it's only has default field. | +| 3 | MDX-LDOCE6 | local LDOCE6 mdx file, it's has some fileds. | ## Web - - - **Baicizhan**, http://mall.baicizhan.com/ws/search?w=word - - **Bing**, http://cn.bing.com/dict/search?q=word&mkt=zh-cn - - **Bing xtk**, http://xtk.azurewebsites.net/BingDictService.aspx?Word=word - - **西语助手**, https://www.esdict.cn/mdicts/es/word - - **法语助手**, https://frdic.com/mdicts/fr/ - - **爱词霸**, http://www.iciba.com/index.php?a=getWordMean&c=search&word=word - - **朗文**, https://www.ldoceonline.com/dictionary/word - - **海词迷你词典**, http://dict.cn/word - - **Oxford Learner**, https://www.oxfordlearnersdictionaries.com/definition/english/word - - **Oxford**, https://od-api.oxforddictionaries.com/ - - **Youdao-English**, [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=eng&q=word) - - **Youdao-French**, [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=fr&q=word) - - **Youdao-Korean**, [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=ko&q=대한민국) - - **MDX Server**, You have to run mdx server by yourself first. - - **Yahoo Dictionary**, [https://tw.dictionary...](https://tw.dictionary.search.yahoo.com/search?p=test) - - **Baidu Hanyu**, [http://dict.baidu.com/...](http://dict.baidu.com/s?wd=%E4%B8%AD%E5%9B%BD#basicmean) - - **Cambridge**, [https://dictionary.cambridge.org/...](https://dictionary.cambridge.org/dictionary/english/test) +| # | Dictionary Name | Link | +| ---| :--- | :--- | +| 1 | Baicizhan | http://mall.baicizhan.com/ws/search?w=word | +| 2 | Bing | http://cn.bing.com/dict/search?q=word&mkt=zh-cn | +| 3 | Bing xtk | http://xtk.azurewebsites.net/BingDictService.aspx?Word=word | +| 4 | 西语助手 | https://www.esdict.cn/mdicts/es/word | +| 5 | 法语助手 | https://frdic.com/mdicts/fr/ | +| 6 | 爱词霸 | http://www.iciba.com/index.php?a=getWordMean&c=search&word=word | +| 7 | 朗文 | https://www.ldoceonline.com/dictionary/word | +| 8 | 海词迷你词典 | http://dict.cn/word | +| 9 | Oxford Learner | https://www.oxfordlearnersdictionaries.com/definition/english/word | +| 10 | Oxford | https://od-api.oxforddictionaries.com/ | +| 11 | Youdao-English | [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=eng&q=word) | +| 12 | Youdao-French | [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=fr&q=word) | +| 13 | Youdao-Korean | [http://dict.youdao.com/...](http://dict.youdao.com/fsearch?client=deskdict&keyfrom=chrome.extension&pos=-1&doctype=xml&xmlVersion=3.2&dogVersion=1.0&vendor=unknown&appVer=3.1.17.4208&le=ko&q=대한민국) | +| 14 | MDX Server | You have to run mdx server by yourself first. | +| 15 | Yahoo Dictionary | [https://tw.dictionary...](https://tw.dictionary.search.yahoo.com/search?p=test) | +| 16 | Baidu Hanyu | [http://dict.baidu.com/...](http://dict.baidu.com/s?wd=%E4%B8%AD%E5%9B%BD#basicmean) | +| 17 | Cambridge | [https://dictionary.cambridge.org/...](https://dictionary.cambridge.org/dictionary/english/test) |