Archives

Archives

741 bookmarks
Newest
Setting up Apple Reminders for GTD Guide
Setting up Apple Reminders for GTD Guide
I have purchased "Setting up iPhone" and "Setting up iPad" guides and I found them lacking. I then purchased "Setting up OmniFocus" and after reading it I had an epiphany so I set up my Apple Reminders and I'm sharing it here in case someone finds it helpful. Some assumptions that I'm making...
·forum.gettingthingsdone.com·
Setting up Apple Reminders for GTD Guide
Guide to develop and execute modular JavaScript in Obsidian - Share & showcase - Obsidian Forum
Guide to develop and execute modular JavaScript in Obsidian - Share & showcase - Obsidian Forum
Whereas Markdown can only be used to produce static content, JavaScript expands the possibilities of Obsidian by enabling dynamic rendering. Its impact on performance is low and it reduces the need for additional plugins to add features. Furthermore, if the code is properly structured into JavaScript functions and externalized into external scripts, it preserves the interoperability of markdown files in case that you wish to migrate away from Obsidian. Indeed, it become unnecessary to go through...
·forum.obsidian.md·
Guide to develop and execute modular JavaScript in Obsidian - Share & showcase - Obsidian Forum
AiShort (ChatGPT Shortcut) - A simple and user-friendly ChatGPT shortcut command list that doubles productivity! | AiShort(ChatGPT Shortcut)-AI Prompt Management,Productivity Tool
AiShort (ChatGPT Shortcut) - A simple and user-friendly ChatGPT shortcut command list that doubles productivity! | AiShort(ChatGPT Shortcut)-AI Prompt Management,Productivity Tool
AiShort is a tool designed for the efficient management and sharing of AI prompts. It enables users to easily customize, save, and share their prompts, while also offering access to a community-driven platform with thousands of publicly shared prompts, enhancing productivity for a variety of applications.
·aishort.top·
AiShort (ChatGPT Shortcut) - A simple and user-friendly ChatGPT shortcut command list that doubles productivity! | AiShort(ChatGPT Shortcut)-AI Prompt Management,Productivity Tool
Airtable - Siri Shortcuts Apps
Airtable - Siri Shortcuts Apps
Running List of Apps That Supports Siri Shortcuts. Maintained by /u/iBanks3 on Reddit. Updates: 3.6.19 - Added Pricing to apps as well as sorting. Sort apps from High to Low, Low to High, show all Free or show all Paid. Siri Shortcuts Applications 2.0 - Running List of Apps supporting Siri Shortcuts https://reddit.com/r/shortcuts/comments/axll6p/siri_shortcuts_applications_20_running_list_of/
·airtable.com·
Airtable - Siri Shortcuts Apps
Tauri 2.0
Tauri 2.0
The cross-platform app building toolkit
·tauri.app·
Tauri 2.0
SVGL API Reference
SVGL API Reference
A beautiful library with SVG logos
·svgl.app·
SVGL API Reference
Hypertext Gardens
Hypertext Gardens
Digital Garden from early days
·eastgate.com·
Hypertext Gardens
Latitude | The Open-Source LLM Development Platform
Latitude | The Open-Source LLM Development Platform
Latitude is an end-to-end platform for prompt engineering where domain experts can collaborate with engineers to ship and maintain production-grade LLM features.
·latitude.so·
Latitude | The Open-Source LLM Development Platform
Anyquery - Use SQL for everything
Anyquery - Use SQL for everything
SQL queries for any data source (e.g. Google Sheets, logs, JSON, Trello, Github, Notion, etc.). Open source and free.
·anyquery.dev·
Anyquery - Use SQL for everything
Help dataviewJS query for metadata-menu plug-in - Help - Obsidian Forum
Help dataviewJS query for metadata-menu plug-in - Help - Obsidian Forum
I got it solved with help over at discord#dataview. You can use: dv.pages().where(p = dv.func.contains(p.type, dv.fileLink(“Test_Link”))) in the metadata-menu plug-in. To display your results in a codeblock use: dv.paragraph(dv.pages().where(p = dv.func.contains(p.type, dv.fileLink(“Test_Link”))).map(p = p.file.link)); Props to @Dovos for comping up with the right query!
·forum.obsidian.md·
Help dataviewJS query for metadata-menu plug-in - Help - Obsidian Forum