Closed zsviczian closed 6 months ago
Can you please show relevant screenshots?
Maybe you can do this conversion through other plugins?
sure I could... but why not do the post-processing in one go? I'd rather avoid using additional plugins making the whole process more complicated and more fragile...
This regular expression will capture the link and the alias. you can easily convert this into markdown links so they are correctly handled by Obsidian /\[\[(https:\/\/[^\]|]*?)(?:\|([^\]]*?))?]]/g
In the book I converted urls were converted to wiki links like this
[[https://the.url|alias]]
. In quick switcher Obsidian picked these up as pages that could be created in my vault. Instead it would be great if urls could be converted to markdown links[alias](https://the.url)