-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# GoldenDict2Anki | ||
Automatically save the word that you looked up in GoldenDict to Anki | ||
|
||
When you look up a word in GoldenDict's main window or by a small pop-up window, the word along with its explaination will be saved into Anki simutaneouly. | ||
|
||
# Useage: | ||
## setting in Anki | ||
1. Open Anki and install the addon called AnkiConnect to Anki. And ** keep Anki open ** when you want to use this function | ||
2. Add a deck named **NewWords** | ||
## setting in GoldenDict | ||
1. Open GoldenDict, Click [Edit]--[Dictionaries] --[Source]--[Programs]--[Add], set as following and click [apply]: | ||
- Type: HTML | ||
- Name: set as your wish, Let's call it **Ak** here | ||
- Command Line: "**YourLocalPah**\GD2Anki.exe" %GDWORD% | ||
- Icon: Any local icon file | ||
|
||
2. it is suggested to move the **Ak** dictionary to the last postion, because the saving-to-Anki process takes 3 seconds, not fast enough. | ||
- Click [Edit]--[Dictionaries] --[Dictionaries], select and drag **Ak** dictionary to the last and click [OK] | ||
## setting in GD2Anki | ||
1. **content saved to Anki** | ||
- Front side: the **word** you looked up | ||
- Back side: the **explanation** you get from the dictionary which is set in **Config.ini** | ||
|
||
|
||
# Based on: | ||
1. mdict_query |