Closed hssm closed 9 years ago
Does AnkiDroid destroy the colors (which means that afterwards they don't appear correctly
in Anki Desktop either) ?
Thanks for your feedback!
Reported by nicolas.raoul
on 2013-02-28 02:49:16
No, the colors are not destroyed on Desktop. It does not look like Android is changing
html of the card but rather is interpreting the colors differently. I have attached
screenshots from Linux and Android to illustrate what I am talking about.
Reported by igor.2004
on 2013-02-28 16:09:57
You have night mode turned on. Go back one screen and turn it off. Either it'll be in
the menu as "Night mode" or in the top bar as a rectangle with a diagonal line going
through it, depending on device.
Reported by Houssam.Salem.Au
on 2013-03-01 12:02:06
Yes, I prefer to work in night mode all the time.
And yes: if one switches to day mode, the colors are correct. Still, I think it is
a bug that foreground colors change. It makes sense for black to change into white
but I would leave the rest of the colors unmodified.
So, I guees, currently the colors in the night mode are obtained using something like
xor with black?
#0000FF xor #FFFFFF = #FFFF00?
Reported by igor.2004
on 2013-03-01 15:22:35
This problem is still occurring as of 2.2alpha90. The Chinese support plugin for desktop
Anki has a colour scheme that is inverted in night mode.
Reported by jjheik
on 2014-06-16 21:55:42
A fix for my specific problem is as follows:
Use CSS .mobile to specify *inverse* colours for ankimobile e.g.:
.mobile .tone1 {color: #00ffff;}
.mobile .tone2 {color: #0028ff;}
.mobile .tone3 {color: #8303ff;}
.mobile .tone4 {color: #783105;}
.mobile .tone5 {color: #333333;}
That will work for night mode.
Reported by jjheik
on 2014-06-21 17:04:58
Reported by Houssam.Salem.Au
on 2015-04-13 12:06:14
Duplicate
Is there an easy way to change or edit multiple cards in a deck?
I'm not sure what you want to do. Change the font colour of multiple cards because you posted it here? You can do this via card templates.
For general questions like this I'd recommend to use the mailing group.
I'm sorry I abused the bug tracker to ask newbie questions.
A shared deck I got has <font color="#0000FF">
in the actual field of the card, instead of using another field with a CSS tag. Because of this bug, cards get displayed differently in Anki-droid with night-mode ON
than on the desktop and I cannot use the above fix, since the color is hard coded in the card.
I was wondering if you could suggest a way of accessing the cards so that I can edit out that text. If there's a way to export them to text and import back, then I can use text manipulation to fix the deck (500 cards).
Sorry, again, for using the bug tracker. I don't know why I unassigned ankidroid
.
I'm getting some error when trying to access the mailing group.
AnkiDroid doesn't have such a functionality, but you can synchronise your cards to Anki Desktop and use its find and replace feature: http://ankisrs.net/docs/manual.html#find-and-replace
Perfect! Thank you! π And sorry for the noise. I should've RTFM π
Originally reported on Google Code with ID 1701
Reported by
igor.2004
on 2013-02-28 02:46:57