This file contains hidden or 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
:has(span[data-tag="quote"]):not(.expandedNodeContent) > .listContentItem, | |
:has(span[data-tag="block-quote"]):not(.expandedNodeContent) > .listContentItem { | |
background-color: var(--colorReferenceMentionBackground); | |
border-left: 5px solid var(--colorUIStroke); | |
border-left-width: 3px; | |
border-radius: 3px; | |
padding: 8px 14px; | |
} | |
:has(span[data-tag="delegated"]):not(.expandedNodeContent) > span[data-role="editable"]:before { |
This file contains hidden or 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: OpenAI Replace | |
// Description: Replace text with Open AI's API | |
// Shortcut: command ctrl s | |
import "@johnlindquist/kit" | |
let { Configuration, OpenAIApi } = await npm("openai") | |
let configuration = new Configuration({ |
This file contains hidden or 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: OpenAI Replace | |
// Description: Replace using Open AI's API | |
// Shortcut: cmd ctrl s | |
import "@johnlindquist/kit" | |
let { Configuration, OpenAIApi } = await npm("openai") | |
let configuration = new Configuration({ | |
apiKey: await env("OPENAI_API_KEY"), |
This file contains hidden or 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: OpenAI Replace | |
// Description: Replace using Open AI's API | |
// Shortcut: cmd ctrl s | |
import "@johnlindquist/kit" | |
let { Configuration, OpenAIApi } = await npm("openai") | |
let configuration = new Configuration({ | |
apiKey: await env("OPENAI_API_KEY"), |
This file contains hidden or 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: OpenAI Replace | |
// Description: Replace using Open AI's API | |
// Shortcut: cmd ctrl s | |
import "@johnlindquist/kit" | |
let { Configuration, OpenAIApi } = await npm("openai") | |
let configuration = new Configuration({ | |
apiKey: await env("OPENAI_API_KEY"), |
This file contains hidden or 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
// Shortcut: command control a | |
// Name: | |
// Description: Enrich using Open AI's API | |
// Shortcut: | |
import "@johnlindquist/kit" | |
let { Configuration, OpenAIApi } = await npm("openai") | |
let configuration = new Configuration({ |
This file contains hidden or 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") { | |
:root { |
This file contains hidden or 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
import Foundation | |
import EventKit | |
print("%%tana%%") | |
struct Event: Codable { | |
let title: String | |
let startDate: String | |
let endDate: String | |
let location: String? | |
let attendees: [Attendee]? |
This file contains hidden or 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
Convert the following text to a single English to-do list item that must be performed or return "STOP" if no actions are in the text. | |
INPUT: | |
Hello | |
OUTPUT: | |
STOP | |
INPUT: | |
Beste André, |
This file contains hidden or 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
**EventLink Privacy Policy** | |
**Last Updated:** October 22, 2023 | |
Welcome to EventLink! We respect your privacy and are committed to protecting your personal data. This privacy policy will inform you about how we look after your personal data when you use our EventLink MacOS app and our companion server-side service at https://eventlink.host (collectively referred to as "Services") and tell you about your privacy rights and how the law protects you. | |
--- | |
**1. IMPORTANT INFORMATION AND WHO WE ARE** |