cloudy9101 / obsidian-image-inserter

An Obsidian plugin helps users easily search and insert images to editors from Unsplash.
https://github.com/cloudy9101/obsidian-image-inserter
MIT License
36 stars 5 forks source link

Local image option #3

Closed javiavid closed 2 years ago

javiavid commented 2 years ago

It would be interesting to have an option to choose if you want the images locally in the preferences.

Maybe something similar to what this plugin does would help: https://github.com/niekcandaele/obsidian-local-images

cloudy9101 commented 2 years ago

Actually, I thought about that when creating this plugin. I just got time today and added the feature. 2d2e339a37913314f888591d659e58e71b409eb9 Now there's an option in the settings tab and you can choose the insert mode which can be remote or locally.

Remote means the image will not be downloaded and just use the unsplash image URL. Locally means the image will be downloaded in the attachment folder, then insert it into the note.

javiavid commented 2 years ago

Great!, thank you very much