TypeScript API for writing moss plugins.
Read-only mirror. Source lives in the private moss monorepo. PRs cannot be merged here — see CONTRIBUTING.md.
moss is a desktop publishing app; this package is its plugin API surface. Use it to write plugins that publish posts, manage site assets, or extend the editor.
npm install @symbiosis-lab/moss-apiimport { getTauriCore, fetchUrl } from "@symbiosis-lab/moss-api";
const html = await fetchUrl("https://example.com");
console.log(html);This package is 0.x. The API may change between minor versions until 1.0. Breaking changes are documented in CHANGELOG.md.
MIT — see LICENSE.