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 am experiencing an error when using the Obsidian plugin to export flashcards to Anki. Below are the details of the error message and the relevant code snippets.
plugin:flashcards-obsidian:6922 TypeError: Cannot read properties of undefined (reading 'start')
at CardsService.updateFrontmatter (plugin:flashcards-obsidian:6933:75)
at CardsService.eval (plugin:flashcards-obsidian:6916:30)
at step (plugin:flashcards-obsidian:68:23)
at Object.eval [as next] (plugin:flashcards-obsidian:49:53)
at fulfilled (plugin:flashcards-obsidian:39:58)
Code Snippet (Lines 6932, 6933):
Here is plugin:flashcards-obsidian:6932:
if (frontmatter) {
var oldFrontmatter = this.file.substring(frontmatter.position.start.offset, frontmatter.position.end.offset);
It looks like frontmatter has no position attribute.
This is on Anki 24.11 and Obsidian 1.7.7
The text was updated successfully, but these errors were encountered:
I am experiencing an error when using the Obsidian plugin to export flashcards to Anki. Below are the details of the error message and the relevant code snippets.
Here is plugin:flashcards-obsidian:6932:
It looks like frontmatter has no position attribute.
This is on Anki 24.11 and Obsidian 1.7.7
The text was updated successfully, but these errors were encountered: