Reusable JavaScript, Angular, React, and Vue workspace packages for Markdown and MDZip files.
@mdzip/editoris the framework-independent workspace engine built on@mdzip/core-js.@mdzip/editor-ngis the Angular component wrapper for the workspace engine.@mdzip/editor-reactis the React component wrapper.@mdzip/editor-vueis the Vue 3 component wrapper.
The interactive demo (raw JS, Angular, React, and Vue tabs proving the
packages run outside VS Code) lives in
mdzip.org's editor-demo/app,
not in this repo — see private/Publish.mdz §2 for testing local editor
changes against it before publishing.
npm install
npm run build
npm testSee docs/developer-guide.md for standalone and hosted usage, granular toolbar configuration, and framework examples.
See docs/theming.md for custom themes and the complete CSS variable reference.