When I run anki-editor-push-notes I get :ANKI_FAILURE_REASON: Unrecognized keyword: "fish". I use the fish-shell (not bash) so it might somehow be related to that, but I don't know how to work around it. Here's an example I tried:
#+PROPERTY: ANKI_DECK Default
* Fact
:PROPERTIES:
:ANKI_NOTE_TYPE: Cloze
:ANKI_FAILURE_REASON: Unrecognized keyword: "fish"
:END:
** Text
Cards of this note wil be created in {{c1::Default::which deck ?}}
When I run
anki-editor-push-notes
I get:ANKI_FAILURE_REASON: Unrecognized keyword: "fish"
. I use the fish-shell (not bash) so it might somehow be related to that, but I don't know how to work around it. Here's an example I tried: