Any ideas on how to handle aliases in the backlinks/wikilinks? For example, if you used [[Second Note | myAlias]] the link will evaluate to /second-note-or-my-alias AND on your website it'll render as Second Note | my Alias.
So far my workaround is to just use relative page links via markdown links instead of wikilinks, making sure the filenames are named exactly the same as the relative link (medium.com/@sgpropguide/relative-p...)
Any ideas on how to handle aliases in the backlinks/wikilinks? For example, if you used
[[Second Note | myAlias]]the link will evaluate to/second-note-or-my-aliasAND on your website it'll render asSecond Note | my Alias.So far my workaround is to just use relative page links via markdown links instead of wikilinks, making sure the filenames are named exactly the same as the relative link (medium.com/@sgpropguide/relative-p...)
Here's an example:
dev-to-uploads.s3.amazonaws.com/up...
Hmm, I don't know! There is an Obsidian plugin that auto-converts your wikilinks to markdown link formatting, so maybe that would help you?