jasonwilliams / anki

Anki VSCode Plugin
MIT License
278 stars 32 forks source link

Cards not updated after changing `.md` file and `Send To Own Deck` #103

Open rleyvasal opened 1 year ago

rleyvasal commented 1 year ago

Issue

If I create a deck as shown below and Send to Own Deck

# Multiply

## 2 X 2 = 3

and then update the contents and Send To Own Deck

# Multiply

## 2 X 2 = 4

The card in the deck does not get corrected, but instead, a new card is created.

not updated

Expected

After the Markdown is corrected, the Deck and Cards get updated.

Note: It becomes tedious to delete a deck from Anki every time a mistake is found, it would be more helpful to be able to update existing card with updated .md file.

benjamin-weller commented 1 year ago

Please see my PR