olegnet / dictionary-to-anki

a small useful tool for adding new words to Anki application on desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a small useful tool for adding new words to Anki application on desktop

It uses Compose Multiplatform for UI, Ktor for networking, Dictionary API for dictionary requests and Anki-Connect to connect to Anki application

Configuration

Keys are expected to be in $HOME/.config/dict2anki/keys.properties file

dictionary=... your key from https://yandex.com/dev/dictionary/

anki=... optional key for Anki Connect

Settings are saved to $HOME/.config/dict2anki/settings.json

Notes for MacOS Users from Anki Connect documentation

Don't forget to run this commands once and restart Anki

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

License

Copyright 2022 Oleg Okhotnikov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

MacOS icon

Icon art by oviotti

Iconpack

Download icons

About

a small useful tool for adding new words to Anki application on desktop

License:Apache License 2.0


Languages

Language:Kotlin 100.0%