Publish
Summary
Dendron lets you publish all your notes as static HTML which you can host anywhere.
This site that you are looking at is published using Dendron.
Checkout our GitHub Pages with GitHub Actions for publishing to GitHub Pages to get started.
Features
Lookup and Search
Next Generation Publishing includes a combined lookup and search bar:
- This can work the same way that the "Lookup Note" command does in your editor. The bar will display the name of the current note, and you can use the bar to look up other notes.
- You can search through the titles and contents of your notes, if not using it like "Lookup Note", by using
?
as a prefix. Example:? Onboarding
Table of Contents
Next Generation Publishing includes a table of contents (TOC) in the left-hand nav, as a tree of the site. On the right-hand side, a TOC is generated for the current page.
Permanent Ids
Every page is published using its unique ID which means that urls will never change, even if the filenames do.

If you have a free GitHub account, then you can host your Dendron notes for free using GitHub Pages

Powerful open source publishing platform (via Next.js)
Dendron publishes your notes using a custom build Next.js template that is optimized for rendering Dendron notes.
Getting Started
See Quickstart
Child Pages
- Basics
- Concepts
- Configuration: Customizing publishing
- CLI: The Command Line Interface for publishing
- Upgrade: Upgrading
- How tos
- Cookbook: Various workflows for publishing
- Migrate from 11ty: Migrating from 11ty (legacy publishing)
- Resources
- Faq: Frequently asked questions
- Troubleshooting: Diagnose common issues
Backlinks