Skip to content

Plugins

BetterSEQTA+ extends SEQTA Learn with a plugin system: self-contained modules that can add UI, react to pages, and store settings. Loaders under src/plugins in the main repository register built-in and user-facing plugins.

Guides on this site

Guide Description
Plugin development Full beginner-oriented guide: first plugin, structure, APIs in prose
Plugin API reference Technical API reference for plugin authors
Example plugin Copy-paste template and walkthrough

Start with Plugin development, use Plugin API when you need exact types and methods, and open Example plugin for a concrete pattern.

Also see

Upstream copies of these guides live under docs/plugins/ in the BetterSEQTA+ repository if you prefer reading on GitHub.