debanjandhar12 / Obsidian-Anki-Sync

Obsidian plugin to make flashcards and sync them to Anki
GNU General Public License v3.0
140 stars 11 forks source link

Any way to show Linked Notes? #12

Open innovateworld opened 2 years ago

innovateworld commented 2 years ago

I have individual notes (files) for different concepts (ex: fallacies) that I would like to re-use as the back side of an Anki card but when I use the Embed syntax (Ex: ![[Genetic Fallacy]]) it doesn't show the linked document on the Anki Card and only shows the Embed info (Ex: ![[Genetic Fallacy]]) as the back of the card.

---
deck: Fallacies
tags: ObsidianAnkiSync
vault: Personal
ObsidianAnkiSyncModel: oid
---
<!-- basicblock-start oid="ObsNZWZn2PWfXaead1cNX2uC" -->
What is formula for sin theta?::
$$\frac{Opposite}{Hypotenuse}$$
![Triangle](https://i.pinimg.com/originals/0d/79/3a/0d793a88f6c69aa8efd54a1012722c12.gif)
<!-- basicblock-end -->

<!-- basicblock-start oid="ObsVwDxjn3ToC3htRgyrb2iz" -->
Genetic Fallacy?::
![[Genetic Fallacy]]

<!-- basicblock-end -->
innovateworld commented 2 years ago

I searched around and perhaps the correct term for the issue I am referring to is "transclusion" for embedding a linked note. Someone else requested this feature on the Obsidian to Anki repo and I added a comment there. https://github.com/Pseudonium/Obsidian_to_Anki/issues/235