@phosphorco/bb-plugin-sticky-notes
v0.1.1
Published
Leave shared, movable sticky notes on bb threads for asynchronous collaboration.
Readme
Sticky Notes
Sticky Notes adds durable, shared notes directly over a bb thread. Use the sticky-note button in the native thread composer to create one, then type, drag, or move it below the viewport to discard it.
Layout is stored relative to the nearest horizontal and vertical edge. That keeps notes attached to the intended side when a thread pane or window changes size. Each note receives one of twelve fixed pastel OKLCH hues; the note is a bounded user-content surface, while its focus and error chrome continue to use the active bb theme.
Concurrent edits to different parts of a note are merged, while simultaneous text edits to the same note use last-completed-write wins. A failed local text save remains in the editor and is retried by the next save or blur.
The overlay currently uses a bare Composer banner as its per-pane lifecycle anchor because the bb SDK does not yet expose a dedicated Thread workspace overlay surface.
Development
npm run typecheck
npm run test
npm run build
bb plugin install . --yes