plugin-template — the starter
The fork-and-go plugin starter — the SDK tutorial as a runnable repo that consumes only the published @paged-media packages.
In short plugin-template is the shortest path to a working plugin — a
runnable starter that consumes only the published @paged-media packages (no
workspace links). It's the living proof that the Plugin SDK
works from a clean checkout.
What it gives you
- A minimal manifest +
activate()skeleton that loads in the editor. - A dependency setup floating on the published canary packages, with a standing CI lane that proves the clean-checkout build.
Follow Build a plugin to go from this template to a shipped bundle.
Recent activity
paged.data — database publishing
The database-publishing plugin — a binding DSL, a sync engine, record-flow pagination, and batch automation over DuckDB-WASM, publishing datasets other plugins can consume.
Scripting with paged.*
The Boa-based scripting layer — a sandboxed ECMAScript surface for reading and authoring a paged document through the paged.* host API. The full surface is generated from the engine catalog.