Use Anki CSS in addon

Hello,

I’m developping an addon, which show a page using AnkiWebView and view.setHtml. I managed to load webview.css, but I would like to load other parts of Anki CSS. For example, in the deck stats page, I see that _app/immutable/assets/0.CpI1RXib.css and HelpModal.6AtxmQWv.css are useful to show modals. How can I load them in my page?

Thanks for your help!

1 Like

Here is my source code: https://framagit.org/kfeine/anki-suivi-vocabulaire-langues-bibliques

There’s no reliable way to load these CSS files. I recommend copying them from Anki’s source code to your add-on’s source instead as needed:

Thanks for your quick response! I hoped there was a way not to duplicate the code. At least it’s quite simple this way.