raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.37k stars 3.06k forks source link

[Obsidian] ... #1535

Closed billpetro closed 2 years ago

billpetro commented 2 years ago

Extension – Obsidian

Author:

Describe the feature and the current behavior/state.

What is the correct way of entering into the extension the Vault location, if it is in an iCloud folder?

Who will benefit with this feature?

All iOS/iPadOS users

Any Other info.

proper path for iCloud vault access

dallin commented 2 years ago

@billpetro I ran into a similar issue and found the solution at marcjulianschwarz/obsidian-raycast#10. It was the escape characters (backslashes) that threw me off.

Just enter the path without any backslashes, like so:

/Users/dallin/Library/Mobile Documents/iCloud~md~obsidian/Documents/Notes/

Also be sure to add the trailing slash at the end. Doing it this way worked for me.

Hope that helps!

marcjulianschwarz commented 2 years ago

Hi @billpetro,

The easiest way to get the path to you vault is to right click on your vault folder, hold the option key and click on "copy folder as path". You can paste this path in the extension settings and everything should work. No need to add a / or anything.

Hope the screenshot helps even though it's in German:

Bildschirmfoto 2022-05-05 um 22 22 12

Of course you can check out the link @dallin posted, maybe this will help too.

pernielsentikaer commented 2 years ago

Hi @raanym 👋

This extension should now be update with this request