STELLAR PORTAL

Development

Creating addons and plugins

Analysis addons, distributable plugins, manifests, and plugin IDs.

Wiki index /addons-plugins

01

Section

Overview

Analysis addons, distributable plugins, manifests, and plugin IDs.

Stellar keeps research data local-first and asks the researcher to stay in control.

02

Section

Main guidance

Use this page as a practical checklist for the feature or workflow.

  • Local analysis addons start at src/plugins/registerAnalysisAddons.ts.
  • There are qualitative tabs and quantitative method additions.
  • Distributed plugins include stellar-plugin.json and index.js.
  • Use stable alphanumeric and hyphenated plugin IDs.

03

Section

Recommended workflow

Treat the steps below as a working rhythm. Start small, confirm the result, then expand the workflow only when it helps the research.

  • Local analysis addons start at src/plugins/registerAnalysisAddons.ts.
  • There are qualitative tabs and quantitative method additions.
  • Distributed plugins include stellar-plugin.json and index.js.
  • Use stable alphanumeric and hyphenated plugin IDs.

04

Section

Checks before relying on this page

Before treating the result as durable research material, check metadata, links, backups, and whether the page still matches the current implementation.

  • Confirm that the relevant data is saved locally and can be found again.
  • Check that links, citations, exports, or backups still point to the intended material.
  • When the workflow touches security or recovery, test the restore path before depending on it.

Related docs