This project is that converts words stored in Naver English wordbook into a csv file to easy import into Anki's Basic Type Card.
Node.js
$ git clone git@github.com:khbrst/anki-converter.git
$ cd anki-converter
$ npm install- Open Naver English Wordbook.
- Choose the wordbook you want to import into Anki's Basic Type Card.
- Save the pages(
Ctrl+S) ashtmlfiles to theanki-converter/inputdirectory. Only 20 words are displayed per page.
When you're done, the directory should look like the following.
$ tree input
input
├── 1.html
└── 2.htmlExecute node index.js command and check the generated csv file in your
terminal.
$ node index.js
...
out.csv file is created!
$ ls out.csv
out.csv- Open your Anki app
- File > Import > Choose a csv file
- Choose Card Type to Basic
- Choose the deck you want to save
- Enter field seperator to Comma
- Press
Importbutton