Archives

Archives

741 bookmarks
Newest
Tiiny Host
Tiiny Host
Tiiny Host is the simplest way to share your web project. Get feedback faster.
·tiiny.host·
Tiiny Host
Automation Documentation: Hooking Alfred Workflows
Automation Documentation: Hooking Alfred Workflows
Last year I wrote several posts about using Hookmark (neé Hook) to link to automation documentation. At the time I was a little frustrated in that I had several complex Alfred workflows that I was unable to use Hookmark for to link back and forth between the workflow and the associated notes. However, Vitor of Running with Crayons replied recently to my feature request on the Alfred forums, and with the latest Alfred beta (v5.1 build 2130), I now have a working solution.
·thoughtasylum.com·
Automation Documentation: Hooking Alfred Workflows
Templater Snippets - shabeblog
Templater Snippets - shabeblog
### License Provide attribution with a link if you share any of these snippets. For example, if you're a YouTuber and do a video on Templater and show off a command you found here, you should mention…
·shbgm.ca·
Templater Snippets - shabeblog
ghub.io
ghub.io
Redirect to an npm package's repository page, like ghub.io/express
·ghub.io·
ghub.io
Tana – The Everything OS
Tana – The Everything OS
Welcome to the future of work. Build anything. Use it for everything. Kill your SaaS subscriptions.
·tana.inc·
Tana – The Everything OS
How I Use Embedded Queries In Obsidian To Simplify My Note Management
How I Use Embedded Queries In Obsidian To Simplify My Note Management
Today I’m going to share with you how I use embedded queries inside of Obsidian. I’ll explain what they are, how they work, and give you some examples of how I use them to retrieve lists of notes inside my personal Obsidian vault. What Is An Embedded Query? In Obsidian, an embedded query is functionality that lets you insert a search query into a note. You’ll then see the results of the query display from directly within the note. Think of it like a saved search that you don’t have to type into the search bar every time you need it. This is useful if you’d like to retrieve lists of specific notes on a regular basis. This is core Obsidian functionality which means you don’t have to install any community plugins to make it work. How Can I Set Up An Embedded Query? To set up an embedded query in a note you’ll need to: Create a code block which is three opening and three closing backticks. After the first three backticks, you add the term query to denote this is a search query. Enter a search term into the code block. You can build a search term using the search bar and copy the search in here. If all is working correctly you should see a list of notes that match the search term you entered! (See the code snippet below as an example). ```query file:("Daily Note") ``` Pros And Cons Of Embedded Queries I realize this approach may not be for everyone so I wanted to highlight some of the pros and cons of using embedded queries over using something like Dataview. Pros: Much simpler to use than a plugin like Dataview. You can build a search query using the search bar and simply copy it into the query code block. If you know how to search inside of Obsidian you don’t need to learn anything new to make embedded queries work. This might be my crazy designer brain here but I prefer how embedded query results look to Dataview query results. Especially with the stunningly beautiful default theme that ships with Obsidian V1.0. Cons: As it’s simpler than Dataview you’re missing a lot of the functionality of something as powerful as Dataview. For instance you can only retrieve lists not tables. As I write this, Obsidian Publish doesn’t support embedded search results. Power User Tip: How To Extend The Functionality Of Embedded Queries With Query Control This is the reason I find embedded queries so perfect for my use case: the Query Control plugin. With it enabled, I can add search controls to the embedded query. It adds a bit more control to how I setup my queries without being overly complicated. Here’s what that looks like (taken from the plugin source page): As of the time of writing this plugin still appears to be in beta so to install it is a little bit more involved than finding it in the community plugins page and hitting install. You’ll either need to manually install it or install the BRAT community plugin (details on how to do each is outlined here on the plugin page). Examples Of How I Use Embedded Queries Let’s take a look at some of the ways I’ve incorporated embedded queries into my Obsidian vault. 1 - Content Processing Inbox My Inbox note is where I process the bulk of my notes. These are made up of old unprocessed random notes and highlights synced from my read-it-later tool Matter. It’s basically just a list of every note tagged with #inbox. Here’s the query: And here’s what that produces: Note: “-path:99-templates” is used to exclude anything that lives in the “99-templates” directory. To process my notes I simply open this note, click on a note that seems interesting to me and start processing. Note: I’d love to be able to return a random ordering of these results but it’s something I’m still working on. If you know of a way to return a random ordering of results I’d love to hear from you! 2 - Content Creation Hub This note contains a list of articles I want to/am writing. As you can see from the screenshot below, it’s broken out into In Progress, Up Next, and Backlog. If you need some help using the Obsidian search operators, I made a helpful cheat sheet you can view and download over on Twitter: Now that I'm using embedded search queries a lot more in @obsdmd I needed to get to grips with the search operators so I made a handy cheat sheet to help me out.Including it here incase it helps anyone else out 👇Of course there's a light and dark mode option 😅 pic.twitter.com/0ERnkPOxBx— Michelle Mac (@heymichellemac) October 28, 2022 Or you can download and modify the Figma file here. 3 - List of Articles To Include In My Weekly Newsletter I publish a newsletter called Design Insight which is a weekly newsletter for creatives with a focus on design. Each week I share 2-3 articles I found helpful and want to share with my readers. Previously this was all managed in Notion but I recently switched to doing it in Obsidian. Articles I read that I’d like to include in my newsletter are tagged with #DesignInsight. Then all these notes are retrieved in my newsletter draft template each week. This quickly and easily lets me pick which articles to include in that week’s newsletter edition which saves me lots of time and effort. 4 - In my Yearly, Quarterly, Weekly, Daily notes Full disclosure I haven’t fully overhauled my time-based notes yet to make use of embedded queries but I’ve tried it with a few that previously relied on Dataview and everything works perfectly. Let’s look at my yearly note. You can see below I have a section to retrieve all the Quarterly notes in the current year. Here’s the query: And here’s the result: Simple! To Wrap Up So far, I’ve found that anywhere I have used Dataview previously I can replace it with an embedded query. This has forced me to simplify the way I retrieve data and has dramatically simplified how I think about the information stored in my Obsidian vault. This approach may not be for everyone but I wanted to share it in the hopes that other people will find it helpful 😄 P.S. If you need some help using the Obsidian search operators, I made a helpful cheat sheet you can view and download over on Twitter. Or you can download and modify the Figma file here.
·heymichellemac.com·
How I Use Embedded Queries In Obsidian To Simplify My Note Management
Dockhunt
Dockhunt
Discover the apps everyone is docking about
·dockhunt.com·
Dockhunt
s-blu/obsidian_dataview_example_vault: A example vault to collect and showcase various dataview queries. Created on behalf of AB1908
s-blu/obsidian_dataview_example_vault: A example vault to collect and showcase various dataview queries. Created on behalf of AB1908
A example vault to collect and showcase various dataview queries. Created on behalf of AB1908 - s-blu/obsidian_dataview_example_vault: A example vault to collect and showcase various dataview queri...
·github.com·
s-blu/obsidian_dataview_example_vault: A example vault to collect and showcase various dataview queries. Created on behalf of AB1908
GoalGPT by Nando.AI
GoalGPT by Nando.AI
Achieve Your Goals with Goalgpt: Automatically Create an Action Plan for Success!
·beta.nando.ai·
GoalGPT by Nando.AI
codicon
codicon
The icon font for Visual Studio Code
·microsoft.github.io·
codicon
TechIcons
TechIcons
Download, copy and paste Alpine.js SVG and transparent PNG icons for your projects.
·techicons.dev·
TechIcons