distillations describe concepts or a collection of concepts

[[distillation-data]]

Mentions

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