0db0bf4 ←21f24bfantonApr 19, 2026 api

edit index.md via macOS

+ inserted code block TABLE length(rows) AS "Trips", length(unique(filter(flat(row...
M /anton/undefined +6 -0
1---
2title: Trips
3---
4
5```dataview
6TABLE length(rows) AS "Trips", length(unique(filter(flat(rows.tags), (t) => startswith(t, "country/")))) AS "Countries", length(unique(filter(flat(rows.tags), (t) => startswith(t, "city/")))) AS "Cities"
7WHERE tags
8GROUP BY "total" AS " "
9```
10
11## countries
12
13```dataview
14TABLE length(rows) AS "Trips"
33 unmodified lines