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
Ex.: Trying to rename a note named "note.md" located at vault/dir/note/note.md to "note2.md".
Error message in console :
Uncaught (in promise) Error: ENOENT: no such file or directory,
rename '/home/<path to vault>/vault/dir/note/note.md'
-> '/home/<path to vault>/vault/dir/note2/note.md'
It seems to try to rename the folder instead.
The text was updated successfully, but these errors were encountered:
Ex.: Trying to rename a note named "note.md" located at
vault/dir/note/note.md
to "note2.md".Error message in console :
It seems to try to rename the folder instead.
The text was updated successfully, but these errors were encountered: