Skip to content

Instantly share code, notes, and snippets.

@6david9
Created November 20, 2024 10:55
Show Gist options
  • Save 6david9/83bfc499494c3a1bf6742d93d9cb652e to your computer and use it in GitHub Desktop.
Save 6david9/83bfc499494c3a1bf6742d93d9cb652e to your computer and use it in GitHub Desktop.
open obsidian vault using raycast command
#!/bin/bash
# Raycast Script Command Template
#
# Duplicate this file and remove ".template." from the filename to get started.
# See full documentation here: https://github.com/raycast/script-commands
#
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title obsidian wiki
# @raycast.mode silent
#
open "obsidian://open/?vault=Wiki"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment