Hey, I'm using this project as the obsidian extension, and I really like it so far. Thank you!
I ran into an issue when using it today though. Namely, I wasn't able to create cards for a specific note type I'd renamed earlier.
After some debugging, I noticed that said type is broken in the Note Type Table too, and none of the fields are shown.
Regenerating the Note Type Table doesn't fix it and yields this error.
I noticed that, while the note type name now provided by anki is the new version, the one populating the dictionary plugin.fields_dict was the old one, thus yielding this error.
I fixed it by manually going into .obsidian/plugins/obsidian-to-anki-plugin/data.json, removing instances of the new name and renaming instances of the old name to the new one.
The text was updated successfully, but these errors were encountered:
Have a similar issue.
As a temporary workaround you can do this - open the data.json file located in .obsidian/plugins/obsidian-to-anki-plugin and edit it manually, save the file, and restart obsidian.
Hey, I'm using this project as the obsidian extension, and I really like it so far. Thank you!

I ran into an issue when using it today though. Namely, I wasn't able to create cards for a specific note type I'd renamed earlier.
After some debugging, I noticed that said type is broken in the Note Type Table too, and none of the fields are shown.
Regenerating the Note Type Table doesn't fix it and yields this error.

I noticed that, while the note type name now provided by anki is the new version, the one populating the dictionary
plugin.fields_dictwas the old one, thus yielding this error.I fixed it by manually going into
.obsidian/plugins/obsidian-to-anki-plugin/data.json, removing instances of the new name and renaming instances of the old name to the new one.The text was updated successfully, but these errors were encountered: