Many popular documentation tools - like [[Obsidian|Obsidian]] and [[Docusaurus]] - allow you to specify tags in front matter. Arrange them in a YAML array:
```yaml
---
title: "Edit all lines at once"
slug: /how-to-edit-all-lines-visual-studio-code
tags:
- visual-studio-code
- microsoft
- development
---
```
> [!tip] Best practice
> Use the same tags as [Stack Overflow](https://stackoverflow.com/tags).