-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some small refactoring on More Answer Buttons
- Loading branch information
1 parent
0372969
commit fe9605f
Showing
8 changed files
with
28 additions
and
16 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
3 changes: 3 additions & 0 deletions
3
src/reviewer_more_answer_buttons/more_answer_buttons/README.md
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Configuring the add-on on Anki 2.0 | ||
|
||
The configuration options may be found at the top of the file reviewer_more_answer_buttons_for_20.py. |
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
10 changes: 10 additions & 0 deletions
10
src/reviewer_more_answer_buttons/more_answer_buttons/config.md
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
### Answer button properties | ||
|
||
You can add 4 buttons at maximum, each of which should have the following properties defined (please refer to the default config for the exact syntax and formatting): | ||
|
||
Description ... appears above the button | ||
Label ... the label of the button | ||
ShortCut ... the shortcut key for the button | ||
ReschedMin ... same as the lower number in the Browser's "Edit/Rescedule" command | ||
ReschedMax ... same as the higher number in the Browser's "Edit/Rescedule" command | ||
|
1 change: 0 additions & 1 deletion
1
src/reviewer_more_answer_buttons/more_answer_buttons/if you use Anki 2.0 read this.txt
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/reviewer_more_answer_buttons/more_answer_buttons/manifest.json
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "More Answer Buttons for New Cards", | ||
"package": "153603893" | ||
} |
7 changes: 0 additions & 7 deletions
7
src/reviewer_more_answer_buttons/more_answer_buttons/readme.md
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
Adds extra buttons to the answer button area for new cards | ||
Copyright: (c) Steve AW 2013 <[email protected]> | ||
(c) Glutanimate 2016-2017 <https://glutanimate.com/> | ||
(c) ijgnd 2019 | ||
Copyright: (c) 2013 Steve AW <[email protected]> | ||
(c) 2016-2019 Glutanimate <https://glutanimate.com/> | ||
(c) 2019 ijgnd | ||
License: GNU AGPLv3 or later <https://www.gnu.org/licenses/agpl.html> | ||
""" | ||
|
||
|