How to add front matter tags

Many popular documentation tools - like Obsidian and Docusaurus - allow you to specify tags in front matter. Arrange them in a YAML array:

---
title: "Edit all lines at once"
slug: /how-to-edit-all-lines-visual-studio-code
tags:
  - visual-studio-code
  - microsoft
  - development
---
Best practice

Use the same tags as Stack Overflow.

How to add front matter tags
Interactive graph