Hi,
First of all, thanks for this extension : it does exactly what I need.
I've found the following edge case when activating the option "Remove brackets for outgoing links" : if the exported note has a link to an alias, the name of the note and its alias are exported in the Markdown file.
So, for example, [[My note|A special note]] becomes My note|A special note in the exported Markdown.
I'm testing a fix by changing the regex rule OUTGOING_LINK_REGEXP, to capture only the alias. Will be pushing the Merge Request soon.
Hi,
First of all, thanks for this extension : it does exactly what I need.
I've found the following edge case when activating the option "Remove brackets for outgoing links" : if the exported note has a link to an alias, the name of the note and its alias are exported in the Markdown file.
So, for example, [[My note|A special note]] becomes My note|A special note in the exported Markdown.
I'm testing a fix by changing the regex rule OUTGOING_LINK_REGEXP, to capture only the alias. Will be pushing the Merge Request soon.