Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 264 Bytes

File metadata and controls

13 lines (10 loc) · 264 Bytes
id plugin-guide
title Plugin writing guide

TBA - placeholder guide for writing your own plugins.

Short version:

  • copy one of the existing plugins
  • give it a new name
  • register it in src/plugins/pluginRegistry.ts
  • edit it to make it do stuff :-)