-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Saul Crumpton
authored and
Saul Crumpton
committed
Mar 17, 2020
1 parent
8430e2a
commit 7d51d04
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Deadline2 | ||
An update of the Anki Deadline addon for GUI configuration. | ||
|
||
Work was originally started at https://gist.github.com/eshapard/12c14947d31dfcb8f0915761fb649c32 | ||
I had originally started off by just making this into an Anki 2.1 compatible addon (move deadline.py into __init__.py and you're off to the races) | ||
|
||
Next, folks asked if I could make it a little bit easier to use by creating a configuration menu. | ||
Inspiration was taken from https://ankiweb.net/shared/info/1102281552 and https://ankiweb.net/shared/info/1374772155 , along with bits of their code. |