Skip to content
@mdzip-project

MDZip

a portable, cross-platform format for packaging Markdown documents, images, and metadata into a single .mdz file.

MDZip (.mdz)

MDZip is a portable, cross-platform format for bundling Markdown documents, images, and metadata into a single .mdz archive.

An .mdz file is a ZIP archive with a defined structure, so tools can reliably locate the entry Markdown file and its related assets.

It is designed for documentation and publishing workflows that need content portability, predictable rendering, and easy distribution across tools and platforms.

Each package can include:

  • Markdown documents
  • Images and other referenced assets
  • Structured metadata used for indexing, validation, and tooling

MDZip is supported by a growing ecosystem of tools, including core libraries (C#/.NET and TypeScript), a CLI, an embeddable editor, a VS Code extension, and the cross-platform MDZip Studio app, all built on a public specification.

For full documentation, format details, and deeper guides, visit mdzip.org.

%%{init: {"flowchart": {"htmlLabels": false}}}%%
flowchart BT
    cli["mdzip-cli"]
    studio["mdzip-studio"]
    vscode["mdzip-vscode"]
    editor["mdzip-editor"]
    core["mdzip-core"]
    corejs["mdzip-core-js"]
    spec["mdzip-spec"]

    cli --> core
    studio --> editor
    vscode --> editor
    editor --> corejs

    core --> spec
    corejs --> spec
Loading

Release status

Latest release and package status for MDZip repositories.

Specification

GitHub Repo Description Release Package
mdzip-spec .mdz format specification. All other repos ultimately refer to this. Latest release for mdzip-spec

Core libraries

GitHub Repo Description Release Package
mdzip-core Platform (OS/runtime) .mdz core library (C#/.NET). Latest release for mdzip-core NuGet package version for mdzip-core
mdzip-core-js JavaScript .mdz core library (@mdzip/core-js, TypeScript, browser + Node.js). Latest release for mdzip-core-js NPM package version for @mdzip/core-js

App libraries

GitHub Repo Description Release Package
mdzip-editor @mdzip/editor, framework-independent MDZip workspace engine and browser view. Latest release for mdzip-editor NPM package version for @mdzip/editor
mdzip-editor @mdzip/editor-react, React wrapper for the MDZip workspace editor. Latest release for mdzip-editor NPM package version for @mdzip/editor-react
mdzip-editor @mdzip/editor-vue, Vue wrapper for the MDZip workspace editor. Latest release for mdzip-editor NPM package version for @mdzip/editor-vue
mdzip-editor @mdzip/editor-ng, Angular UI components for the MDZip workspace engine. Latest release for mdzip-editor NPM package version for @mdzip/editor-ng

Applications & Extensions/Plugins

GitHub Repo Description Release Package
mdzip-cli Platform (OS/runtime) CLI for create/extract (C#/.NET). Latest release for mdzip-cli
mdzip-vscode VS Code custom editor and bundled MCP server for reading and writing .mdz files, including packaged images. Latest release for mdzip-vscode MDZip on the VS Code Marketplace
mdzip-studio Cross-platform desktop/web application for MDZip authoring and management. The Windows install adds a File Explorer shell extension with .mdz preview and registration. Latest release for mdzip-studio Download for Windows

Popular repositories Loading

  1. mdzip-spec mdzip-spec Public

    Specification for the MDZip (.mdz) file format

    3

  2. mdzip-cli mdzip-cli Public

    CLI to create and extract .mdz files

    C# 1

  3. mdzip-core mdzip-core Public

    Core library assembly for the .mdz format. Includes methods to create, extract, validate, inspect and list

    C# 1

  4. mdzip-core-js mdzip-core-js Public

    Core TypeScript/JavaScript library for MDZip (.mdz) archives.

    TypeScript 1

  5. .github .github Public

    A portable, cross-platform format for bundling Markdown documents, images, and metadata into a single archive.

    JavaScript 1

  6. mdzip-vscode mdzip-vscode Public

    Visual studio code plugin to read and write MDZip (.mdz) files

    TypeScript 1

Repositories

Showing 10 of 10 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…