vault backup: 2026-02-11 16:45:56
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- IT/Tools
|
||||||
|
---
|
||||||
|
## Installation
|
||||||
|
```shell
|
||||||
|
sudo apt install ffmpeg
|
||||||
|
sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
|
||||||
|
sudo chmod a+rx /usr/local/bin/yt-dlp
|
||||||
|
```
|
||||||
@@ -8,13 +8,12 @@ journal-end-date: 2026-02-15
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Routinen der Woche
|
## Routinen der Woche
|
||||||
|
|
||||||
```dataview
|
```dataview
|
||||||
TABLE WITHOUT ID
|
TABLE WITHOUT ID
|
||||||
file.link as Datum,
|
file.link as Datum,
|
||||||
choice(meditation = true, "✅", "❌") as Meditation,
|
choice(meditation = true, "✅", "❌") as Meditation,
|
||||||
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
|
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
|
||||||
choice(plank >= 120, "✅", "❌") as Plank
|
choice(plank >= 60, "✅", "❌") as Plank
|
||||||
FROM "Journal/Privat"
|
FROM "Journal/Privat"
|
||||||
WHERE file.day >= date(2026-02-09) AND file.day <= date(2026-02-15)
|
WHERE file.day >= date(2026-02-09) AND file.day <= date(2026-02-15)
|
||||||
SORT file.day ASC
|
SORT file.day ASC
|
||||||
|
|||||||
Reference in New Issue
Block a user