reuseman / flashcards-obsidian

🎴 An Anki plugin for Obsidian.md
MIT License
897 stars 87 forks source link

Wikilink in Anki contains text that should be outside of the link. #128

Closed Schabolon closed 1 year ago

Schabolon commented 2 years ago

Plugin Version: 1.6.3 (latest as of writing)

Describe the bug Wikilink in Anki contains text that should be outside of the link.

To Reproduce

Expected behavior Create two different links in Anki not one large one.

Markdown used

`this is a test #card 
start [[originalName|newName]] some text [[secondReference]].`

Anki-Result:

<p>start <a href="obsidian://open?vault=Documents&amp;file=originalName.md">[[newName]] some text [[secondReference]]</a>.</p>