KevinBatdorf / obsidian-raycast

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

Bug: Append to Daily Note failing if daily note doesn't exist #87

Closed Liquidmantis closed 3 months ago

Liquidmantis commented 3 months ago

I haven't been able to get this action to create and append the daily note as expected. If the daily doesn't exist yet, Append to Daily Note will create and focus Obsidian but not append anything. Subsequent appends work but that initial capture is lost.

[Edit] This looks to be an Advanced URI issue: https://github.com/Vinzent03/obsidian-advanced-uri/issues/160. I have the same problem using the URI directly.

Liquidmantis commented 3 months ago

Investigating further, it seems other extensions can create race conditions. The primary culprit for me is Templater. Disabling its file create hook, where it will apply the template on note create, appears to have fixed things for me in limited testing.