A Orca Note plugin that provides the ability to create tasks.
It also serves as a template for creating Orca Note plugins.
- Download the zip file from the releases page and extract it into Orca Note's
pluginsdirectory. - Start/restart Orca Note, enable the plugin under the app's settings.
- Hit 'Alt+Enter' on any block you want to make it a task, the plugin will apply a task tag for you automatically and when you hit 'Alt+Enter' again, it will toggle the task status as well as updating the times for you.
-
Place the the project's folder into Orca Note's
pluginsdirectory (Orca Note's directory is located under your user's documents directory, e.g./Users/username/Documents/orca,C:\Users\username\Documents\orca). -
Run
pnpm buildon the project's root directory to build the plugin. -
Start/restart Orca Note, you'll find the plugin under the app's settings, enable the plugin and you're good to go.
-
Hit 'Alt+Enter' on any block you want to make it a task, the plugin will apply a task tag for you automatically and when you hit 'Alt+Enter' again, it will toggle the task status as well as updating the times for you.