once you are given a tool that operates effortlessly — but only in a certain way — every choice that deviates from the standard represents a major cost

[[quote-data]]
Quote

once you are given a tool that operates effortlessly — but only in a certain way — every choice that deviates from the standard represents a major cost

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