External Link to File Browser Not Working

First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

Trying to make external link to file browser (specific folder)

Things I have tried

I’m confident this is a me problem. Here’s my current syntax:

[Obsidian Help](<C:\Users\user\OneDrive\ - Some Odd Folder\Documents\My Cases\All Cases\CMS 123456 (Smith & Jones)>)

I thought that the <> were exit characters for the spaces and other things going on (parenthesis within the path) but file browser isn’t opening at all. Nothing happens when I click the link.

I put your link in a code block, it was being rendered by the forum and invisible. Hope you don’t mind.


Have a look at this topic:

You are going to need a file:/// in the link. e.g. [link](file:///C:%5CUsers%5...

I recommend doing a Ctrl and drag/drop of the folder into a note. The link when expanded won’t look pretty, but you can be fairly confident it will work.

EDIT: <> for spaces in the path are still working fine; wasn’t sure if they were as I hadn’t manually typed anything out in a while. e.g.

[testfolder](<file:///C:/Users/ARIEHEN/test/test test/test test test>)
1 Like

Thanks for the assistance. The <> wasn’t working right unfortunately but the ctrl drag folder worked like a charm. Appreciate the help.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.