Blogging

DEPRECATION NOTICE: This is documentation related to legacy publishing. For the latest guidance, reference the current publishing documentation.

You can use Dendron for blogging. To do so, add collection specific options to your frontmatter.

Using Collections

has_collection: true
sort_by: date
sort_order: reverse

The original hierarchy :

blog.thoughts.md
blog.thoughts.2021-02-03-foo.md
blog.thoughts.2021-02-03-bar.md
...

Using Journal Notes

You can also designate a journal hierarchy as a collection.

has_collection: true
sort_by: date
sort_order: reverse
skipLevels: 2

The original hierarchy :

dendron.md
dendron.journal.md
dendron.journal.2021.02.01.md
dendron.journal.2021.02.02.md
dendron.journal.2021.02.03.md
...

Backlinks