Archives

Archives

741 bookmarks
Newest
SilverBullet
SilverBullet
IntroductionSilverBullet is a note-taking application optimized for people with a hacker mindset. We all take notes. There’s a million note taking applications out there. Literally. Wouldn’t it be nice to have one where your notes are more than plain tex
·silverbullet.md·
SilverBullet
Adding the right properties automatically
Adding the right properties automatically
Hi @gino_m, Yup as you can see I tested each folder and templates are working. The only case in which they aren’t trigger is when I use my script to move files
<%-* let filetype = await tp.system.suggester(["Auteur", "Contact", "Personnalité"], ["Auteur", "Contact", "Personnalité"], false, "Which template do you want to use?") -%> <%-* if (filetype === "Auteur") { -%> <%-tp.file.include("[[Templatename1]]")-%> <%-* } else if (filetype === "Contact") { -%> <%-tp.file.include("[[Templatename2]]")-%> <%-* } else if (filetype === "Personnalité") { -%> <%-tp.file.include("[[Templatename3]]")-%> <%-* } else { -%> <%-tp.file.include("[[DefaultTemplateName]]")-%> <%-* } -%>
·forum.obsidian.md·
Adding the right properties automatically
Visualize code with Hubql
Visualize code with Hubql
The collaboration platform for software development. Hubql connects everyone in the data modeling process so teams can ship better software.
·hubql.com·
Visualize code with Hubql
Nuclino
Nuclino
A modern, simple, and blazingly fast way to collaborate – bring knowledge, docs, and projects together in one place.
·nuclino.com·
Nuclino
Noi
Noi
AI + Tools + Plugins + Community
·noi.nofwl.com·
Noi
Is Reminders App Linkable? - Discussion & Help - Hookmark Forum
Is Reminders App Linkable? - Discussion & Help - Hookmark Forum
I updated my Reminders integration script recently to make it faster on Sonoma. I also made sure that I have a “New Item” part too, so I can create reminders directly from Hookmark. The “Get Address” script uses the backing SQLite database to find the ID of the selected reminder by title. There are some caveats to keep in mind: We have to replace the remindersDatabasePath property with the proper database path which is different for everyone. Reminders are matched by title, so if we have mul...
·discourse.hookproductivity.com·
Is Reminders App Linkable? - Discussion & Help - Hookmark Forum
Automation Documentation: Hooking Apple Shortcuts
Automation Documentation: Hooking Apple Shortcuts
Hook and Obsidian are used to document Apple Shortcuts automations. An AppleScript generates a Markdown link to a specific shortcut, enabling bidirectional linking between Hook and Obsidian. This facilitates easy access to documentation for complex Shortcuts solutions.
·thoughtasylum.com·
Automation Documentation: Hooking Apple Shortcuts
Editing shortcuts & a new integration
Editing shortcuts & a new integration
Capacities now supports X-Callback-URLs. X-Callback-URLs are a way to communicate with the desktop app. You can call the app at specific URLs to perform actions or return specific information. Read more about X-Callback-URLs in our documentation.
·capacities.io·
Editing shortcuts & a new integration
Pajamas ViewComponents
Pajamas ViewComponents

GitLab's Lookbook

Here you can check out the ViewComponents that we created for our Pajamas Design System.

·gitlab-40159195-main-5zzu3ebmza-ue.a.run.app·
Pajamas ViewComponents
FlowGPT - The Ultimate Library of ChatGPT Prompts | Discover, Share, and Discuss with a Vibrant Community
FlowGPT - The Ultimate Library of ChatGPT Prompts | Discover, Share, and Discuss with a Vibrant Community
Discover a vast library of ChatGPT prompts uploaded by the FlowGPT community. Browse popular and useful prompts and get personalized recommendations for prompts that interest you. Join a vibrant community of ChatGPT users and discover, share, and discuss different prompts.
·flowgpt.com·
FlowGPT - The Ultimate Library of ChatGPT Prompts | Discover, Share, and Discuss with a Vibrant Community
Extract highlights from the text and put them at the beginning of the same note - Help - Obsidian Forum
Extract highlights from the text and put them at the beginning of the same note - Help - Obsidian Forum
Where did you try to use that regexmatch() of yours? And does it really have the full content of the file available in file.text? I’ve got two variants which I would consider in a similar use case, and that would be decorated tasks, or inline fields. Both of these would with dataview be easy to gather up a list of at the top of the document without disturbing/rewriting the file itself. Using tasks In minimal theme, and quite a few others, you can insert various different status characters, and...
·forum.obsidian.md·
Extract highlights from the text and put them at the beginning of the same note - Help - Obsidian Forum