Skip to content
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

Is there any way to set a custom location such as the location of Obsidianvault #114

Closed
skillhacker-code opened this issue Nov 11, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@skillhacker-code
Copy link

I would like to save the page downloaded using markdownload to go to a custom location in my pc Like Location of my obsidian vault , is there any way to do that .

I am currently using FreeFileSync to sync the file from Download/webclipping folder to obsidian webclipping folder

@JacSavage
Copy link

If you*re on Linux, you can add a symlink to your download folder that points to your vault

@00dani
Copy link

00dani commented Dec 25, 2021

Chiming in to confirm that @JacSavage's suggestion works perfectly on MacOS as well. I can't confirm whether it works on Windows, though.

@notalexnot
Copy link

As the owner mentioned in #21:

The browser only allows me to specify whether I should open the Save As modal, or stick with the browser default. And I don't have any access to the file system to list folders, let alone write to one. It's a potential security issue for the browser.

I think that extensions are limited to the Downloads folder (and subfolders) for security reasons. So there are no extensions that have access to any other folder.

P.S.: This is an assumption since I couldn't find any information that could confirm this. In case I find information, I'll attach it here.

@00dani
Copy link

00dani commented Dec 31, 2021

I've finally booted my Windows machine again and I can confirm that putting a symlink in Downloads does the trick here too. Since Windows is weird, the commands I needed to do this looked like:

cd ~\Downloads
mklink /D Obsidian ..\Nextcloud\Notes\!Inbox

The /D flag is required because Windows differentiates from symlinks to files and symlinks to directories, for… some reason.

Once done, MarkDownload works perfectly on my Windows box too, just like on MacOS or Linux. 🐱

@ajmz
Copy link

ajmz commented Jan 14, 2022

@deathau @skillhacker-code @00dani
https://github.com/jplattel/obsidian-clipper
This clipper can directly open obsidian and save the webpage to the previously designated folder.

@deathau deathau added the enhancement New feature or request label Feb 7, 2022
@deathau
Copy link
Owner

deathau commented Dec 1, 2022

Closing this as it's not possible in the browser (obsidian integration notwithstanding)

@deathau deathau closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants