Hi Obsidian geeks, I tried using links in the format [[#heading]] and they only work in obsidian and not in any other markdown editor.
MD editors tend to use [heading](path to heading) format. This does make my notes NOT portable. Is there a way to resolve this?
koala
#2
You can change the link behaviour in the settings to markdown links.
Tried that. It doesn’t feel elegant 
Heading
vs
[[Heading]]
any way it can appear pleasant and when opened in another markdown is translated to Heading which is supported everywhere
koala
#4
WYSIWYG is on the roadmap.
@koala is there a way that I can keep using the obsidian way of linking and then convert them to markdown later?
Scribe
#6
Not speaking for @koala, but if you look at the roadmap, exporting to standard markdown is being worked on now.
koala
#7
That should be possible with a script. I think simple regex search and replace wouldn’t work because markdown links need to be URL-encoded.
system
closed
#8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.