Randomness
Alias to Obsidian Folder
Let's say you want to hook up your obsidian notes to a website.
If you need to add an alias to your obsidian vault in a local dev project, run the following command in terminal from the root of your project.
ln -s ~/Library/Mobile\ Documents/iCloud\~md\~obsidian/Documents/ECKB/ Obsidian
EthanC