Found 9 bookmarks
Newest
Querying Tasks from Yesterday's Daily Note in Obsidian
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
·bentasker.co.uk·
Querying Tasks from Yesterday's Daily Note in Obsidian
Meta Bind Docs
Meta Bind Docs
Getting started with Meta Bind.
·moritzjung.dev·
Meta Bind Docs
Dataview Notes - Breadcrumbs - Obsidian Publish
Dataview Notes - Breadcrumbs - Obsidian Publish
Home - Breadcrumbs - Powered by Obsidian Publish.
app.plugins.plugins.dataview.api.pages( "<query>", app.workspace.getActiveFile()?.path ?? "" );
·publish.obsidian.md·
Dataview Notes - Breadcrumbs - Obsidian Publish
Journaling Using Daily Questions in Obsidian – The Sweet Setup
Journaling Using Daily Questions in Obsidian – The Sweet Setup
I'm a big fan of the mindfulness I gain from journaling, but have been searching for years for the perfect set of prompts that could completely eliminate the friction from my daily journaling workflow. I've tried many different prompts (and many different apps) over the years, but have settled on a practice called Daily Questions which has just clicked for me. In this post, I'm going to share how I implement my Daily Questions inside of Obsidian.
·thesweetsetup.com·
Journaling Using Daily Questions in Obsidian – The Sweet Setup