Querying Tasks from Yesterday's Daily Note in Obsidian
I use Obsidian to take and manage notes, but recently my needs have changed a little, prompting me to dig a little further into the world of Obsidian Community plugins. This post talks about using the
TABLE WITHOUT ID file.link as "Topic", join(file.etags) as "Tags" FLATTEN list(filter(file.etags, (t) => econtains(this.file.etags, t))) as matchingtags WHERE length(matchingtags) > 0 AND file.name != this.file.name SORT length(matchingtags) desc, file.mtime desc LIMIT 5
Creating a Related Items Section