NotePlan
NotePlan
Mar 2

Command Bar Plugin Framework

Create a structure so it's easy to add plugins to add new commands as a plugin to the command bar using a config file that defines what NotePlan should call (which script) and which inputs and outputs are expected.
CompletedCompleted

May 17, 2021

We are done with v1 of the Plugin Framework! First seed plugins are already added. Read everything here about how to build and download plugins: https://help.noteplan.co/article/65-commandbar-plugins **BETAS** - Mac Setapp: http://noteplan.co/download/NotePlan-⁠3-Beta-⁠631-Setapp.zip - Mac AppStore: http://noteplan.co/download/NotePlan-⁠3-Beta-⁠631-AppStore.z… - iOS: https://testflight.apple.com/join/fm9q4OjE (or update via TestFlight)

Apr 7, 2021

Building a basic framework to get started.

Apr 6, 2021

Plug-ins should likely work in more contexts than just a Command Bar, I think there should events that trigger plug-ins as well: - Opening Noteplan - could run plug-ins that pre-process the database - Creating Notes - Adding Tags - Creating/Moving/Closing Tasks - Adding Links To add the maximum power, plug-ins can start as Javascript. A more user-friendly and limited version of that can be added later.

Mar 23, 2021

Expand selected twitter link to inline text and images will be my first plugin.