NotePlan Plugin Launcher

Simple. Fast. Focused.

Why I Built This

Managing plugins in NotePlan is powerful and I couldn't remember all of the slash commands, and I wanted something that gave us instant access to what matters without digging through menus. So here it is.

NotePlan Plugin Launcher is a minimal, no-fuss desktop utility that gives you one-click access to your favorite NotePlan plugin commands. Built by a user who lives in NotePlan.


Features That Matter

  • πŸš€ Launch Instantly – One click to run any plugin
  • ⭐ Favorites Bar – Pin your essential commands
  • 🧩 Organized View – Drag to reorder, hide unused
  • πŸŒ“ Dark & Light Modes – change your theme
  • πŸͺΆ Lightweight UI – Always accessible, never in the way

Get Started

Prerequisites

  • macOS (tested on Monterey+)
  • Python 3.7+
  • NotePlan 3.x with plugins enabled

Install & Run

Install & Run Download πŸ‘‰it here

On first launch, the app will:

  1. Detect your NotePlan plugin directory (Setapp or non-Setapp).
  2. Index available plugins.
  3. Display a floating toolbar with plugin icons.

Using the Launcher

  • Click a plugin to view its available commands.
  • Click a command to launch it in NotePlan.
  • ❀️ a command to add it to your Favorites.
  • Select plugins to hide them from view.
  • Toggle Dark/Light with the moon/sun icon.

All interactions are fast, local, and made to keep you in flow.

Debugging

Having trouble?

./run.sh --debug-paths

This prints paths it’s scanning so you can confirm it’s looking in the right place.

Common issues:

  • Plugin not launching? Confirm NotePlan is open.
  • Missing icons? Restart the launcher.
  • Crash? Check terminal logs for Python errors.
  • Support & Community It's open source. Dive in, fork it, improve it.

πŸ‘‰ Technical Info on Source Code