https://ankiweb.net/shared/info/344934142
A modern, elegant addon for Anki that displays your recently added notes in a beautiful side panel. Perfect for reviewing your work and keeping track of your study materials.
Hi @navamed
thanks for your comment
Yeah, actually I was going to add this functionality in the next beta release ; am going to try to add an edit icon and when pressed it will open the note in the browser to edit it.
Currently data is saved by writing directly to config.json, but config.json is overwritten when the addon is updated, so data needs to be saved in meta.json. It is easy and common to get the config.json from the addonManager, like this:
I think currently it requires a restart after changing the options. If you move all of NotesHistoryWidgetβs load_config into __init__, it should be possible to change it without restarting, like this:
And adding code like this using setConfigAction displays the custom dialog when users select from the Add-ons dialog. (Tools β Addons β Select addon β Config)
But Ankiβs default Config has the ability to reset to default, so I think this is fine without it.
This is just an idea, I thought it might be useful to have an option to hide the answers on the cards. But the browser will show the answers so this may not be necessary.