Skip to content

Commit f6da9f3

Browse files
Update README.md to show example of how to implement follow URL on Windows (#651)
* Update README.md to show example of how to implement follow URL on windows * Update obsidian.txt * Update doc/obsidian.txt --------- Co-authored-by: Pete Walsh <epwalsh10@gmail.com>
1 parent 4077624 commit f6da9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ This is a complete list of all of the options that can be passed to `require("ob
397397
-- Open the URL in the default web browser.
398398
vim.fn.jobstart({"open", url}) -- Mac OS
399399
-- vim.fn.jobstart({"xdg-open", url}) -- linux
400+
-- vim.cmd(':silent exec "!start ' .. url .. '"') -- Windows
400401
end,
401402

402403
-- Optional, set to true if you use the Obsidian Advanced URI plugin.

0 commit comments

Comments
 (0)