From c2930522e2eca388558293030b4bd0c02eb5fef4 Mon Sep 17 00:00:00 2001 From: sthoo Date: Sun, 29 Jul 2018 19:15:23 +0800 Subject: [PATCH] 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)