78cdcd5 ←0263977antonApr 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 WHERE date SORT date DESC
8TABLE length(filter(tags, (t) => startswith(t, "country/"))) AS "Countries", date, purpose WHERE date SORT date DESC GROUP BY dateformat(date, "yyyy")
9```