Public Notes
Each note is private by default. I set the public: true
flag in frontmatter to designate publishable content.
This is different from the Dendron publish config because it can be placed anywhere in the hierarchy, and will still propagate to child notes.
For example:
Note | Frontmatter Flag | Is Published? |
---|---|---|
garden | true | yes |
garden.quantified-self | – | yes |
garden.quantified-self.musicbrainz | – | yes |
garden.someprivatenote | false | no |
garden.someprivatenote.childnote | – | no |
I considered using cascading frontmatter, but Dendron exports any unknown frontmatter into a custom:
heading.