Sprouts
[[concept]]
Sprouts are fragments or burgeoning ideas. They are quick, rough writings, ill-defined concepts, or half-baked distillations.
These are notes that I intend to edit and refine.
Mentions
| File |
|---|
| note maturity 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>
}