KevinBatdorf / obsidian-raycast

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

Append Notes opens the app directly #71

Open Monophonic1983 opened 10 months ago

Monophonic1983 commented 10 months ago

Is it OK not to open obsidian at all with this command? Currently, even with silent mode, it will open the app right after hitting the enter. This distracts the workflow.

KevinBatdorf commented 10 months ago

Hey, thanks for bringing this up. The extension uses the Advanced URI plugin which opens the app, unfortunately. Silent mode means it won't open the file, so if you're looking at one file, it won't open the one you are appending to.

I've thought about writing to the files directly to remove the plugin dependency but it would require basically rewriting the entire thing, so it might not happen unless I have enough free time.

Monophonic1983 commented 10 months ago

Hey, thanks for bringing this up. The extension uses the Advanced URI plugin which opens the app, unfortunately. Silent mode means it won't open the file, so if you're looking at one file, it won't open the one you are appending to.

I've thought about writing to the files directly to remove the plugin dependency but it would require basically rewriting the entire thing, so it might not happen unless I have enough free time.

Thank you for clarifying! I thought it was a bug, as it turns out it was not. Thanks again for your great work!