You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a mode=open for the write action.
I have written a little script to create a note for a given calendar entry.
In the end it calls obsidian://advanced-uri?vault={Vault}&filepath={Filename}&data={Encoded Content}&mode=write.
This works all fine unless the file already exists. I don't want to create a new file (mode=new) but instead just open the existing file. write does just show a notification that the file already exists.
Would be really nice if this could be added 🙂
The text was updated successfully, but these errors were encountered:
I would like to have a
mode=open
for the write action.I have written a little script to create a note for a given calendar entry.
In the end it calls
obsidian://advanced-uri?vault={Vault}&filepath={Filename}&data={Encoded Content}&mode=write
.This works all fine unless the file already exists. I don't want to create a new file (
mode=new
) but instead just open the existing file.write
does just show a notification that the file already exists.Would be really nice if this could be added 🙂
The text was updated successfully, but these errors were encountered: