A PowerToys Run plugin for opening HackMD notes.
Checkout the Template for a starting point to create your own plugin.
- Download the latest release of the from the releases page.
- Extract the zip file's contents to
%LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins
- Restart PowerToys.
Via ptr
ptr add HackMD 8LWXpg/PowerToysRun-HackMD
- Generate a API token in settings
- Add the token to the plugin settings.
- Open PowerToys Run (default shortcut is Alt+Space).
- Type
hm
.
- Clone the repository and the dependencies in
lib
withcopyLib.ps1
. - run
dotnet build -c Release
.
- Build the project.
- Run
debug.ps1
. - Attach to the process
PowerToys.PowerLauncher
.
If you want to help localize this plugin, please check the localization guide