With this MarkDown extension in Microsoft Edge,
I can view markdown files.
If I just type the name of a markdown file from the TCC,
for example, readme.md,
the markdown file is launched into Markdown Monster, my markdown editor.
Launching a markdown file from the TCC into Microsoft Edge requires the use of the FileURI plugin.
On the TCC, I use the following to launch a markdown file into Microsoft Edge;
With the FileURI...
Read more
I can view markdown files.
If I just type the name of a markdown file from the TCC,
for example, readme.md,
the markdown file is launched into Markdown Monster, my markdown editor.
Launching a markdown file from the TCC into Microsoft Edge requires the use of the FileURI plugin.
On the TCC, I use the following to launch a markdown file into Microsoft Edge;
Code:
E:\...\SimpleCOMDll>msedge README.md
With the FileURI...
Read more