marcusolsson / obsidian-projects

Plain text project planning in Obsidian
Apache License 2.0
1.42k stars 56 forks source link

When Clicking on note name in Table view creates a new note instead #862

Closed Tricksturdoesstuff closed 4 months ago

Tricksturdoesstuff commented 5 months ago

What happened?

I clicked on the name of the note, such as "Art Stands Apart", but it just created a new note in my vault entirely with the same title. The files in question are from the Omnivore Plugin.

image

My folder structure image

What did you expect to happen?

I expected to be able to see the note I was clicking on. The table can even see the properties, so I know it's seeing it.

How can we reproduce it (as minimally and precisely as possible)?

Here are my project settings. I only have a few plugins installed at the moment. image

Anything else we need to know?

Here is an example Properties of the note mentioned above, if that's important here. image

Plugin version

1.17.3

Obsidian version

1.5.12

OS

Windows

Acylation commented 5 months ago

Thanks this must be an regression issue of #821. Previously the link is in the scheme of [[path|name]] so the locating won't fail, but the sorting will be affected if the notes are in various folders (see #820).

We need to resolve the link destination manually based on the path field. Thanks for reporting!

Acylation commented 5 months ago

Could you please confirm if the link in Board / Gallery / Calendar views behaves normally if you use any?

Tricksturdoesstuff commented 5 months ago

It seems to work properly on the other views, strangely enough.

Acylation commented 4 months ago

Sorry that I didn't successfully reproduce this. However, to eliminate the problem, I decide to revert the previous modification, that is, the path info is now back to the name field. You can test if the problem persists in the coming release 1.17.4.