Skip to content

Lapis Notes Developer Docs

These docs describe the public plugin surface for authors and integrators. Internal boot details stay in the project architecture spec and are not published here.

  1. Read What is a Lapis plugin?.
  2. Review the runtime overview.
  3. Create a manifest.
  4. Build a first plugin.
  5. Use the development workflow in a test vault.

Plugins should use documented app services rather than reaching into workspace internals.

Use the generated TypeScript API reference when you need the current exported signatures, parameter descriptions, and source links for the supported plugin-author surface.

If you extend syntax, file types, linting, or editor behavior, start here: