Notes
Learning — Anthropic
TABLE file.mtime AS "Updated"
FROM "Notes/Anthropics"
SORT file.mtime DESCLearning — Google
TABLE file.mtime AS "Updated"
FROM "Notes/Google"
WHERE file.name != "Fundamentals of Digital Marketing - Google"
SORT file.name ASCIdeas
TABLE file.mtime AS "Updated"
FROM "Notes/Ideas"
SORT file.mtime DESCBy Concept
TABLE rows.file.link AS "Notes"
FROM "Notes"
FLATTEN tags
WHERE startswith(string(tags), "concept/")
GROUP BY tags