KevinBatdorf / obsidian-raycast

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

Add custom config name #76

Closed KevinBatdorf closed 9 months ago

KevinBatdorf commented 9 months ago

This adds support for a custom config file name.

How to set it: https://help.obsidian.md/Customization/Config+folders

It will default to .obsidian if not set (or if the user deletes it entirely)

Closes https://github.com/raycast/extensions/issues/8991

The caveat is it's all or nothing, so if you use a different name in each vault, I'll have to rethink how to add support for that. Maybe there is a way to auto-detect it?