Files
personal-wiki/wiki/meta/dashboard.md

908 B

type, title, updated, tags, status, related
type title updated tags status related
meta Dashboard 2026-04-07
meta
dashboard
evergreen
index
overview
log

Wiki Dashboard

Navigation: index | overview | log | hot

Requires the Dataview plugin: Settings > Community Plugins > Browse > "Dataview".


Recent Activity

TABLE type, status, updated FROM "wiki" SORT updated DESC LIMIT 15

Seed Pages (Need Development)

LIST FROM "wiki" WHERE status = "seed" SORT updated ASC

Entities Missing Sources

LIST FROM "wiki/entities" WHERE !sources OR length(sources) = 0

Open Questions

LIST FROM "wiki/questions" WHERE answer_quality = "draft" SORT created DESC

Sources by Confidence

TABLE author, date_published, confidence FROM "wiki/sources" SORT confidence ASC