I want to change HTML when opening a deck when there are no more cards left for today
I tried reviewer_will_end. but it seems like only the following hooks enables changing the content:
- deck_browser_will_render_content
- overview_will_render_content
I want to change HTML when opening a deck when there are no more cards left for today
I tried reviewer_will_end. but it seems like only the following hooks enables changing the content:
If you want to do something with the congrats screen, you could perhaps check for it by calling mw.col.sched._is_finished() in the overview_did_refresh hook. You may want to refer to GitHub - Luc-Mcgrady/Anki-Search-Stats-Extended as an example on how to modify svelte pages
Found here, thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.