[Bug]: link is generated without filename in certain cases #378
Labels
🐛 Bug
Something isn't working
❓ Question
Further information is requested
🔁 No reproduction
Where I can't repro the bug
Issue validation
Command used
Upload single current active note
Plugin version
7.5.2
Describe the bug
In some occasions, links are being generated with exclusion of parts of the filename path. For example, page 2 has property
filename: _pages/some_name
, but page 1's[[some_name|Title]]
's link is being generated as[Title](./some_name)
. This can be seen in this pull request line, where[Check out my work setup](./my-digital-workbench.md)
is pointing to a file that hasfilename: _pages/my-digital-workbench
.On other occasions, though, it keeps
filename
intact. For example, in the same link above,[How to use Jekyll with Obsidian.md](../guide/_posts/2022-10-15-jekyll-with-obsidian.md)
points to a file withfilename: filename: guide/_posts/2022-10-15-jekyll-with-obsidian
.How to reproduce ?
I mean, just send a file with the reproducible example and you should see that.
Minimal Reproducible Example
Configuration
Relevant log output
OS
MacOS
Anything else?
No response
Obsidian information
The text was updated successfully, but these errors were encountered: