JeppeKlitgaard / ObsidianAnkiBridge

Yet Another Obsidian Anki Bridge.
https://JeppeKlitgaard.github.io/ObsidianAnkiBridge/
MIT License
89 stars 12 forks source link

Nested decks are not found #38

Closed kevinpolisano closed 1 year ago

kevinpolisano commented 1 year ago

Sanity checks

Diagnositics

Component Version
Obsidian 1.1.9
AnkiBridge 0.6.17
Anki 2.1.56

Description

When trying to sync toward a subdeck, the latter is not found.

Reproduce

  1. Create a subdeck "Fourier" inside "Math" deck in Anki.
  2. Sync this flashcard in Obsidian:
deck: Math/Fourier
tags:
  - equation
---
A function with period $L$ can be written as a __Fourier Series__:  
===
$$  
\begin{gather}  
f(x) = \frac{1}{2} a_0 + ∑\limits_{n=1}^∞ a_n \cos(k_n x) + ∑\limits_{n=1}^∞ b_n \sin(k_n x)\\  
\\  
\quad \text{Where } {k_n = \frac{nπx}{L}}  
\end{gather}  
$$  
github-actions[bot] commented 1 year ago

Thank you for taking the time to report the issue and help me to make the project better! 🙂

Please be mindful that this is a hobby project and any support I am able to offer is done at the expense of my (often hard to come by) spare time.

kevinpolisano commented 1 year ago

SOLVED: you need to identify the subdeck like this: Math::Fourier.