Internal links not working with spaces in titles + Missing “File Explorer” plugin

In Obsidian, to handle spaces in non Wiki links, you can also wrap the link in <>. For example…

[Go to Section](<#Section Title>)

… would link to the following section of your note…

## Section Title  
Some content here...

https://spec.commonmark.org/0.30/#link-destination

1 Like