Skip to content
We're currently creating a lot of content. Sign up to get notified when it's ready.

Templates

Vanilla TypeScript

Get it at https://github.com/qatium/plugin-sample-typescript

This is a minimal plugin that adds a panel to the sidebar, with a simple message. It is a good starting point for your first plugin.

TypeScript + React

Get it at https://github.com/qatium/plugin-sample-react-ts

This sample extends from the vanilla TypeScript sample, adding React functionality. With this, you can build the content in the sidebar panel using React. Going through the tutorial first is recommended to get used to how the SDK works.

Python

Get it at https://github.com/qatium/plugin-sample-python

This is a minimal plugin that adds a panel to the sidebar, with a simple message. It is a good starting point for your first plugin.