Skip to content

WIP: support for tags

Brandon requested to merge feature/tags into main

This PR adds supports for tags

To tag a page put YAML metadata at the top of the .md file

---
title:
tags:
 - tag1
 - tag2
 - tag3
---

Note: this depends on https://github.com/jldiaz/mkdocs-plugin-tags which describes itself as "alpha" however it appears to be working.

impacts

  • Usage of "---" within the text can break the tag functionality when the metadata is not present
  • adds a new requirements.txt entry

related to issue #6 (closed)

Edited by Brandon

Merge request reports