Open RyotaUshio opened 1 year ago
To be honest, I'm not sure to what extent we should support markdown links.
I don't see any point in using markdown links in Obsidian (except for external links) in my opinion. They always force us to set the displayed text manually, and the displayed text is hard to auto-update when the note title changes. If we need markdown links for compatibility with other applications, we can simply convert wikilinks into markdown links.
It might be an option to focus on wikilinks and admit some features don't perfectly work for markdown links.
As shown in the image below (this is the sandbox vault), MathLinks has some issues when dealing with a markdown link
[]()
for a heading or a block. Note that the markdown links are inserted by the built-in suggestion (the one triggered when typing[[
) after turning OFFUse [[WIkilinks]]
.Heading
In live preview, the MD link to the heading is not properly rendered because Obsidian replaces
\
with whitespace.Block
[](#^92f67b)
. SomathLink
is not rendered.#^blockID
as the display text, i.e.[#^92f67b](#^92f67b)
. But this works only in live preview.<- Live preview | Reading view ->
source:
debug info: