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
Hi everyone,
I came across a bug. The plugin will crash, if I want to generate new cards, when I already have some YAML dataview in the beginning of the md file. It can't write the card-deck property. The cards are generated but they are not given IDs below the paragraph so that they cannot be updated later on.
I made a fix in .obsidian/plugins/flashcards-obsidian/main.js. I am using regex instead of hard-typing the string character position. I am attaching my fix, but I don't know, how to make a pull request to this project. I am not a js dev, just a student who is studiing for finals.
I would be glad, if someone can push my fix to official version of this plugin, so others doesn't have to deal with it like me.
Hi everyone,
I came across a bug. The plugin will crash, if I want to generate new cards, when I already have some YAML dataview in the beginning of the md file. It can't write the card-deck property. The cards are generated but they are not given IDs below the paragraph so that they cannot be updated later on.
I made a fix in
.obsidian/plugins/flashcards-obsidian/main.js
. I am using regex instead of hard-typing the string character position. I am attaching my fix, but I don't know, how to make a pull request to this project. I am not a js dev, just a student who is studiing for finals.I would be glad, if someone can push my fix to official version of this plugin, so others doesn't have to deal with it like me.
This is the old code from line 6929 to line 6951.
This is my fix:
The text was updated successfully, but these errors were encountered: