0263977 ←341165aantonApr 19, 2026 api

edit index.md via macOS

modified code block TABLE length(filter(tags, (t) => startswith(t, "country/")))...
M /anton/undefined +0 -0
3 unmodified lines
4
5## countries by year
6
7```dataview
8TABLE length(filter(tags, (t) => startswith(t, "country/"))) AS "Countries", date, purpose FROM "trips" WHERE date SORT date DESC
8TABLE length(filter(tags, (t) => startswith(t, "country/"))) AS "Countries", date, purpose WHERE date SORT date DESC
9```