Tracking adoption of this package in the Plannotator monorepo (backnotprop/plannotator), replacing the local copy that shipped with backnotprop/plannotator#890. Umbrella feature: backnotprop/plannotator#887.
Preconditions
Integration PR (monorepo)
After
Tracking adoption of this package in the Plannotator monorepo (backnotprop/plannotator), replacing the local copy that shipped with backnotprop/plannotator#890. Umbrella feature: backnotprop/plannotator#887.
Preconditions
@plannotator/markdown-editor@0.1.0published to npm (pnpm publish— prepublishOnly runs all gates)Integration PR (monorepo)
bunfig.toml: add"@plannotator/markdown-editor"tominimumReleaseAgeExcludes(repo policy blocks packages <7 days old; same exception as@pierre/diffs)bun add @plannotator/markdown-editorinpackages/uipackages/ui/components/MarkdownEditor.tsxto a theme-bridging shim: callsuseTheme()(the provider is rendered inside App's JSX, so App's body can't), passesmodeto the package component, mapsgridEnabled→cardClassName. App.tsx import line stays unchanged.markdown-editor.csswith@plannotator/markdown-editor/themes/plannotator.cssAfter