You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings!
I didn´t think I was as much as a visual learner until I tried your Addon (before I used Migaku/MIA Japanese)...
Thank you so much! It really shines in what it does. I really love it!
Currently I´m trying to switch from Anki to Supermemo and whilest converting my Anki collection to SM, sadly the SVG Data is always lost in the process..
Is it possible for you to add a "save pitch pattern as image file" feature? However I think you addon is already perfect.
Thank you!
The text was updated successfully, but these errors were encountered:
Duckerl
changed the title
Possible to output SVG in imagefile in the future?
Possible to output SVG in image file in the future?
Feb 16, 2021
Hi,
glad to hear you like the add-on. That's in interesting edge case you have there.
Unfortunately I've never worked with image files in Anki from a add-on's point of view, so I woudn't know how to quickly add such an option. (Using SVGs instead of pixel bitmaps was a delibarate choice to keep the data footprint small and ensure good looking illustrations no matter how much you zoom in.)
If someone with coding experience were to come across this, just as an idea, one option might be to solve this by iterating through all cards, generating bitmaps (e.g. PNG) from the SVGs and then replacing the SVGs with <img> elements using data URLs. (Though I'm not sure how the Anki to Supermemo converter you use handles images and if that would work.)
So ... I don't see me finding the time to get familiar with the necessary Anki features for this any time soon, sorry.
Greetings!
I didn´t think I was as much as a visual learner until I tried your Addon (before I used Migaku/MIA Japanese)...
Thank you so much! It really shines in what it does. I really love it!
Currently I´m trying to switch from Anki to Supermemo and whilest converting my Anki collection to SM, sadly the SVG Data is always lost in the process..
Is it possible for you to add a "save pitch pattern as image file" feature? However I think you addon is already perfect.
Thank you!
The text was updated successfully, but these errors were encountered: