Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juanghurtado/9842564c8b973eee1cc3bec28b2a8972 to your computer and use it in GitHub Desktop.
Save juanghurtado/9842564c8b973eee1cc3bec28b2a8972 to your computer and use it in GitHub Desktop.
[
{
"name" : "Obsidian: to-do",
"text" : "- [ ]"
},
{
"name" : "Obsidian: incomplete",
"text" : "- [/]"
},
{
"name" : "Obsidian: done",
"text" : "- [x]"
},
{
"name" : "Obsidian: cancelled",
"text" : "- [-]"
},
{
"name" : "Obsidian: forwarded",
"text" : "- [>]"
},
{
"name" : "Obsidian: scheduling",
"text" : "- [>]"
},
{
"name" : "Obsidian: question",
"text" : "- [?]"
},
{
"name" : "Obsidian: important",
"text" : "- [!]"
},
{
"name" : "Obsidian: star",
"text" : "- [*]"
},
{
"name" : "Obsidian: quote",
"text" : "- [\"]"
},
{
"name" : "Obsidian: location",
"text" : "- [l]"
},
{
"name" : "Obsidian: bookmark",
"text" : "- [b]"
},
{
"name" : "Obsidian: information",
"text" : "- [i]"
},
{
"name" : "Obsidian: savings",
"text" : "- [S]"
},
{
"name" : "Obsidian: idea",
"text" : "- [I]"
},
{
"name" : "Obsidian: pros",
"text" : "- [p]"
},
{
"name" : "Obsidian: cons",
"text" : "- [c]"
},
{
"name" : "Obsidian: fire",
"text" : "- [f]"
},
{
"name" : "Obsidian: key",
"text" : "- [k]"
},
{
"name" : "Obsidian: win",
"text" : "- [w]"
},
{
"name" : "Obsidian: up",
"text" : "- [u]"
},
{
"name" : "Obsidian: down",
"text" : "- [d]"
}
]
@juanghurtado
Copy link
Author

Raycast snippets for the Obsidian Minimal theme checkboxes ready to be imported using the "Import Snippets" command on Raycast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment