Vocabulary Manager is a cross-platform (Mac/Win/Linux) desktop application that manages vocabularies collected by vocabulary-picker. It also support export records to Anki for more flexible management.
Check the Video Tutorial for more help: https://www.youtube.com/watch?v=zhhA5mQWdlw&t=44s
Read this page in other languages: English, 简体中文, 繁體中文
Follow instruction on page: https://github.com/BoyanXu/vocabulary-manager/releases
Avatar on the up-left corner is customizable.
To change the default icon into your favorite avatar, place a png
image named as avatar.png
at the following path:
(Mac User) Macintosh HD/Users/YOUR_USERNAME/Library/Application Support/ElectronReact/
(Win User) C:\Users\YOUR_USERNAME\AppData\Roaming\VocabularyManager\avatar.png
Then restart Vocabulary Manager to update the change.
If you haven't set a customized avatar, Vocabulary Manager will alert you to set it every time you start Vocabulary Manager. So, for your own sack, set the avatar and make the software unique for you.
-
Select
Import
in the menu on the left. -
Drag and drop the
.json
file exported by Vocabulary Picker to the drop zone. -
Before import to local database, normalize the form of vocabulary, for example:
did
->do
. Click on the vocabulary or sentence to tune the tense, and pressENTER
to save the change. -
Click
Import
button below the temporary vocabulary list to import the modified list into local database.
This page is where you can manage all the vocabularies you collected.
Several management behaviors are supported:
- Batch Delete
- Search vocabulary
- Sort records by the first letter.
- Sort records by date
- Filter records by period
- Edit vocabulary (auto save)
- Edit sentence (auto save)
Refer to the video tutorial for help.
Vocabulary Manager is suitable for lightweight management.
But if you pursue more flexible management, Vocabulary Manager also support exporting records to the flashcard software Anki, where "match definition", "automatically schedule the review" and numerous other functionalities backed by the Anki adds-on community.
To avoid duplication and conflict, Vocabulary Manager only supports filter records by periods.
Each exported records within IMPORT me to Anki.txt
has the following default fields, separated by delimiter " ` ":
-
Vocabulary
-
Sentence
-
Explanation (which has a placeholder)
-
Paragraph
-
Url
-
Time-Imported
To smoothly import IMPORT me to Anki.txt
to Anki, you should create a new Note Type, with the following fields in order.
-
Vocabulary
-
Sentence
-
Explanation (which has a placeholder)
-
Paragraph
-
Url
-
Time-Imported
When import IMPORT me to Anki.txt
to Anki, DON'T FORGET TO change "Fields separated by: Comma" into "Fields separated by: `", otherwise those fields cannot be recognized by Anki.
https://ankiweb.net/shared/info/1807206748
This addon query words definitions or examples etc. fields from local or online dictionaries to fill into the Anki note. It forks from WordQuery, added multi-thread feature, improve stability, and some other features.
@Ge Gao designed the icon for Vocabulary Manager.
@Zhengyuan is main tester of the Vocabulary Manager.
@Boyan Xu designed the architecture of Vocabulary Manager and implemented it.