Skip to content

sangafabrice/markdown-to-html-shortcut

Repository files navigation

MarkdownToHtmlShortcut

Module Version Publish Installer Module

Module Icon 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.

Downloads

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 using Set-MarkdownToHtmlShortcut.

Set-MarkdownToHtmlShortcut [-NoIcon] [-HideConsole] [<CommonParameters>]
Set-MarkdownToHtmlShortcut Set-MarkdownToHtmlShortcut -NoIcon
Set-MarkdownToHtmlShortcut Set-MarkdownToHtmlShortcut -HideConsole
Module Icon Module Icon

Remove the shortcut menu using Remove-MarkdownToHtmlShortcut.

Remove-MarkdownToHtmlShortcut [<CommonParameters>]