corollari / ankiTab

Browser extension that replaces the new tab page with Anki flashcards
https://ankitab.com
The Unlicense
187 stars 16 forks source link

option to have a card limit #26

Closed mygonia closed 3 years ago

mygonia commented 4 years ago

idrk how to code or even make a proper pull request. i'd like to propose a feature where you can set a maximum number of cards. once you reach it, the screen just goes blank. idk how to properly .set and .get data for chrome extensions. I'll figure it out when I'm not too busy.

i made it so that each time a card is answered, the counter goes up by one until it reaches the limit. then, it's done.

corollari commented 4 years ago

Great addition! Tomorrow I'll test this PR and provide feedback

corollari commented 4 years ago

Thanks for the contribution! I've seen that you've started some work on making the new behaviour that you are introducing through this PR configurable by the user, but some parts are missing, could you polish that a little bit more before we merge it?