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

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
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>
}