-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Alternate between reviewer backgrounds #10
Comments
It's possible to achieve both. Actually, having the background changes between a set of images for each deck doesn't even require writing an addon (as long as the deck has the same kind of notes). just some CSS, and JS maybe, in the note itself. |
Thanks for making the priorities transparent! Thanks also very much for giving the tip about CSS and JS. I hardly know anything about it, so I appreciate this tip. I see you're receiving a lot of issues filed right now. If you don't mind, I think I'll ask a big community like reddit, as it is just a matter of CSS and JS, in order to take the pressure off of you. This will be sufficient for our purpose. PS: Wait – maybe I misunderstood what the add-on affects. Does it affect also the deck background in the review screen (i.e., the purple-red-ish background in the gif on ankiweb), or only the background in the screen that is shown after you select a deck (i.e., the Eiffel tower picture in the gif on ankiweb)? I now remember a blogpost of yours (shared on reddit, I believe) where you described how to beautify the background in the review screen (via the note template). |
No, the addon doesn't affect the reviewer's background. That's just the template I am using this could be achieved with a single line of code really
and add that line at the end
so the code should look like this
The picture should be in your collection.media folder. and rename it to start with '_' so it doesn't get deleted if you checked your media I'd really like to help with what you actually need. So, whenever I have the time I'll let you know. if you hadn't found out how to do it by then. |
Hi ! Some time ago, I tried to do the same thing (making a cycled background change during reviews) and I posted the code on my blog (https://anki-paces.blogspot.com/2018/01/avoir-un-fond-decran-dynamique-dans-anki.html). |
@coco1602 Thanks, I'll try it! Seems like it is easy to follow, with the checklist. I will give you feedback |
Hi,
my girlfriend has shown interest in Anki, and I want to customize it for her as much as possible.
The reviewer backgrounds are an awesome opportunity. Would it be possible to assign several backgrounds to one deck, and alternate between them (preferably randomly)? For me it's actually not important if alternate within a group of pictures that is assigned to only one deck, or if the reviewer background just alternates randomly regardless of the deck. Could you help me with that? I guess that the latter would be simpler, and therefore easier to accomplish?
The text was updated successfully, but these errors were encountered: