-
Notifications
You must be signed in to change notification settings - Fork 5
Create and import Anki cards
After saving history, with translate-shell.vim, you can import your history file to Anki.
The steps to do it are described below. I'll describe the way to create cards with audio. I've set the following format for keeping history: g:trans_history_format = '%s;%t;%as;%at
. The table looks like in the following screenshot:
After opening Anki for the first time, I'll see the main window like on the screen:
Default card type have only two fields: Front
and Back
. We have to create card type that supports adding audio files.
-
Click on the
Add
button and after that on theType
button. See on the screen: -
Click on the
Manage
button: -
Click on the
Add
button: -
Select template of type card to add and enter the name of type:
-
Select created type and click on
Choose
: -
Click on the
Fields...
button and add two fields:Front audio
andBack audio
: -
Press on the
Cards...
button andFront template
andBack template
in the same way like on the screen: -
Close
Add
window.
-
Click
File
->Import...
and select your history file. -
Select created type of cards and deck to import the cards:
-
Copy all
mp3
files from directory with history file to Anki media directory. Default Anki media directory is:~/Documents/Anki/UserName/collection.media/
. -
After this you can learn your cards with audio 🥇