mjsumpter12k downloadsDynamically generate and update tag-specific pages, offering a consolidated view of each tag's references across your vault.
The Obsidian Tag Page Plugin enables users to create and manage dedicated Markdown pages for individual tags. Tag content is rendered inline through a markdown code block so you can mix generated results with your own notes.
tag-page code block.To install the Obsidian Tag Page Plugin:
Add a tag-page code block anywhere in a note to render content for one or more tags:
```tag-page
tags: #this #that
```
Your own content above or below the block stays untouched.
#some-tag will create a new tag page with the code block pre-populated for #some-tag in the default tag page directory.#some-tag/* will create a new tag page scoped to nested tags under #some-tag in the default tag page directory.tag-page block so you can keep additional notes around it._.mytag_nested.mdTag Content for {{tag}}.There are three (case sensitive) placeholders available:{{tag}}: Will by replaced by the actual tag with a link (e.g. #Birds).{{tagname}}: Will be replaced by the tag name without the # symbol and without a link (e.g. Birds if the tag is #Birds).{{lf}}: Will be replaced by a newline (line feed). With this placeholder, you can add spacing or static text between the title and the tags.*. When toggled on, it will use the full file name for the link.tag-page block.To contribute to this project, please see the Contributing guidelines.
For any issues, please refer to the GitHub Issues page or contact the maintainers.
This project is licensed under MIT License.