concept notes
[[concept]]
Main building-block for my note-taking system. These share similarities to permanent notes in the Zettelkasten system.
Mentions
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>
}