distillations

[[concept]]

Distillations are a type of permanent note that I use in my thought organization system.

Most generally, distillations describe concepts or a collection of concepts. They typically summarize (or define) a belief or conclusion based on the current understanding of a topic.

Collection of some public Distillations

Mentions

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
const { dateTime } = await cJS()
 
return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}