Work Tracker

Notes

Learning — Anthropic

TABLE file.mtime AS "Updated"
FROM "Notes/Anthropics"
SORT file.mtime DESC

Learning — Google

TABLE file.mtime AS "Updated"
FROM "Notes/Google"
WHERE file.name != "Fundamentals of Digital Marketing - Google"
SORT file.name ASC

Ideas

TABLE file.mtime AS "Updated"
FROM "Notes/Ideas"
SORT file.mtime DESC

By Concept

TABLE rows.file.link AS "Notes"
FROM "Notes"
FLATTEN tags
WHERE startswith(string(tags), "concept/")
GROUP BY tags

← Home