Advertisement
dhniceday

Untitled

May 23rd, 2024
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ```dataview
  2. TABLE WITHOUT ID
  3. "![cover|100](" + cover + ")" AS Cover,
  4. "[[" + file.name + "]]" AS Movie,
  5. note AS Note,
  6. "[🎬](" + sourceURL + ")" AS Link
  7.  
  8. FROM
  9. "50 - Raindrop"
  10. WHERE
  11. (cover OR note)
  12. AND contains(tags, "toWatch")
  13. AND done = false
  14. SORT
  15. Movie
  16. LIMIT
  17. 50
  18. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement