Created
March 22, 2025 12:10
-
-
Save juanghurtado/9842564c8b973eee1cc3bec28b2a8972 to your computer and use it in GitHub Desktop.
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" : "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]" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Raycast snippets for the Obsidian Minimal theme checkboxes ready to be imported using the "Import Snippets" command on Raycast.