When you click a link that has no note under it, the new note is automatically created and opened.
Link with no note under it can appear in cases:
Link is misspelled
Link is made expecting to fill information under it later
Some problems with synchronisztion happend when a note was renamed so that the link to it was not properely updates
In all this cases an immidiate new note creation is wrong. You can click a link with no intention to write anything, but just to see information under it. In cases (1) and (3) creation a new note file is an error, user just have to fix link. In case (2) creation on note before user is ready to fill it results in leak of informetion that the link is still not pointing to any information.
Proposed solution
Confirmation window should be displayed before new note creation when user clicks a link with no note under it.
Current workaround (optional)
You have to delete a newly created note every time when it was unexpectingy created
That’s true, and helpful to know. But that only works if you already know you don’t want to follow the link. ovod listed 2 ways that a mistake could be made, and you might not notice until after you clicked. (Also… I just noticed if you alt-click on a link, multiple cursors get activated. Might have to raise a bug about that.)
Another workaround would be to use a CSS snippet to make empty links an even more obvious colour. Right now, they are slightly dim. You could make them a bright warning color, so you know that clicking it would make a new note.
Or here is an example, where I make the underline squiggly.
Don’t understand how anyone clicks a link without knowing that they want to click a link (unless they have a motor disorder or a faulty mouse / trackpad), and I understood the OP to say that they specifically elect to click on links to edit them … in which case they just need to use the modifier key.
My bad if I misunderstood and still misunderstand.
I really hope any modal asking if people want to follow a link or create a new file is optional. For me that would be an unnecessary step because I know the difference of how to click on a link to edit or follow it, and so far I have never accidentally clicked on a link and been taken away from what I intended to do.
I agree with you that it should be an option, especially if it results in a popup. Just like “confirm file deletion” option. Personally, I wouldn’t use it. I am going to try to color empty links with CSS. But I still think it’s a good FR.
You don’t need to agree with the request. But please don’t imply people have a motor disorder, faulty equipment, or a lack of knowledge.
I’m not going to perjure myself for the sake of other people’s misunderstandings and / or misinterpretations; and this is a forum where lots of people with a lack of knowledge (including me) come and ask for help.
People deliberately click on links to follow them or edit them.
If they don’t know the modifier key to be able to edit them, they have a lack of knowledge.
If they click on links accidentally, they probably have some kind of motor issues (as my father has); a glitch with their hardware or software (as I did with the trackpad on my last and now replaced MBP); or they have some other issue that is causing them to click erratically.
If I have missed something out, fair enough. But the suggestions I made are fair, rational, honest, and logical. Obfuscating those likely causes helps no one, IMO.
I see this proposed option being helpful in at least three instances:
You click a link thinking it’ll take you to one that already exists but realize there was a typo and now you’re in a new note instead.
Your theme doesn’t clearly distinguish between existing and non-existing links.
You want to guard against premature creation of a note (e.g., a link to a future daily note) and the resulting hassle of undoing it in instances where an accidental tap may easily occur (such as scrolling through an existing daily note on a mobile device).
Also worth noting that the Option-click method you proposed for editing a link is not an option on iOS.