packages/README.md
This directory contains plugin packages and the plugin API for Super Productivity.
plugin-api/ - TypeScript definitions for the plugin APIplugin-dev/ - Plugin development examples and tools
api-test-plugin/ - Basic API test pluginprocrastination-buster/ - Example SolidJS-based pluginyesterday-tasks-plugin/ - Simple plugin showing yesterday's tasksboilerplate-solid-js/ - Template for creating new SolidJS plugins (not built)sync-md/ - Markdown sync plugin (not built)All packages are built automatically when running the main build process:
npm run build:packages
This command:
src/assets/ for inclusion in the appTo work on a specific plugin:
cd plugin-dev/[plugin-name]
npm install
npm run dev
plugin-dev//packages/build-packages.jsnpm run build:packages to test the buildboilerplate-solid-js and sync-md plugins are development templates and are not included in production buildssrc/assets/ during the build process