-
Notifications
You must be signed in to change notification settings - Fork 73
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
Download pictures to local #37
Comments
Not yet, but there is a plugin called Local Images that can do this for you. |
Thanks |
+1! |
Hi, is it working automatically or you have to confirm each time? |
+1! Great to have the option to determine if using local images or online images. |
Custom Attachment Location plugin? It's automatic. Sorry I just saw it now. |
It not work everywherel. Because some image you could see on the brower which has full refrence even cookie from page, the CDN will not block the request. but when you capture it to the Obsidian ,it will not. |
May I ask if there is any plan to make it a new feature? |
Yes but it will require changes to Obsidian URI, so it will take some time. |
I have the plugin "Local Images Plus" installed, When I use Web Clipper to save the web page with pictures, the pictures are not download to local. |
I just tested base64-encoded images and Obsidian renders them. Would it be possible to add this as an option? I'm not sure how difficult it is to extract images from the page, but inserting the image in base64 format into Obsidian should be pretty easy to implement.
|
Storing the images as base64 is not a good solution. It will lead to Markdown files that are multiple megabytes which hinders the performance of Markdown parsing and will cause syncing issues. |
So I just downloaded obsidian web clipper but I missing this function aswell.
Is there an ETA for it? Thank you! |
+1 for this feature. I just tested the plugin and , after appearance, attachment location was the second thing I checked. I download a lot of wiki pages with instructions and screenshots of what the app or screen output should look like mixed in with the instructions, so if the image link ever breaks , then I'll have a lot of blank areas in my note. e.g.
Otherwise I really like the plugin. I still need to figure out how to tell it which vault clippings should go into, but I only just installed it and have read zero documentation. The attachments concern sidetracked me from that! |
+1. Local images are a must. For privacy, offline use and future-proofing. Feature request for the Local images plus plugin to auto download clipped content: Sergei-Korneev/obsidian-local-images-plus#87 (comment) |
Can the images in the web page be automatically downloaded when saving the web page? I am using the "Custom Attachment Location" plug-in to manage the image files in each markdown in obsidian.
The text was updated successfully, but these errors were encountered: