-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't workingwindowsIssues specific to the windows versionIssues specific to the windows version
Description
The default config.toml has this config about the viewer:
viewer = [
"firefox",
"%p",
]
The problem with this config is that it doesn't do the job becouse firefox, like any other browser (atleast on Windows OS) wants this syntax:
file:///%p
So if the path is C:\Temp\test.md
the right argument to pass to the browser is
file:///C:\Temp\test.md
or file:///C:/Temp/test.md
(works both ways)
How to achieve this?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwindowsIssues specific to the windows versionIssues specific to the windows version