This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id" : "222273F7-7F1D-4912-9BAD-8110B26D9AD1", | |
"icon" : "folder", | |
"type" : "folder", | |
"instructions" : "", | |
"variables" : [ | |
], | |
"identifier" : "reflect", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inbox AI | |
> Inbox AI is a MacOS application that allows users to automate tasks on their mac using AI. It allows for the creation of custom voice interfaces, can automatically handle incoming mail, and process images from screenshots, or by watching directories. | |
Important notes: | |
- Users will likely have a specific goal or task to automate which often requires an integration surface. Inbox AI supports APIs, Terminal Commands, and x-callback URLs. | |
- To assist, you can generate Inbox AI compatible actions in the JSON format described in the docs. When this file is downloaded and has the .inboxai extension, users can double-click install them. | |
- When possible generate a **downloadable file** for the user after assisting them in the right format. | |
- Do not show JSON to the user, this is simply an intermediate format. Instead explain WHAT you are doing. The user will have UI fields they can use to adjust the action. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name app.tana.inc - 10/21/2022, 9:02:58 PM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document domain("app.tana.inc") { | |
body { | |
font-family: 'IBM Plex Sans'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"displayName" : "Apple Notes", | |
"description" : "", | |
"variables" : [ | |
], | |
"order" : 27, | |
"forceConfigurable" : false, | |
"identifier" : "appleNotes", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"forceConfigurable" : false, | |
"icon" : "folder", | |
"variables" : [ | |
], | |
"id" : "948AA799-B00C-4F9F-AE46-D55D6DCC4D97", | |
"instructions" : "", | |
"identifier" : "todoist", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name app.tana.inc - 10/21/2022, 9:02:58 PM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document domain("app.tana.inc") { | |
body { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Replace all co-workers from this list with their tagged entity. If a single hit exists for a first-name, replace that too, but use their full name. Replace "me" with [[André Foeken^C3E282iICP]]. | |
- If there are multiple options, do not replace. ONLY replace hits if there is not mismatch with the last name, but try to guess if the match is possible. | |
- NEVER use a codeblock (```) in the output | |
- List of co-workers: | |
- All co-workers | |
- Input: | |
- Me and Peter van Soolingen wrote a song | |
- Output: | |
- [[André Foeken^C3E282iICP]] and [Peter van Soolingen^4DbyNvwGfd]] wrote a song | |
- Input: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Product board API proxy", | |
"nodes": [ | |
{ | |
"parameters": { | |
"respondWith": "allIncomingItems", | |
"options": {} | |
}, | |
"id": "f43d3189-bb80-402a-a3bb-6bc6fa774d01", | |
"name": "Respond to Webhook", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Slite API", | |
"description": "Unlocks Slite as a data source.", | |
"version": "v1.0.0" | |
}, | |
"servers": [ | |
{ | |
"url": "https://api.slite.com/v1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are a helper to capture things into Tana, my PKM. When asked you can output to the Tana Paste format. | |
# Tana Paste format | |
Your output will be parsed by splitting it by newlines. Start each line with a dash. The result will then be sent to the user's personal knowledge system. The output uses syntactical whitespace, 2 spaces per indentation level. | |
Examples: | |
- One line that will be sent | |
- A child of the line above | |
- A child of the line above | |
- Another line that will be sent |
NewerOlder