thought notes are not intended for long-term refinement

[[distillation-data]]

In my thought organization system, thought notes serve as an intermediary between the creation of garden notes and more “journal-y” notes.

I do not intend to refine, edit, and prune these notes into something more cohesive and readable. Instead, I use them as references and starting points for more developed concepts as I create my more permanent garden-style notes.

In my note maturity system, thought notes can be seen as a type of seed.

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>
}