Remix.run Logo
dorian-graph 7 months ago

Do you have a trick for getting the images as well, as opposed to them being links to the remotely hosted?

keybits 7 months ago | parent | next [-]

Obsidian recently introduced a native 'Download attachments for current file' which you can invoke with cmd / ctrl + p.

I like this as I don't always want all the images for something I've clipped from the web. This gives me the choice.

DoingIsLearning 7 months ago | parent | prev [-]

I think that is just a convenient way to do it with markdown.

Theoretically you could embed images in markdown with 'data:' scheme. But I am unless it is very small images it will probably not be very efficient to embedded the data in a text file.