Skip to content

troggy/anki-leo

Repository files navigation

anki-leo

AnkiLeo Code Climate Known Vulnerabilities

Chrome extension to export dictionary from LinguaLeo to CSV/Anki.

Lightweight (~33kb zipped) and zero-dependencies.

install from chrome web store

How to use

  1. Install extension
  2. Use "Export" button on a dictionary pages of Lingualeo
  3. Import your words into Anki. Guide: ru, en

Features

  • supports all the build-in Lingualeo dictionary filters
  • works on word sets pages as well
  • adds additional filters:
    • all words
    • selected words
    • words not fully learned yet (new + in progress)

Export file format

Dictionary is exported in CSV format. One word per line.

Fields:

  • word
  • translation
  • link to the image (if any) as <img src='http://...'>
  • transcription
  • context (if any) with target word enclosed in <b></b>
  • link to the sound file with pronounciation as [sound:http://...]
  • sets the word is included to
  • context for cloze cards

Development

  1. Install dependencies

    yarn
  2. Build and watch for changes

    yarn start
  3. In Chrome/Brave, load unpacked extension from build folder

Changelog

CHANGELOG