sangafabrice / markdown-to-html-shortcut

Windows 10/11 context menu shortcut for converting a Markdown file to an HTML file.

Home Page:https://fromthetechlab.blogspot.com/2024/03/mind-blogging-convert-from-markdown-to-html.html

Repository from Github https://github.comsangafabrice/markdown-to-html-shortcutRepository from Github https://github.comsangafabrice/markdown-to-html-shortcut

MarkdownToHtmlShortcut

Module Version


Module Icon

Downloads

MarkdownToHtmlShortcut helps configure the Windows context menu shortcut that converts Markdown files to HTML files. The module packages functions to add and remove the shortcut on and from the right-click context menu of .md files. Note that it does not require administrators' privileges to run.

Requirements: Windows 10/11, Powershell Core.


Setup

Install the MarkdownToHtmlShortcut module from a PowerShell Core console:

Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module MarkdownToHtmlShortcut

Configure the shortcut menu with the functions below.

Set-MarkdownToHtmlShortcut [<CommonParameters>]
Remove-MarkdownToHtmlShortcut [<CommonParameters>]


Convert to HTML shortcut

About

Windows 10/11 context menu shortcut for converting a Markdown file to an HTML file.

https://fromthetechlab.blogspot.com/2024/03/mind-blogging-convert-from-markdown-to-html.html

License:Apache License 2.0


Languages

Language:JavaScript 70.6%Language:PowerShell 29.4%