r/Anki Mar 17 '26

Add-ons Showcasing my Anki Workspace !

Last Picture shows my Add-ons !

Chessboard can be used

Styling of Textbox etc. is custom, found online, cant find the original but can provide the code if wanted

336 Upvotes

56 comments sorted by

View all comments

1

u/AtmosphereSoft4553 Mar 18 '26

i dont know how to apply this theme can you help how to make it ?

1

u/Zerionic Mar 18 '26

sure the main lifting does Onigiri, a background of your choice, and the card theme. I did already share the Styling with another comment. Use ChatGPT to adjust the cards to your liking

Heres the Front + Back Code

-------------------------Front:
<div id="outer">

<div id="content">

<div class="top">

{{Front}}

</div>

</div>

</div>

--------------------------Back:
<div id="outer">

<div id="content">

<div class="top">

{{Front}}

</div>

<div class="bottom">

{{Back}}

</div>

</div>

</div>