[[distillation-data]]
I like to call my my note-taking system a digital garden because digital gardening is a squishy concept.
Under my definition of a digital garden, my system is one. I usually prefer to describe using characteristics rather than labels, but I use garden terminology because I like it; sometimes using a whimsical name adds a bit of whimsy.
Using "Zettelkasten" to describe my system would be equally valid since all definitions of Zettelkasten are speculative; I just prefer the fun of saying garden.
[!themes] Topics
Evaluation Error: SyntaxError: Unexpected token '>'at DataviewInlineApi.eval (plugin:dataview:19027:21)
at evalInContext (plugin:dataview:19028:7)
at asyncEvalInContext (plugin:dataview:19038:32)
at DataviewJSRenderer.render (plugin:dataview:19064:19)
at DataviewJSRenderer.onload (plugin:dataview:18606:14)
at DataviewJSRenderer.load (app://obsidian.md/app.js:1:1182416)
at DataviewApi.executeJs (plugin:dataview:19607:18)
at DataviewCompiler.eval (plugin:digitalgarden:10763:23)
at Generator.next (<anonymous>)
at fulfilled (plugin:digitalgarden:77:24)
| File |
|---|
| private garden |
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>
}