org-anki icon indicating copy to clipboard operation
org-anki copied to clipboard

Is there a way to copy the included picture to anki?

Open panmengguan opened this issue 4 years ago • 9 comments

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 ?

panmengguan avatar Aug 16 '21 14:08 panmengguan

Not at the moment, but when the other features are done I will look into this (and pull requests are also welcome!).

eyeinsky avatar Aug 16 '21 20:08 eyeinsky

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.

ingtshan avatar Dec 10 '21 08:12 ingtshan

Linking PR https://github.com/eyeinsky/org-anki/pull/43 to sync images, perhaps someone would like a say there.

eyeinsky avatar Jul 04 '22 21:07 eyeinsky

@ingtshan

Could you elaborate on how you made this work using URL?

IsakFalk avatar Jan 07 '24 17:01 IsakFalk

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.

eyeinsky avatar Jan 07 '24 19:01 eyeinsky