I have finally unlocked the power of AI in @obsdmd.
I've created a custom tool that can
- use prompt templates
- chain prompts ๐คฏ
- use plugins like Dataview
- can easily be injected into any of my existing workflows, e.g. summarize book notes
Let me show you ๐
Prompt templates work like any Obsidian template.
Write a template note in your templates folder, and use it to structure the prompt.
Integrated with QuickAdd, so you can use powerful templating syntax.
This template summarizes the text I've selected / enter when prompting.
Here's an even more powerful example:
Creating an outline of a Map of Content (MOC).
Use Dataview to grab all notes linking to a particular note, and then use the AI Assistant to create the MOC outline.
I write my weekly newsletter in Obsidian. Every week, I write about new, interesting topics, concepts, or frameworks. I also send out the best of what I've found: quotes, tools, you name it.
Here's how I keep track of it all. ๐
In the image above, you can see what I wrote about each week.
This helps me keep an overview of the themes I write about.
Do I continue the trend? Or do I write about something else entirely?
I make the view using the Dataview query below + the Minimal theme cards feature.
In each newsletter note, I have a heading under which I capture anything I can use in that edition.
I use my plugin, QuickAdd, to send links and thoughts to the note-without even opening it.
Then I can stay in flow, but still capture cool stuff I want in the newsletter.
Guide ๐ for creating it with the Dataview plugin.
I keep my habits in my daily note. By writing them as Dataview fields (or in the YAML frontmatter), you can create a habit tracker.
If you don't fill anything in for the habit, it'll assume you didn't do it.
You can do simple checks, e.g., "slept for more than 7 hours" as well.
Line by line:
- Create table (no ID)
- Link to daily note by alias
- Each habit: check if anything is entered, then โ . Otherwise โ
- FROM #๐คต/journal is the tag I useโyou could use a folder for your daily notes
- Sort by day, descending.
- Limit to hide some entries (optional)