Child Link
Summary
A child link is a link to a child note created at the end of the note when you view your notes using note preview, or in a published site.
Details
Getting started
Dendron will automatically generate a section called Children
at the end of the note by default.
Disabling child link creation in note preview
This only works on a per-note basis. In the future we plan to add the ability to disable this globally.
This behavior can be disabled in note preview by adding the following frontmatter of each note you want this to be disabled:
config:
global:
enableChildLinks: false
Disabling child link creation in published notes.
This behavior can be disabled in published notes by adding the following frontmatter of each note you want this to be disabled:
nav_exclude_children: true
See nav_exclude_children for more information.
Backlinks