Used for building amplenote plugins! It also contains all of the plugins I've built for amplenote.
Bulk Actions:
- A plugin to do bulk actions tasks/notes etc
- Currently can remove all overdue tasks from schedule
yarn install
Run yarn test
to run the tests.
Run yarn build
Once your plugin is ready to test within Amplenote, you can build and test it within Amplenote by following these steps:
- Install the Github Developers Plugin.
- Commit the resulting file (default location:
build/compiled.js
) to your git repo (e.g.,git add build/compiled.js && git commit -m "Compiled plugin"
) - Push your changes to GitHub (
git push
) - Choose "Github Plugin Builder: Refresh" from the note options menu in your plugin note