added support for tags, both in metadata and inline in the text

This commit is contained in:
2024-08-12 00:53:42 -06:00
parent 8c4ab0c4d5
commit 91919dd324
5 changed files with 83 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.