The garden helps us move away from time-bound streams and into contextual knowledge spaces

[[quote-data]]
Quote

The garden helps us move away from time-bound streams and into contextual knowledge spaces

Mentions

Mentions

File

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