This repo contains some example on how to develop a Playbook Plugin.
For more information about Playbook and Plugins, go here
Example | Description | Deployment | In Production |
---|---|---|---|
gif-creator | A plugin that takes many assets and stitches them together in a GIF | AWS | Yes |
remove-bg | A plugin that takes an asset and removes its background by calling an external API | GCP | Yes |
rotate-right | A plugin that takes an asset and rotates it 90 degrees to the right | GCP | No |
create-note | A plugin that takes an asset and extracts the text to a note asset | GCP | No |
open-in-tab | A plugin that opens a file in a new tab. | GCP | No |
split2x2 | A plugin that splits a 2x2 gallery-style image into 4 separate images. | GCP | No |