Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```dataview
- TABLE WITHOUT ID
- "![cover|100](" + cover + ")" AS Cover,
- "[[" + file.name + "]]" AS Movie,
- note AS Note,
- "[🎬](" + sourceURL + ")" AS Link
- FROM
- "50 - Raindrop"
- WHERE
- (cover OR note)
- AND contains(tags, "toWatch")
- AND done = false
- SORT
- Movie
- LIMIT
- 50
- ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement