MarkdownPreview
MarkdownPreview copied to clipboard
Add ability to copy the HTML file location to clipboard
I would like the ability to copy the HTML file location to my clipboard.
There is an option to Preview in Browser
but I would like a link to the file instead of opening it in my default browser.
You can change what opens the file in the plugin settings.
/*
Sets the default opener for HTML files
default - Use the system default HTML viewer
other - Set a full path to any executable. ex: /Applications/Google Chrome Canary.app or /Applications/Firefox.app
*/
"browser": "default",
This issue should be closed. Additionally if you look further down in the settings at "path_tempfile": "",
will find where to specify temp files be created
@Xamanthas
I would like to open my file in an already open Firefox incognito window. I do not think that's possible with the current options.
And as pointed out by another open issue: https://github.com/facelessuser/MarkdownPreview/issues/68
You only set the directory not the actual filename so the path_tempfile
option isn't all that helpful in this context.
Use another browser i.e firefox developer and make it never remember your history or https://ccm.net/faq/15012-how-to-start-firefox-in-private-mode-by-default
Other than that what do you have to hide in a markdown preview?
@gir-bot add C: feature, P: maybe
@gir-bot add T: feature