Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

obsidian-raycast

This is a raycast extension with commands for the note taking and knowledge management app Obsidian. To use it, simply open Raycast Search and type one of the following commands:

Search Note

This command allows for quick access to all of your notes. 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 Obsidian
  • shift + cmd + A will let you add text to the note
  • opt + c will copy the selected notes content to your clipboard
  • opt + v will paste the notes content to the app you used before raycast
  • opt + l will copy a markdown link for the note to your clipboard
  • opt + 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.

Obsidian Raycast Search

Open Vault

This command will show a list of previously specified vaults which you can open by pressing enter.

Obsidian Open Vault command

Create Note

This 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.

Create Note command

Preferences

Search Note

  • set path/paths to your vault/vaults (comma separated)
  • exclude folders, files and paths so they dont show up in the search
  • hide YAML frontmatter in "Quick Look" and copy/paste
  • hide wikilinks in "Quick Look" and copy/paste
  • select primary action (for enter)

Open Vault

  • list of vault names

Create Note

  • set path/paths to your vault/vaults (comma separated)
  • default path where a new note will be created
  • default tag (will be selected by default in the tag picker)
  • list of tags to be suggested in the tag picker (comma separated)

Blog posts:

Demo (old)

Obsidian.Raycast.Demo.mov

Contributions and Credits

Thank you macedotavares for letting me use your amazing Obsidian (Big Sur) icon.

Releases

No releases published

Packages

No packages published