Adapted from Adapted from Luke Maciak's Markdown Menus, which is described here (removed PDF option, which I never got to work anyway). Requires PanDoc. Install steps:
- Download markdown-to-docx-menu.reg file.
- Change path to pandoc.exe to your local Pandoc installation.
- Optionally you might want to fine-tune PanDoc's many in- and output options to you own needs as well.
- Save the file.
- In Windows explorer, right-click on reg file; select Merge and then confirm. All done!
If installation is successful, you can now convert any Markdown file to Word by right-clicking on it, and then click on mk2doc.
This was a bit painful to do with regedit, so ended up creating reg.exe commands - This is for docx to .md or .html. Either in the global context or specific for Docx file.
Assumptions
"Global area"
HKCU\SOFTWARE\Classes*\shell\
"Just show for docx files"
HKCU\SOFTWARE\Classes\SystemFileAssociations.docx
Variant with HTML
more info gathered here:
https://mrlixm.github.io/blog/windows-explorer-context-menu/#footnote-reference-1