PKM System Handbook Template This document is a detailed description of a full-blown Personal Knowledge Management System (PKMS). This serves both as a reference and as a tool that can be used when c…
Obsidian Weekly, primarily on a weekly cycle, focuses on Obsidian community Newsletter for Obsidian plugin updates, new plugins, workflow guides, themes, utilities, and code.
Second Brain: Crafted, Curated, Connected, Compounded
A crafted digital vault of curated knowledge where insights and ideas connect and compound, modeled after a Zettelkasten to inspire learning and discovery.
Unlock Obsdian AI Tools inside Obsidian using Premium Models from ChatGPT Plus, Gemini Pro, Claude, Perplexity Pro, Midjourney, X/Ai, Deepseek R1. This subscription will allow you to use Obsidian AI Tools inside your Obsdian Vault and create a better overall user experience.
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
TL;DR What you need to do:- export all documents- fix daily note links using regular expressions- create tags from tag documents (optional)- fix illegal characters in filenames, -paths and links In…