Skip to content

Instantly share code, notes, and snippets.

View JoepKockelkorn's full-sized avatar

Joep Kockelkorn JoepKockelkorn

View GitHub Profile
// Menu: Surround text with
// Description: Surround the selected text with some input
// Snippet:
const text = await getSelectedText();
const cmdEnterToEmit = {
name: "Submit",
key: "enter",
bar: "right",
onPress: async input => {
// Shortcut:
// Name: Translate with DeepL
// Description: Translate a text from a lang to a lang
// Author: Jon E. Eguiluz
// Twitter: @viroide
import "@johnlindquist/kit"
let DEEPL_API_KEY = await env("DEEPL_API_KEY", {
hint: md(