Open kippesp opened 5 years ago
Yes I havent found a solution for that in the last three years, thus if someone knows how to open the default webbrowser and direct it to a certain webpage, do let me know!
Sorry for the duplicate--I searched. If anyone else is interested in my workaround, it is fairly trivial. Do this in gitbash (or macos or linux) with pandoc installed:
# after cloning the wiki
cd doc
for f in *.md; do pandoc -t html --css NICE_STYLE.css "$f" -s -o "${f%.md}"; done
The css style made it as attractive as the github wiki--just find a dark theme if you into that kind of UI.
The default documentation URL points to github.com. Doing this in VS2017 results in a message from github that internet explorer is an unsupported browser.
Workaround is to use local storage/clone of the wiki.