zacharied / anki-content-injector

Anki add-on to "overlay" HTML/CSS/JS content on cards at review-time
3 stars 2 forks source link

Is there any way to make this work on mobile? #3

Closed jamesnelmore closed 4 years ago

jamesnelmore commented 4 years ago

If not the HTML and js, just the css?

khonkhortisan commented 4 years ago

add @import url(_myfile.css); to the top of the styling of every last note type

zacharied commented 4 years ago

Mobile plugins use a completely separate API from desktop Anki and are out of the scope of this project. Manually importing the styling in the note type as described by @khonkhortisan is the best way to achieve this.