eshapard / AnkiHabitica

Anki 2.0/2.1 add-on for use with HabitRPG. Automatically scores habits when you reach the end of your Anki timebox and when you review all cards in a deck.
GNU General Public License v3.0
197 stars 31 forks source link

Adjust Progress Bar Length? #111

Closed viviann16 closed 3 years ago

viviann16 commented 3 years ago

Would it be possible (or could you make it possible) to adjust the progress bar length?

For example, the habit is checked off whenever I go through 12 cards, but I would like to adjust it to 20 cards to challenge myself. I have tried changing the text in the description of the Habit in Habitica, but as soon as I restart Anki and refresh the Habatica page, it goes back to 12, and my progress bar remains at 12.

Also, just want to say I deeply appreciate and LOVE this add-on for Anki! Makes it much more enjoyable for me and I really needed this for motivation to go through my cards every day. It would be cool if I had the option to set this as a "daily" in Habitica too.

71e6fd52 commented 3 years ago

Changing sched to 20 in the addon setting can help you.

71e6fd52 commented 3 years ago

For daily habitica, there is some old code at https://github.com/eshapard/AnkiHabitica/blob/anki2.0/extras/daily_habit.py. If you know python, you can find out how to use this code (and pr to us).