You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a template for all of my notes that uses Dataview to get the created date and the last modified date followed by a horizontal rule using asterisks.
For some reason, the Flashcards plugin won't add any cards to Anki with this template. Is there any way I can edit the code for the plugin to ignore or skip over this header I use?
This is the exact code I use for my note template:
The plugin seems to be reading this script and interpreting it as 2 cards to add to Anki with 2 models that I can't even find in the plugin's code("Obsidian-cloze-code" and "Obsidian-basic-code"). See the console log below... flashcards.log
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a template for all of my notes that uses Dataview to get the created date and the last modified date followed by a horizontal rule using asterisks.
For some reason, the Flashcards plugin won't add any cards to Anki with this template. Is there any way I can edit the code for the plugin to ignore or skip over this header I use?
This is the exact code I use for my note template:
The plugin seems to be reading this script and interpreting it as 2 cards to add to Anki with 2 models that I can't even find in the plugin's code("Obsidian-cloze-code" and "Obsidian-basic-code"). See the console log below...
flashcards.log
Any ideas of help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions