Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media files missing from Coding anki deck #203

Open
gerardo opened this issue Jul 5, 2017 · 2 comments
Open

Media files missing from Coding anki deck #203

gerardo opened this issue Jul 5, 2017 · 2 comments
Labels

Comments

@gerardo
Copy link

gerardo commented Jul 5, 2017

If you run Tools -> Check Media in Anki, the following files are reported as missing:

dijkstra.gif
selection_sort.gif
eratosthenes.gif
quicksort_wikipedia.gif
merge_sort.gif
insertion_sort.gif
@donnemartin
Copy link
Owner

Hi @gerardo, interesting, I didn't know this check existed.

I think the media should be linked to this repo instead of being embedded in the Anki decks, are these gifs not showing up when you view them in the decks?

@gerardo
Copy link
Author

gerardo commented Jul 9, 2017

Yeah, they're not showing up, just a small blue square with a "?" sign, as Anki shows when the media is not present.

I checked the HTML code. The images are referenced with a relative path (<img src="dijkstra.gif" /> for example) instead of being referenced with an absolute URL like you mentioned. That would trigger Anki to download those images and store them on the media folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants