literature notes
[[concept]]
Literature notes are part of the Zettelkasten system. These are closer to "traditional notes" taken while consuming an external source.
After an initial read, individual ideas within literature notes can become fleeting notes to be incorporated into a personal knowledge management/note-taking system.
I approximate/expand on these with stones
References
Mentions
| File |
|---|
| types of notes I use |
| Zettelkasten |
| garden notes |
| stones |
| what is a literature note |
| my note-taking 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>
}