seeds

[[concept]]

Seeds are a classification of permanent note that fall at the edge of my note maturity system.

These are notes that I do not intend to alter, but may further process into concept notes.

Since thought notes are not intended for long-term refinement , thought notes are one example of notes that are seeds. Others are Blog posts that I make to my digital garden.

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