Preview
Summary
This is the configuration namespace that holds all Dendron Preview related settings.
Below is an overview of what the preview namespace looks like.
preview:
  automaticallyShowPreview:
  enableFMTitle:
  enableNoteTitleForLink:
  enableFrontmatterTags:
  enableHashesForFMTags:
  enablePrettyRefs:
  enableKatex:
automaticallyShowPreview
If enabled, preview panel will be shown upon startup and when switching between notes (if not already shown)
- type: boolean
 - default: false
 
enableFMTitle
Render frontmatter title property as title of the note.
- default: true
 
enableNoteTitleForLink
From enableNoteTitleForLink
Go to text β
- type: 
boolean - default: 
true - required: 
false 
Description
This also applies to note references.
If set to false, the entire hierarchy string will be used for rendering the links.
Example
  preview:
    enableNoteTitleForLink: true
enableFrontmatterTags
Render frontmatter tags in note preview if they exist.
- default: true
 
enableHashesForFMTags
Render frontmatter tags with hashtags (#) prepended, if they exist.
- default: false
 
enablePrettyRefs
Render note references as pretty refs
- default: true
 
enableKatex
Render Katex.
- default: true
 
Children
Backlinks