agathauy / wikilinks-to-mdlinks-obsidian

An Obsidian md plugin which allows for the conversion of individually selected wikilinks to markdown links, and vice versa.
105 stars 13 forks source link

Adding a option for aliases #10

Open Archie-2021 opened 3 years ago

Archie-2021 commented 3 years ago

I am converting some epub book to mark down and I get stuff like this in the text after conversion via pandco.

2

If you can add a extera option to get the name in first bracket to the end after a pip would be awesome. Something like this:

[[Reference.html#chapter6-2|2]]

And if you can add an option to remove the extension from it would be fantastic. To something like this:

[[Reference#chapter6-2|2]]

Thank you