Update README.md
This commit is contained in:
parent
9608ff8064
commit
c2930522e2
86
README.md
86
README.md
@ -19,40 +19,29 @@ It forks from WordQuery, added **multi-thread feature**, and some other features
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
1. Place src folder of this repository to anki addon folder.
|
1. Place src folder of this repository to anki addon folder.
|
||||||
|
|
||||||
**OR**
|
**OR**
|
||||||
|
2. Use the installation code: 1807206748
|
||||||
2. Use the installation code: 1807206748
|
|
||||||
|
|
||||||
|
|
||||||
## Setting
|
## Setting
|
||||||
|
|
||||||
### Shortcut
|
### Shortcut
|
||||||
|
1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."**
|
||||||
1. Click Menu **"Tools -> Add-ons -> FastWQ -> Edit..."**
|

|
||||||
|
2. Edit the code and click **Save**
|
||||||

|
```python
|
||||||
|
# shortcut
|
||||||
2. Edit the code and click **Save**
|
shortcut = 'Ctrl+Q'
|
||||||
|
```
|
||||||
```python
|

|
||||||
# shortcut
|
|
||||||
shortcut = 'Ctrl+Q'
|
|
||||||
```
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
### Config
|
### Config
|
||||||
|
1. In Browser window click menu **"FastWQ -> Options"**
|
||||||
|

|
||||||
|
|
||||||
1. In Browser window click menu **"FastWQ -> Options"**
|
2. Click **Settings** button in the Options window
|
||||||
|

|
||||||

|
|
||||||
|
|
||||||
2. Click **Settings** button in the Options window
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
- **Force Update** : Update all fields even if it's None
|
- **Force Update** : Update all fields even if it's None
|
||||||
- **Thread** : The number of threads running at the same time
|
- **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
|
### 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
|

|
||||||
|
3. Select Dictionary
|
||||||

|

|
||||||
|
4. Select Fields
|
||||||
3. Select Dictionary
|

|
||||||
|
5. Click **OK** button
|
||||||

|
|
||||||
|
|
||||||
4. Select Fields
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
5. Click **OK** button
|
|
||||||
|
|
||||||
|
|
||||||
### 'Browser' Window
|
### 'Browser' Window
|
||||||
|
1. Select single or multiple words, click menu **"FastWQ -> Query Selected"** or press shortcut Default is **Ctrl+Q**.
|
||||||
1. Select single or multiple words, click menu **"FastWQ -> Query Selected"** or press shortcut Default is **Ctrl+Q**.
|

|
||||||
|
2. Waiting query finished
|
||||||

|

|
||||||
|
|
||||||
2. Waiting query finished
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
### 'Add' Window
|
### 'Add' Window
|
||||||
|
1. Click Add button in Browser window, open Add window
|
||||||
1. Click Add button in Browser window, open Add window
|

|
||||||
|
2. Edit key field and click Query button
|
||||||

|

|
||||||
|
|
||||||
2. Edit key field and click Query button
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Other Projects Used
|
## Other Projects Used
|
||||||
- [mdict-query](https://github.com/mmjang/mdict-query)
|
- [mdict-query](https://github.com/mmjang/mdict-query)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user