dragonglass/doc/metadata-values.txt

29 lines
868 B
Plaintext
Raw Normal View History

METADATA VALUES USED BY DRAGONGLASS
aliases
(Obsidian standard metadata)
List of alternative names that can be used to link to a particular page.
description
(Obsidian Publish standard metadata)
The description for this page.
publish
(Obsidian Publish standard metadata)
If this boolean value is False, the page will not be published.
tags
(Obsidian standard metadata)
List of tags for this page. Tags may be defined here or inline in the text.
parent
(Breadcrumbs extension)
Reference to the parent page of this one. May be an Obsidian link, i.e. "[[pagename|text]]".
If this page is considered a "root" of a breadcrumb hierarchy, use the value ".".
template
The file name of the template to be used to render this page, overriding the default.
title
Title to use for the page, overriding the Markdown file name.