From df31ddf7cbd9e90981f30c97d5a3bf3a56a1d415 Mon Sep 17 00:00:00 2001 From: sthoo <40681172+sth2018@users.noreply.github.com> Date: Mon, 2 Jul 2018 10:50:22 +0800 Subject: [PATCH] Update README.md --- README.md | 68 +++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 96e2446..22829b2 100644 --- a/README.md +++ b/README.md @@ -2,80 +2,80 @@ ## 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. + 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. + - 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 -1. Place src folder of this repository to anki addon folder. -**OR** -2. Use the installation code: 1807206748 + 1. Place src folder of this repository to anki addon folder. + **OR** + 2. Use the installation code: 1807206748 ## Setting ### Shortcut -> 1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."** + 1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."** -![](screenshots/setting_menu.png) + ![](screenshots/setting_menu.png) -> 2. Edit the code and click **Save** + 2. Edit the code and click **Save** -```python -# shortcut -shortcut = 'Ctrl+Q' -``` + ```python + # shortcut + shortcut = 'Ctrl+Q' + ``` -![](screenshots/setting_shortcut.png) + ![](screenshots/setting_shortcut.png) ### Config -> 1. In Browser window click menu **"FastWQ -> Options"** + 1. In Browser window click menu **"FastWQ -> Options"** -![](screenshots/setting_config_01.png) + ![](screenshots/setting_config_01.png) -> 2. Click **Settings** button in the Options window + 2. Click **Settings** button in the Options window -![](screenshots/setting_config_02.png) + ![](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** + > **Force Update : Update all fields even if it's None** + > **Thread : The number of threads running at the same time** ## Use ### Set the query fields -> 1. Click menu **"Tools -> FastWQ"**, or in Browser window click menu **"FastWQ -> Options"** + 1. Click menu **"Tools -> FastWQ"**, or in Browser window click menu **"FastWQ -> Options"** -> 2. Select note type + 2. Select note type -![](screenshots/options_01.png) + ![](screenshots/options_01.png) -> 3. Select Dictionary + 3. Select Dictionary -![](screenshots/options_02.png) + ![](screenshots/options_02.png) -> 4. Select Fields + 4. Select Fields -![](screenshots/options_03.png) + ![](screenshots/options_03.png) -> 5. Click **OK** button + 5. Click **OK** button ### 'Browser' Window -> Select single word or multiple words, click menu **"FastWQ -> Query Selected"**. + Select single word or multiple words, click menu **"FastWQ -> Query Selected"**. -![](screenshots/options_04.png) + ![](screenshots/options_04.png) ## Other Projects Used