Is there a way to copy the included picture to anki?
Sometimes, we hope to synchronize some org-mode entries which have included a picture. For example:
[[XXX.png]]
And we hope this picture could copy to the anki media folder and after =org-anki-sync-entry= is executed, we could see this picture in Anki. Is there any way to do this ?
Not at the moment, but when the other features are done I will look into this (and pull requests are also welcome!).
we could see this picture in Anki. Is there any way to do this ?
Current time, there is a way to view picture in anki bypass synchronizing media, but you should upload your picture with tool like gee1k/uPic first, and use picture url at org-mode entries.
Consider as a temporary method.
Linking PR https://github.com/eyeinsky/org-anki/pull/43 to sync images, perhaps someone would like a say there.
@ingtshan
Could you elaborate on how you made this work using URL?
By reading what was said, then adding something like this @@html:<img src="https://url-to-your-image">@@ in org-mode and then hosting the images somewhere should work.