Skip to content

Symbiosis-Lab/moss-api

@symbiosis-lab/moss-api

TypeScript API for writing moss plugins.

npm downloads license bundle size

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.

Quickstart

npm install @symbiosis-lab/moss-api
import { getTauriCore, fetchUrl } from "@symbiosis-lab/moss-api";

const html = await fetchUrl("https://example.com");
console.log(html);

Stability

This package is 0.x. The API may change between minor versions until 1.0. Breaking changes are documented in CHANGELOG.md.

License

MIT — see LICENSE.

About

TypeScript API for writing moss plugins.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors