Fixes creating multipne cards-deck lines for newly created cards#145
Fixes creating multipne cards-deck lines for newly created cards#145putzwasser wants to merge 1 commit intoreuseman:mainfrom
cards-deck lines for newly created cards#145Conversation
This tries to fix the creation of multiple `cards-deck` YAML/frontmatter lines during the process of adding new flash cards to anki. This is more like a hotfix as I'm not sure if it solves the problem bug completely.
|
Hey @putzwasser, I'm not sure I quite understand this change. You're saying you are having multiple |
|
See this screencast (with spelling error 😉 ) screencast.webmThis happens every time a new card, i.e. new anki ID, is added to anki. You can tell this behaviour from the |
|
I see. Yeah I can reproduce this error. However, the PR does not appear to fix the issue. Could you look into this? |
|
Also, could you link this PR to an Issue? Thank you! |
Unfortunately, I can't as it fixed it for me.
There's none. |
Currently, if you add a new flash card and import it to anki, then flashcards-obsidian adds a new frontmatter line of
to you file, which is unnecessary and annoying.
This tries to fix the creation of multiple
cards-deckYAML/frontmatter lines during the process of adding new flash cards to anki.This is more like a hotfix as I'm not sure if it solves the problem bug completely (or might lead to other problems).