make header format yaml

This commit is contained in:
2026-04-20 11:24:45 +02:00
parent 0bd5b53092
commit fb96f1bd78
179 changed files with 810 additions and 403 deletions

View File

@@ -1,6 +1,8 @@
---
title: "ffmpeg"
tags: [ "sound", "vision" ]
title: ffmpeg
tags:
- sound
- vision
---
# Basics

View File

@@ -1,6 +1,7 @@
---
title: "Easy Network Graph"
tags: [ "flowchart" ]
title: Easy Network Graph
tags:
- flowchart
---
Set up a file like this, called `troubleshooting.txt`.

View File

@@ -1,6 +1,7 @@
---
title: "imagemagick"
tags: [ "vision" ]
title: imagemagick
tags:
- vision
---
Convert jpg to png.

View File

@@ -1,6 +1,9 @@
---
title: "Markdown to PDF"
tags: [ "markdown", ".pdf", "vision" ]
title: Markdown to PDF
tags:
- markdown
- .pdf
- vision
---
Turn a markdown file into a pdf:
@@ -21,7 +24,7 @@ To give the document a title, put that title in the metadata:
```sh
sed -i "1 i---" "$FILE".md
sed -i "1 ititle: $TITLE" "$FILE".md
sed -i 1 ititle: $TITLE $FILE.md
sed -i "1 i---" "$FILE".md
lowdown -L "$FILE".md
lowdown -X title "$FILE".md

View File

@@ -1,6 +1,7 @@
---
title: "Make a gif"
tags: [ "vision" ]
title: Make a gif
tags:
- vision
---
Split your video into frames.

View File

@@ -1,6 +1,8 @@
---
title: "Record a Terminal Session"
tags: [ "vision", "share" ]
title: Record a Terminal Session
tags:
- vision
- share
---
Record a terminal command, then press 'Control + d' to exit.