@lapis-notes/workspace
v0.1.0
Published
Lapis Notes workspace shell backed by design-core
Downloads
232
Readme
@lapis-notes/workspace
Workspace shell adapter for Lapis Notes package consumers.
This package exposes the public Svelte workspace shell that connects a host-owned
App to Design Core layout presentation. It stays shell-only: hosts own vault
selection, plugin boot, persistence, routing, profile management, and production
backend setup.
Public surface
WorkspaceShell, the Svelte component used by hosts and demos.WorkspaceShellProps, the public prop contract for typed Svelte consumers.
Usage
import { WorkspaceShell } from "@lapis-notes/workspace";Install @lapis-notes/api, @lapismd/design-core, and Svelte from npm with
compatible versions. @lapis-notes/[email protected] expects
@lapis-notes/api@^0.1.0.
Common Scripts
pnpm --filter @lapis-notes/workspace build
pnpm --filter @lapis-notes/workspace check
pnpm --filter @lapis-notes/workspace test