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.
Start here
Section titled “Start here”- Read What is a Lapis plugin?.
- Review the runtime overview.
- Create a manifest.
- Build a first plugin.
- Use the development workflow in a test vault.
Plugins should use documented app services rather than reaching into workspace internals.
Core API topics
Section titled “Core API topics”TypeScript API reference
Section titled “TypeScript API reference”Use the generated TypeScript API reference when you need the current exported signatures, parameter descriptions, and source links for the supported plugin-author surface.
Language & editor extensions
Section titled “Language & editor extensions”If you extend syntax, file types, linting, or editor behavior, start here: