concept notes

[[concept]]

Main building-block for my note-taking system. These share similarities to permanent notes in the Zettelkasten system.

Mentions

File
types of notes I use
garden notes
seeds
Lecture Notes
my note-taking system
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>
}