Michał Krassowski
Michał Krassowski
Wait, a minute, the example that you have pointed to... it uses [`@wraps`](https://github.com/krassowski/Anki-Night-Mode/blob/b846545cb399d655b5e15a8c1a2b2981afba5f1d/night_mode/internals.py#L258-L274) decorator, which leads us to https://github.com/krassowski/Anki-Night-Mode/blob/b846545cb399d655b5e15a8c1a2b2981afba5f1d/night_mode/internals.py#L225-L242 where `wrap`: https://github.com/krassowski/Anki-Night-Mode/blob/b846545cb399d655b5e15a8c1a2b2981afba5f1d/night_mode/internals.py#L235 is `anki.hooks.wrap`. It would seem that the problem...
Thank you for getting in touch. Please show HTML code of your card. You can do that my pressing ctrl + shift + x on the field of choice, or...
Thanks @salmivas. The color swapping feature was intended to modify colors introduced into the cards in the editor by clicking on "change text color" button. There is no easy technique...
Well, this was solved by workaround that removes the span after detecting some common operations (typing, cutting, pasting). It seems that to make it compatible with the other addon, it...
Hi @ian-townsend - thank you for your translation and filling in this issue! Yes, I will release a new version with updated translations later this month.
Thank you for reporting this issue. Does this happen only when using OSX's dark theme?
How do you add the highlight? I do not see an option for that among the available buttons:  May I ask you to post the html...
Use this snippet to overwrite highlight styling in night mode (look at the span style that you provided - I use it to target the highlight using exact match of...
Hi @Arthur-Milchior, thanks for letting me know! Just quickly: - my wraps are implemented in [internals.py](https://github.com/krassowski/Anki-Night-Mode/blob/a127d60493dae9bad55830421cf7735d13e6f701/night_mode/internals.py#L193). - the conficting styler is CardLayoutStyler (we both owerride CardLayout.init): https://github.com/krassowski/Anki-Night-Mode/blob/a127d60493dae9bad55830421cf7735d13e6f701/night_mode/stylers.py#L697-L723 - the CardLayoutStyler...
> Thus, I guess I'll just let the add-on be incompatible and write a message on the Readme page. Just out of curiosity, did disabling Card Layout in `View →...