Markdown block editor for TentaPress with precompiled assets and per-plugin build.
From the plugin folder:
bun install
bun run buildOr run the helper script:
plugins/tentapress/block-markdown-editor/bin/build.shIf you are not using Bun:
npm install
npm run buildCompiled assets are written to:
plugins/tentapress/block-markdown-editor/build/
On plugin enable/cache rebuild, assets are copied into:
public/plugins/tentapress/block-markdown-editor/build/