DataviewJS Snippet Showcase - Share & showcase - Obsidian Forum
Obsidian Command and Hotkey List (new version) In continuation of the older post, here is a new version of the Obsidian Command List. Features: Commands sorted by assigned hotkey Commands sorted by internal Command ID Command names shown in the language Obsidian is currently set to—ideal for multi-lingual people who switch often, and for users of the Buttons, Obsidian Leaflet, Command URI and Advanced Obsidian URI plugins. Now shows the current hotkey settings, not just the defaults. Modif...
The widget supports dark theme now.Support switching themes by default following the main app.Support two ways to handle the style of multiple themes (default theme, dark theme).
Open-source examples and guides for building with the OpenAI API. Browse a collection of snippets, advanced techniques and walkthroughs. Share your own examples and guides.
I want to use Python and atomac module to trigger an application in macOS like following scripts:
atomac.launchAppByBundleID()
app_win = atomac.getAppRefByBundleId(app_bundle_ID)
But I don't know...
Fun and Practical Alfred Workflows in Ruby — SitePoint
Robert Qualls walks through some practical Alfred workflows using Ruby. Create a calendar event, convert some currency, and learn how much fun Alfred can be
Recall lets you summarize and save any online content to your personal knowledge base. With Recall you can summarize YouTube videos, blog posts, PDFs, articles or any other online content.
From Monospace to Duospace: In Search of the perfect writing font | Are.na
Monospace is the typical choice that communicates writing. With iA Writer Duospace, we went a step ahead. After seven years of offering no font options to write, iA Writer now comes with a choice. Next to the monospace Nitti you will now find a brand new duospace font. Duospace?
Merge notes based on metadata (with Templater and Dataview api) - Share & showcase - Obsidian Forum
I keep playing with Templater and test what I can do to automate my workflow. Recently I found out I can use the Dataview api inside Templater to pick some notes by given metadata and then I can merge them together in one file. For example I wrote this template for merging my daily notes when I want to archive them. It finds all notes in folder “Daily Notes”, filters them by metadata “type: daily”, sorts them by metadata “date”, takes from every note the section “#Log” and puts all that sections...
Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
Template for insert callout - Share & showcase - Obsidian Forum
This template is so much fun. Thanks! I wanted to use a Template Hotkey (similar to the core Insert callout command) for one specific callout that I was using a lot and skip the prompts. Select the text, type the hotkey, done. Here are two versions: one that asks for the folded state, and the barebones one that that simply wraps the text you’ve selected. Change the !tbox bit at the bottom to whatever callout you want to use. Fold or not? → wrap → %* //get selection noteContent = tp.file.se...