| Crates.io | mdbook-org |
| lib.rs | mdbook-org |
| version | 0.1.1 |
| created_at | 2025-06-07 13:25:53.842583+00 |
| updated_at | 2025-06-08 09:05:36.595629+00 |
| description | A preprocessor plugin for mdBook that enables org-mode file support. |
| homepage | https://github.com/zweifisch/mdbook-org |
| repository | https://github.com/zweifisch/mdbook-org |
| max_upload_size | |
| id | 1704018 |
| size | 70,004 |
A preprocessor plugin for mdBook that enables support for Org-mode files as chapters.
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).