Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valuex authored Jan 31, 2020
1 parent 91c849b commit 86dbb88
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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

0 comments on commit 86dbb88

Please sign in to comment.