added support for tags, both in metadata and inline in the text
This commit is contained in:
@@ -2,8 +2,7 @@ METADATA VALUES USED BY DRAGONGLASS
|
||||
|
||||
aliases
|
||||
(Obsidian standard metadata)
|
||||
List of alternative names that can be used to link to a
|
||||
particular page.
|
||||
List of alternative names that can be used to link to a particular page.
|
||||
|
||||
description
|
||||
(Obsidian Publish standard metadata)
|
||||
@@ -13,6 +12,10 @@ 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.
|
||||
|
||||
template
|
||||
The file name of the template to be used to render this page, overriding the default.
|
||||
|
||||
|
||||
@@ -17,6 +17,9 @@ dragonglass_version
|
||||
python_version
|
||||
The version number of Python that's running dragonglass.
|
||||
|
||||
tags:
|
||||
A list of all tags the page being rendered has, in sorted order.
|
||||
|
||||
text
|
||||
The text of the page being rendered.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user