Skip to content

Instantly share code, notes, and snippets.

@vladstudio
vladstudio / apply.css
Last active April 5, 2024 07:36
silverbullet.md Tiniri theme
/* more Tiniri themes: https://tiniri.vlad.studio/ */
html {
--ui-font: ui-sans-serif, sans-serif !important;
--editor-font: ui-sans-serif, sans-serif !important;
--editor-width: 800px !important;
line-height: 1.5 !important;
}
html {
@vladstudio
vladstudio / llm.sh
Last active March 29, 2024 13:21
Raycast LLM custom script
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title LLM
# @raycast.mode fullOutput
# Optional parameters:
# @raycast.icon 🤖
# @raycast.argument1 { "type": "text", "placeholder": "Prompt" }