Tag Explorer

This page provides an overview of all tags used in my Personal Knowledge Management system. Tags are organized hierarchically where applicable (e.g., Android/Development) and help connect related content across different folders.

Tag Categories

  • Topic-based tags: Relate to specific subjects (Android, Badminton, LLM)
  • Activity-based tags: Relate to actions or processes (Development, Training, Learning)
  • Format-based tags: Indicate the type of content (Tutorial, Resource, MOC)
  • Status-based tags: Indicate the state of projects or ideas (Planning, InProgress)

All Tags

table file.tags as Tags
from ""
flatten file.tags as Tag
group by Tag
 

Hierarchical Tags

table file.tags as Tags
from ""
flatten file.tags as Tag
where contains(Tag, "/")
group by Tag