By Lapis Notes Verified 0.1.1 Web Electron

Source Editor

Source editing for text, JSON, and YAML files

Download .lapis-plugin

Highlights

  • Edit text, JSON, and YAML files with syntax-aware source views.
  • Open supported files through normal workspace routing.
  • Keep edits synchronized through the Lapis vault lifecycle.

Source Editor

Source editing for text, JSON, and YAML files

Install for static composition

pnpm add @lapis-notes/source-editor

Register the exported plugin class in the application's PluginProfile. Import @lapis-notes/source-editor/styles.css?inline and pass the CSS through the static registration so the host owns its lifecycle.

The runtime plugin ID is lapis-source-editor. A matching signed lapis-source-editor-0.1.1.lapis-plugin archive is attached to the package-scoped GitHub release for manual or registry installation.

See the repository README for development, validation, and release-gate details.

View source README

Tags