[[media-literature-data]]quick notes from the source, possibly w tag to ref in original material
not every capture needs to become its own note
remember, can come back to lit note or original to make more
see also Zettelkasten, literature notes
Quotes
TABLE WITHOUT ID quote, location, source
FROM #thoughts
WHERE contains(source, this.file.link)
FLATTEN link(file.link, "source") as sourceMentions
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, "") + choice(contains(creator, this.file.link), 1, "") as direct_source
WHERE !direct_source