Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troggy/anki-leo
Chrome extension to export dictionary from LinguaLeo to CSV/Anki
https://github.com/troggy/anki-leo
anki chrome-extension lingualeo
Last synced: about 2 months ago
JSON representation
Chrome extension to export dictionary from LinguaLeo to CSV/Anki
- Host: GitHub
- URL: https://github.com/troggy/anki-leo
- Owner: troggy
- License: isc
- Created: 2014-02-10T16:20:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T08:51:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T09:39:33.973Z (9 months ago)
- Topics: anki, chrome-extension, lingualeo
- Language: JavaScript
- Homepage: http://troggy.github.io/anki-leo/
- Size: 4.48 MB
- Stars: 39
- Watchers: 7
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![anki-leo](https://raw.githubusercontent.com/troggy/anki-leo/master/resources/webstore/1400x560.png)](#)
# AnkiLeo [![Code Climate](https://codeclimate.com/github/troggy/anki-leo/badges/gpa.svg)](https://codeclimate.com/github/troggy/anki-leo) [![Known Vulnerabilities](https://snyk.io/test/github/troggy/anki-leo/badge.svg?targetFile=package.json)](https://snyk.io/test/github/troggy/anki-leo?targetFile=package.json)
## Chrome extension to export dictionary from [LinguaLeo](http://lingualeo.com/) to CSV/[Anki](http://ankisrs.net/).
> Lightweight (~33kb zipped) and zero-dependencies.
[![install from chrome web store](https://raw.githubusercontent.com/troggy/anki-leo/master/resources/webstore/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/lingualeo-dictionary-expo/mpaohidlipnfnkbogpmanchjfjpdgcml)
# How to use
1. Install extension
2. Use "[Export](https://raw.githubusercontent.com/troggy/anki-leo/master/resources/webstore/screen-640x400.png)" button on a dictionary pages of Lingualeo
3. Import your words into Anki. Guide: [ru](http://troggy.github.io/anki-leo/), 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 ``
- transcription
- context (if any) with target word enclosed in ``
- link to the sound file with pronounciation as `[sound:http://...]`
- sets the word is included to
- context for [cloze](http://finpapa.ucoz.ru/ankitest-cloze.html) cards# Development
1. Install dependencies
```sh
yarn
```2. Build and watch for changes
```sh
yarn start
```3. In Chrome/Brave, load unpacked extension from `build` folder
# Changelog
[CHANGELOG](CHANGELOG.md)