KevinBatdorf / obsidian-raycast

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

Create New Note Open Note On Creation (File not found even though File is created successfully on Obsidian) #26

Closed matthwk closed 2 years ago

matthwk commented 2 years ago

Hi, I have a problem where every time I create a new note with the create note extension,n it would always say that the file that I just created doesn't exist even though when I made the note, the note was created & Obisidan was launched. But for some reason, it would never open.

marcjulianschwarz commented 2 years ago

This was an issue with Obsidian not recognizing the file fast enough. It would only occur when Obsidian was already open.

Should be fixed with the newest version by adding a short delay before the note is opened in Obsidian.