Name | Github Plugin Builder |
Setting | Default GitHub repo |
Description | For professional developers aspiring to create Amplenote’s greatest new plugin, it is common to want to sync GitHub code with a plugin body. This plugin allows you to define an "entry file" in a public GitHub repo, and then have the main block from that entry file imported into a plugin note. |
Instructions | To use GitHub plugin builder, you need to add the path to your public GitHub repo to a plugin note. The repo URL needs to be preceded by "repo:" or "entry:" |
Repo: https://github.com/alloy-org/plugin-builder
October 4th, 2023:
Fix: properly inline generator functions
Fix: properly inline functions that end in semicolon (eg. };
)
September 25th, 2023:
Add support for generator functions & improve function name replacing in source code
July 13, 2023. Allow recursive import processing, fix initially busted functionality of entry:
. Fix raw files being cached for 5 mins, leading to unreliable output.
July 12, 2023. Initial launch.