MarkDownload - Markdown Web Clipper

It’s easy to automate the moving of the clipped files into an Obsidian vault.

  1. :warning: Important! Change the default ~/Downloads in the plugin settings to something like WebClips.
  2. Open the console and create a symbolic link from your vault to that location in ~/Downloads:
    For Linux and MacOS it is ln -s /home/tripleight/Obsidian/tripleight/Inbox ~/Downloads/WebClips
    For Windows, it will be: mklink /D C:\Obsidian/tripleight/Inbox C:\Downloads\WebClips
    Where Inbox is a folder in your vault where you will find your clipped files.

:warning: DO NOT make a link to your default Downloads folder, it will be painful.

1 Like