I use dataview to help me process and organize all of the media that I go through (books, articles, videos, movies, papers, etc). I also use the Readwise tool and plugin to funnel most of what I consume into my vault. Anything I come across that might be interesting gets saved into Pocket and I either highlight in Pocket which sends to Readwise, or highlight with Hypothesis which goes into Readwise.
Here is a shot of my media review page:
Here’s the markdown:
In Progress
table Category, Workflow, file.mtime
from #inprogress or #highlighted or #summarized
where file.name != "Media" and !contains(file.name, "emplate")
sort file.mtime asc
Ready
table Category, Workflow, Purpose, Source, knowledge-topic as "Knowledge Topic", file.mtime
from #ready or #downloaded and !#setaside
where file.name != "Media" and !contains(file.name, "emplate")
sort file.mtime asc
Need to Get
table Category, Author, Priority, Purpose, elink(URL, "Link") as URL, file.ctime
from #needtoget
where file.name != "Media" and !contains(file.name, "emplate")
sort file.ctime asc
Finished
table Category, Workflow, Purpose, Rating, knowledge-topic as "Knowledge Topic", Summary
from #finished
where file.name != "Media" and !contains(file.name, "emplate")
sort file.ctime asc
Set Aside
table Category, Workflow, Purpose, file.ctime
from #setaside
where file.name != "Media" and !contains(file.name, "emplate")
sort file.ctime asc
Here is an example of what an individual page looks like and how I process through some content:
The pages vary slightly depending on the type of content. Videos have an iframe of the video the reference and books have the cover graphic, for example.