feat: remove items with invalid quadrant or ring and optionally filter by tags

This commit is contained in:
Mathias Schopmans
2024-03-08 13:41:42 +01:00
committed by Mathias Schopmans
parent 9d18d97a94
commit cfaa40a225
4 changed files with 36 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
title: "Demo 3"
ring: hold
quadrant: tools
tags: [coding]
tags: [coding, frontend]
---
This is a demo entry. It is used to show how a radar item is written in Markdown format. The meta header is used to define the attributes of the item. The content of the file is used as the description of the item.

View File

@@ -2,7 +2,7 @@
title: "Demo 2"
ring: adopt
quadrant: platforms-and-operations
tags: [coding]
tags: [coding, backend]
---
This is a revision of the 2nd demo item. It moved from trail to adopt.