-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deck and note options. #12
Open
holocronweaver
wants to merge
15
commits into
kerrickstaley:main
Choose a base branch
from
holocronweaver:options
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Aug 17, 2017
-
Add deck options via new OptionsGroup class.
* Switch to named placeholders in SQL commands for sqlite3 to maintain readability as number of deck options increases. * Add lots of deck options which are maintained through new OptionsGroup class. The OptionsGroup encapsulates the corresponding concept in Anki so multiple decks can share the same set of options.
Configuration menu - View commit details
-
Copy full SHA for 28766a3 - Browse repository at this point
Copy the full SHA 28766a3View commit details
Commits on Aug 18, 2017
-
Add per-note options and a deck creation time.
* A correct deck creation time is necessary since card due dates are defined relative to it.
Configuration menu - View commit details
-
Copy full SHA for eab7246 - Browse repository at this point
Copy the full SHA eab7246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 685d962 - Browse repository at this point
Copy the full SHA 685d962View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebacc3c - Browse repository at this point
Copy the full SHA ebacc3cView commit details -
Rename note.level -> stage to reduce ambiguity.
* Anki does not use a consistent nomenclature for the SRS stages. 'Type' cannot be used like it is in the database because that is a reserved word in Python. 'Level' could be taken as a generic measure, like 'interval' is for due days. It is hard(er) to mistake 'stage' for any of the other parameters.
Configuration menu - View commit details
-
Copy full SHA for cd261da - Browse repository at this point
Copy the full SHA cd261daView commit details
Commits on Aug 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6eb44fa - Browse repository at this point
Copy the full SHA 6eb44faView commit details
Commits on Aug 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 96606ec - Browse repository at this point
Copy the full SHA 96606ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fa1870 - Browse repository at this point
Copy the full SHA 0fa1870View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a8d00 - Browse repository at this point
Copy the full SHA a5a8d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0449a - Browse repository at this point
Copy the full SHA 4d0449aView commit details
Commits on Aug 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 61b18b5 - Browse repository at this point
Copy the full SHA 61b18b5View commit details
Commits on Sep 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bda7097 - Browse repository at this point
Copy the full SHA bda7097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8286fbc - Browse repository at this point
Copy the full SHA 8286fbcView commit details
Commits on Sep 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0a13191 - Browse repository at this point
Copy the full SHA 0a13191View commit details
Commits on Sep 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d9fd190 - Browse repository at this point
Copy the full SHA d9fd190View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.