Issue
I use Wikilinks in my Obsidian vault and when using | to change the display name the links don't get exported properly.
After further investigation It has nothing to do with the display name as I previously thought. The actual cause seems to be if I have a link to a note that doesn't exist yet.
Example
[[Name-of-note-that-does-not-exist]]
Gets exported as
* Name-of-note-that-does-not-exist*
Expected Behavior
Links should be exported as a markdown link
I'm not sure what the best course of action for this would be, I feel an empty markdown link might not be the best idea but I have no other ideas.
[Name-of-note-that-does-not-exist]()
Issue
I use Wikilinks in my Obsidian vault and when using | to change the display name the links don't get exported properly.After further investigation It has nothing to do with the display name as I previously thought. The actual cause seems to be if I have a link to a note that doesn't exist yet.
Example
Gets exported as
Expected Behavior
Links should be exported as a markdown linkI'm not sure what the best course of action for this would be, I feel an empty markdown link might not be the best idea but I have no other ideas.