bikenik / alfred-anki

Create New Cards into any decks with any "Note Type".
MIT License
45 stars 1 forks source link

[Praise] 3 years, but still works like a charm #25

Open xerosanyam opened 3 years ago

xerosanyam commented 3 years ago

I had to do 2 things to make it work correctly on mac:

  1. vim ~/Library/Application\ Support/Alfred/Workflow\ Data/org.bikenik.anki/header.json update the value to {}
  2. on mac, applications which are not foreground sleep. This makes the experience bit flaky. it can be configured by running this in terminal
    defaults write net.ankiweb.dtop NSAppSleepDisabled -bool true
    defaults write net.ichi2.anki NSAppSleepDisabled -bool true
    defaults write org.qt-project.Qt.QtWebEngineCore NSAppSleepDisabled -bool true

    source - https://foosoft.net/projects/anki-connect/

jackelkas commented 1 year ago

Which value did you update to {}?