Advertisement
dhniceday

_ideasAndBacklinks

Jan 14th, 2023
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---
  2.  
  3. >[!EXAMPLE] Ideas
  4. > ```dataview
  5. > TABLE WITHOUT ID
  6. >   link(file.name) as Date,
  7. >   idea as Idea
  8. > FROM "10 - Daily Notes"
  9. > WHERE contains(idea, this.file.name)
  10. > ```
  11.  
  12. >[!EXAMPLE] Backlinks
  13. > ```dataview
  14. > LIST
  15. > FROM [[{{title}}]]
  16. > WHERE !contains(tags, "waypoint")
  17. > AND !contains(file.name, "_")
  18. > AND !contains(file.name, "+")
  19. > AND !contains(file.name, "%")
  20. > AND !contains(file.path, "Daily Notes")
  21. > ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement