This is a raycast extension with commands for the note taking and knowledge management app Obsidian. To use it, install the extension from the Raycast Store, open Raycast Search and type one of the following commands:
This command allows for quick access to all of your notes. By default you can search notes by title. Enabeling content search in the commands preferences allows you to search for notes by their content and title.
It features several actions which you can trigger with these keyboard shortcuts:
enter
will open the note in "Quick Look"cmd + enter
will open the note in Obsidianopt + enter
will open the notes path in Finderopt + a
will let you append text to the noteopt + s
will append selected text to the noteopt + c
will copy the notes content to your clipboardopt + v
will paste the notes content to the app you used before raycastopt + l
will copy a markdown link for the note to your clipboardopt + p
will pin an unpinned noteopt + p
will unpin a pinned noteopt + u
will copy the obsidian URI for the note to your clipboard (see: Obsidian URI)The primary action (enter
) can be changed in the extensions preferences.
Enabeling Show Detail
and Show Metadata
in the extensions preferences will show a sidebar view with the following information:
This command will show a list of all of your Obsidian vaults which you can open by pressing enter
.
Actions that you can trigger with a keyboard shortcut:
cmd + enter
will open the vaults folder in the Finder appThis command lets you create new notes on the fly by entering a name, optionally a path to a subfolder in your vault and some content. You can use the tag picker to add tags to the notes YAML frontmatter.
Both the note name and note content support these templates:
{date}
{time}
{year}
{month}
{day}
{hour}
{minute}
{second}
{millisecond}
{timestamp}
, {zettelkastenID}
This command will open the daily note from the selected vault. If a daily note doesn't exist it will create one and open it. It requires the community plugin Advanced Obsidian URI and the core plugin "Daily notes" to be installed and enabled.
This command will open a list of your pinned notes. All actions and preferences from the Search Note
command are available.
~/Library/Application Support/obsidian/obsidian.json
, which contains all vaults that have been opened with Obsidian before.enter
)enter
)Thank you macedotavares for letting me use your amazing Obsidian (Big Sur) icon.