You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,11 +123,18 @@ These scripts will:
123
123
Categories are broad topic groupings and tags are specific topic labels for filtering. **Please use existing categories and tags when possible** to keep the taxonomy consistent. New ones can be added when truly needed.
124
124
125
125
To see all categories and tags currently in use, run:
126
+
127
+
**Bash (Linux/macOS)**:
126
128
```bash
127
129
python3 scripts/find_tags_categories.py
128
130
```
129
131
130
-
This is also run automatically by the `create_post` scripts when scaffolding a new post.
132
+
**PowerShell (Windows)**:
133
+
```powershell
134
+
python scripts/find_tags_categories.py
135
+
```
136
+
137
+
This script requires `pyyaml`, which is included in `requirements.txt`. It is also run automatically by the `create_post` scripts when scaffolding a new post.
0 commit comments