Steps to reproduce
Did you follow the troubleshooting guide? Y
Expected result
When entering a link to a network or file location in windows such as [YaddaYadda](file://\\someWindows\network\directory)
when pressing the link it should take you the linked area.
Actual result
A few windows pop up about remote file warning showing the linked path without the leading two backslashes.
Once the open button is pressed an error dialog appears stating it cannot find someWindows\network\directory
, note the missing leading backslashes.
Environment
SYSTEM INFO:
Obsidian version: v1.5.11
Installer version: v1.5.8
Operating system: Windows 10 Enterprise 10.0.19045
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
The issue can be corrected by the following::
Changing from:
[YaddaYadda](file://\\someWindows\network\directory)
To:
[YaddaYadda](file://%5C%5CsomeWindows\network\directory)
This was not required in the previous version.