KevinBatdorf / obsidian-raycast

Raycast extension with commands for the note taking app Obsidian.
MIT License
106 stars 19 forks source link

Add command "Run QuickAdd" #82

Open rube-de opened 6 months ago

rube-de commented 6 months ago

Many people run their Obisidan templates to create new notes with the QuickAdd addon.

On my local fork of the obsidian-raycast extension I added a command "Run QuickAdd". Which checks the plugins, lets you select vault and runs the command.

@KevinBatdorf is this a wanted feature? I could open a PR for this.

KevinBatdorf commented 6 months ago

Hey yeah if you want to submit a PR for that I think it's a good idea.

Could you first detect whether the addon is installed and only show the command if so?

Also, probably easier to PR on the the main Raycast repo (https://github.com/raycast/extensions) but here is ok too if you prefer