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

Correct export for media #29

Closed troggy closed 5 years ago

troggy commented 5 years ago

As per anki documentation, you should not use [sound] and [img] elements in card templates. This is unsupported behaviour, and while it works in Linux and (probably) Windows, it is definitely not working in MacOS — sounds are not playing, images are not visible.

Correct solution: both cover image and sound link should be enclosed in respective tags directly in a card fields. I've already verified that this fixes the problem on MacOS.

troggy commented 5 years ago

Exporting sounds as [sound:path/to/123123.mp3] (won't work on MacOS, use anki plugin to download media) Exporting images as <img src="http://path/to/image.jpg">