How the notebook worksEvery page answers two questions: what kind of thinking it keeps, and how far along that thinking is.What it keepsNotesmy thoughts in fluxTopicthis oneA gathering point. It collects the notes underneath it, and sometimes nothing is written in the middle.MineMy ideas, at every stage of thought.InspiredNot fully, or mostly, original. It says whose idea it started as.StubNot enough to say in public yet. Here for the links in and out.How far alongSteepingThin and early. Written down so I can find out what I think of it.BrewingHas a shape, still moving. Most of the notebook lives here.PouredFinished, which is not the same as long. Five words can be poured.Mix kind and stage on the benchEdited
Professional Interests
Ten Most Recent
TABLE without ID
file.link AS "Professional Interests",
length(file.inlinks) AS "Backlinks",
dateformat(file.mtime, "yyyy-MMM-dd") AS "Last Modified"
FROM "Lists & Tools & Collections/📦 Topics/Professional Interests"
WHERE !contains(file.tags, "#Type/Folder")
SORT file.mtime DESC
LIMIT 10
Top Ten Backlinked
TABLE without ID
file.link AS "Professional Interests",
length(file.inlinks) AS "Backlinks",
dateformat(file.mtime, "yyyy-MMM-dd") AS "Last Modified"
FROM "Lists & Tools & Collections/📦 Topics/Professional Interests"
WHERE !contains(file.tags, "#Type/Folder")
SORT length(file.inlinks) DESC
LIMIT 10
Date Modified (Sort All)
TABLE without ID
file.link AS "Professional Interests",
length(file.inlinks) AS "Backlinks",
dateformat(file.mtime, "yyyy-MMM-dd") AS "Last Modified"
FROM "Lists & Tools & Collections/📦 Topics/Professional Interests"
WHERE !contains(file.tags, "#Type/Folder")
SORT file.mtime DESC
Backlinked (Sort All)
TABLE without ID
file.link AS "Professional Interests",
length(file.inlinks) AS "Backlinks",
dateformat(file.mtime, "yyyy-MMM-dd") AS "Last Modified"
FROM "Lists & Tools & Collections/📦 Topics/Professional Interests"
WHERE !contains(file.tags, "#Type/Folder")
SORT length(file.inlinks) DESC
ABC Order (Sort All)
TABLE without ID
file.link AS "Professional Interests",
length(file.inlinks) AS "Backlinks",
dateformat(file.mtime, "yyyy-MMM-dd") AS "Last Modified"
FROM "Lists & Tools & Collections/📦 Topics/Professional Interests"
WHERE !contains(file.tags, "#Type/Folder")
SORT DESC1 min readCreated Edited