jasonwilliams / anki

Anki VSCode Plugin
MIT License
275 stars 31 forks source link

Send to own deck, creates a Deck but does not include the cards created #49

Closed Yeeyao closed 2 years ago

Yeeyao commented 3 years ago

base info

software version
anki 2.1.44 (b2b3275f)⁩
vscode 1.56.2
Anki for VSCode 1.2.0
OS macOS big sur 11.3.1(M1)

desc

I have tried reinstall Anki and add-on

I also re-checked Anki and can't find the card

log

{
  "label": "Anki for VSCode",
  "level": "info",
  "message": "active Editor..",
  "time": "2021-05-24T11:05:01.827Z"
}
{
  "label": "Anki for VSCode",
  "level": "trace",
  "message": "{\"action\":\"createDeck\",\"version\":6,\"params\":{\"deck\":\"notes\"}}",
  "time": "2021-05-24T11:05:01.852Z"
}
{
  "label": "Anki for VSCode",
  "level": "trace",
  "message": "{\"action\":\"addNotes\",\"version\":6,\"params\":{\"notes\":[{\"deckName\":\"notes\",\"modelName\":\"BasicWithHighlightVSCode\",\"options\":{\"allowDuplicate\":false,\"duplicateScope\":\"deck\"},\"fields\":{\"Front\":\"<h2 id=\\\"test\\\">test</h2>\\n\",\"Back\":\"<p>this is a test file</p>\\n\"},\"tags\":[\"os_test\"]}]}}",
  "time": "2021-05-24T11:05:01.879Z"
}
jasonwilliams commented 2 years ago

Is this still happening? Did you try the force reinstall command?

Yeeyao commented 2 years ago

Is this still happening? Did you try the force reinstall command?

It works, thank you, I think I need to read the extension's doc more carefully next time