Would be great to have the ability to add tags (and maybe more information) via markdown metadata? Similar to how [Jekyll](https://github.com/jekyll/jekyll) or [Notable](https://github.com/notable/notable) do tags. EG: ```md --- tags: feature, feature-request, idea --- Note text here... ```