HackMD Plugin for PowerToys Run

October 5, 2024 ยท View on GitHub

A PowerToys Run plugin for opening HackMD notes.

Checkout the Template for a starting point to create your own plugin.

Installation

Manual

  1. Download the latest release of the from the releases page.
  2. Extract the zip file's contents to %LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins
  3. Restart PowerToys.

Via ptr

ptr add HackMD 8LWXpg/PowerToysRun-HackMD

Usage

  1. Generate a API token in settings
  2. Add the token to the plugin settings.
  3. Open PowerToys Run (default shortcut is Alt+Space).
  4. Type hm.

Building

  1. Clone the repository and the dependencies in lib with copyLib.ps1.
  2. run dotnet build -c Release.

Debugging

  1. Build the project.
  2. Run debug.ps1.
  3. Attach to the process PowerToys.PowerLauncher.

Contributing

Localization

If you want to help localize this plugin, please check the localization guide