Set “New link format” in File preferences to “Relative path to file.”
Create a new link with a relative format (this has to be done manually, as the file doesn’t exist yet so Obsidian can’t guess your desired folder path. E.g., ../Calendar/20200803
Try to create a new note from the link
Cry
Expected result
Successful creation of the new file in the expected directory.
Actual result
An ENOENT error.
Environment
Operating system: macOS 10.15
Obsidian version: 0.8.1
Additional information
Oddly, new note creation in the desired folder works perfectly with Absolute paths (e.g., Calendar/20200803 instead of ../Calendar/20200803.
there is something about the relative path that smells trubble to me. These cases of referencing something that is up the hirararchy look ugly and I am sure they are difficult to maintain.
I have the latest version 0.10.1 and I am having the same issue. The tooltip says to Click to Create, but I get a ENOENT error. The odd thing is the error message displays the path and part of the path is missing. It shows “Path/VaultDirectory/Notes/_Index.md”. The actual path should be Path/VaultDirectory/ActiveProjects/TestProjectA/Notes/_Index.md. The file which contains the created Internal Link resides in the TestProjectA folder. My Link is defined as [[Notes/_Index|Index]]. I reviewed the settings and all looks good. What am I missing? Thanks.
vault
|- a
|- first.md
|- b
|- second.md
|- third.md
If I create a link in first.md for a file that does not yet exist, i.e. [[../b/fourth.md|Fourth]], and try to CTRL-click to create the file I’ll get an ENOENT error.
But, If I create the file first and then create / click on the link it opens the file just fine.
Same Issue is there with me too. I cannot create a backlink to a file I might want to place in a specific folder. Application is trying to navigate into that file when we click into that but due to the fact that there is no file its giving us an error. Kindly asking developers to fix this issue ASAP as I like everything cleanly under folders for clutter free interface.
Just starting out Obsidian if there are any tips I would be glad to hear them.
Thank you.
Create a note with this content (a markdown link to a file that doesn’t exist in the vault)
[Note](./Note.md)
When hovering over the Note link in preview mode, the message "./Note.md" is not created yed. Click to create. is displayed
Click the Note link in preview mode
Expected result
The “Note.md” file is created in the same folder and it is displayed in both panes.
Actual result
When I click the link, the message Folder already exists. is displayed and the file is not created.
Environment
Operating system: Windows 7
Obsidian version: 0.12.5
Additional information
I’m used to this notation because I open my vault with other applications supporting relative markdown links, as well as Obsidian does, but they cannot deal with WikiLinks.
When the md file already exists, the relative link works fine.
Creating the link without the ./ before the name of the md file is working too, as in:
I too am getting the super confusingFolder already exists error.
v0.13.14, on the mac desktop app.
If you can’t find a way to solve the issue, can you at least try to replace the error with something more meaningful? The error message provided is pretty much the exact opposite of the problem.
I am getting the same error when trying to click on a node that does not exist to create it. The folder does exist in which the note is intended to “live.”