Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krassowski/anki-touchscreen
Touchscreen functionality for Anki
https://github.com/krassowski/anki-touchscreen
anki anki-addon anki21
Last synced: about 2 months ago
JSON representation
Touchscreen functionality for Anki
- Host: GitHub
- URL: https://github.com/krassowski/anki-touchscreen
- Owner: krassowski
- License: gpl-3.0
- Created: 2018-08-14T12:16:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T09:24:47.000Z (about 1 year ago)
- Last Synced: 2024-04-13T15:52:11.037Z (9 months ago)
- Topics: anki, anki-addon, anki21
- Language: Python
- Homepage: https://ankiweb.net/shared/info/1631622775
- Size: 39.1 KB
- Stars: 24
- Watchers: 3
- Forks: 13
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anki-TouchScreen
Touch screen functionality for AnkiImplements same drawing/writing mechanism as in AnkiDroid. Your writing is NOT intended to remain on the cards after review - same as in AnkiDroid.
Use the menu `View` → `TouchScreen` to activate/change settings.
Use Ctrl + R to toggle the touchscreen.
Use icons which will show up in the top right corner of the review screen to temporarily hide/clean the board.
Enjoy!Warning: the version for Anki 2.0 has limited functionality, and may sometimes not work as expected; since the release of Anki 2.1, the old version is not supported.
#### Changelog:
- 0.2.6 - make "undo" action available under Alt + Z
- 0.2.4 - add support for enhanced image occlusion, add a fix for "a double click bug" by LaucianK
- 0.2.3 - bug fix release, improvements to undo button, styling and performance
- 0.2.1 - minor fix for the buttons/canvas positioning
- 0.2 - added "undo" option, improved the support of long cards plus other minor improvements#### Disclaimer
Important parts of Javascript code were inspired by creativejs tutorial. I recommend you check out the resource if you are interested in learning JS.This add-on works well with Anki Night Mode.
#### For developers
You are more than welcome to contribute! While I may not be able to support every user of this addon, I will do my best to help any developer willing to open PR implementing new features or fixing bugs.