troggy / anki-leo

Chrome extension to export dictionary from LinguaLeo to CSV/Anki
http://troggy.github.io/anki-leo/
ISC License
42 stars 8 forks source link

Export words in Anki deck format #6

Closed troggy closed 5 years ago

troggy commented 8 years ago

..so that resulting file could be opened by directly by Anki

troggy commented 5 years ago

apkg libs around:

troggy commented 5 years ago

apkg is a zipped instance of SQLite. There is a browser implementation of SQLite, but it is heavy. I believe extensions should be as small as possible, to reduce burden on the user's browser. So the only feasible solution so far is to create deck on a server

troggy commented 5 years ago

not going to implement. Reasons:

  1. will make the extension too heavy if we incorporate SQLite or will require a backend for preparing apkg
  2. CSV is more flexible, can be used for anything. apkg is for Anki only
troggy commented 5 years ago

Compromise solution would be to create a separate CSV → APKG tool and expose it via HTTP. Separate project though