It’s easy to automate the moving of the clipped files into an Obsidian vault.
-
Important! Change the default
~/Downloads
in the plugin settings to something likeWebClips
. - Open the console and create a symbolic link from your vault to that location in
~/Downloads
:
For Linux and MacOS it isln -s /home/tripleight/Obsidian/tripleight/Inbox ~/Downloads/WebClips
For Windows, it will be:mklink /D C:\Obsidian/tripleight/Inbox C:\Downloads\WebClips
WhereInbox
is a folder in your vault where you will find your clipped files.
DO NOT make a link to your default Downloads folder, it will be painful.