mdbook-org

Crates.iomdbook-org
lib.rsmdbook-org
version0.1.1
created_at2025-06-07 13:25:53.842583+00
updated_at2025-06-08 09:05:36.595629+00
descriptionA preprocessor plugin for mdBook that enables org-mode file support.
homepagehttps://github.com/zweifisch/mdbook-org
repositoryhttps://github.com/zweifisch/mdbook-org
max_upload_size
id1704018
size70,004
Feng Zhou (zweifisch)

documentation

README

mdbook-org

A preprocessor plugin for mdBook that enables support for Org-mode files as chapters.

Requirements

  • Pandoc must be installed and available in your PATH
  • Rust toolchain (for building and installing mdbook-org)

Installation

brew install pandoc           # or use your OS package manager
cargo install mdbook mdbook-org
mdbook init mybook && cd mybook

Add [preprocessor.org] to your book.toml.

mdbook serve

Add links to org files in SUMMARY.md like [Chapter 1](chapter1.org).

Commit count: 3

cargo fmt