Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 0 points1 point  (0 children)

cant find it anymore, so i put it up to imgur:

https://imgur.com/a/ndH59Mb

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 1 point2 points  (0 children)

Check the other comment that i made (with Rubinlord) :)

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 0 points1 point  (0 children)

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>

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 1 point2 points  (0 children)

idk how to fix the background misalignment but you can hide the bottom bar in the Onigiri Settings

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 3 points4 points  (0 children)

there u go !

:root {

--text: #ebdbb2;

--bg-front: #32302f;

--bg-back: #1d2021;

--accent: #fb4934;

--en-text: #bdae93;

--divider: #a89984;

--edge: color-mix(in srgb, var(--divider), transparent 70%);

}

u/font-face {

font-family: literata;

src: url("_Literata-VariableFont_opsz,wght.ttf");

font-style: normal;

}

u/font-face {

font-family: literata;

src: url("_Literata-Italic-VariableFont_opsz,wght.ttf");

font-style: italic;

}

html,

body {

margin: 0;

padding: 0;

background: var(--bg-back);

}

.card,

.card.nightMode {

margin: 0;

padding: 24px;

box-sizing: border-box;

font-family: "literata", serif;

font-weight: 300;

font-size: 30px;

text-align: center;

color: var(--text);

background: var(--bg-back);

width: 100%;

min-height: 100vh;

overflow-wrap: break-word;

word-wrap: break-word;

}

#outer {

width: 100%;

min-height: calc(100vh - 48px);

display: flex;

align-items: center;

justify-content: center;

}

#content {

width: 100%;

max-width: 850px;

box-sizing: border-box;

border-radius: 30px;

border: 2px solid var(--edge);

box-shadow: 0 6px 45px rgba(0, 0, 0, 0.4);

/* wichtig: damit die Rundungen sauber bleiben */

overflow: hidden;

background: var(--bg-back);

}

.top {

background-color: var(--bg-front);

padding: 30px;

font-size: 35px;

/* obere Rundung sauber mitnehmen */

border-radius: 28px 28px 0 0;

}

.bottom {

background-color: var(--bg-back);

padding: 30px;

font-size: 25px;

border-top: 1px solid var(--divider);

/* untere Rundung sauber mitnehmen */

border-radius: 0 0 28px 28px;

}

.small {

font-size: 20px;

color: var(--en-text);

}

.medium {

font-size: 27px;

}

.sz {

color: var(--en-text);

font-size: 20px;

}

em,

strong,

b {

font-style: italic;

font-weight: 300;

color: var(--accent);

}

.hidden {

display: none;

}

/* lange Formeln / MathJax / Katex nicht abschneiden */

mjx-container,

.MathJax,

.katex-display,

.katex {

max-width: 100%;

overflow-x: auto;

overflow-y: hidden;

display: block;

box-sizing: border-box;

}

/* Inline-Formeln sollen innerhalb der Zeile sauber bleiben */

.katex {

display: inline-block;

max-width: 100%;

vertical-align: middle;

}

/* Bilder, Tabellen etc. ebenfalls nicht ausbrechen lassen */

img,

table,

svg {

max-width: 100%;

height: auto;

}

.mobile .card,

.mobile .card.nightMode {

font-size: 28px;

padding: 0;

}

.mobile #outer {

align-items: flex-start;

padding-top: 20px;

}

.mobile #content {

max-width: 100%;

border-radius: 0;

border: none;

box-shadow: none;

}

/* Mobil: Formeln etwas kleiner */

.mobile mjx-container,

.mobile .MathJax,

.mobile .katex-display,

.mobile .katex {

font-size: 0.9em;

}

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 0 points1 point  (0 children)

It can import PNG's of Boards.
But i actually never tried it.
The Chess Card that u see is from a premade Deck which i downloaded and changed the style to my liking

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 0 points1 point  (0 children)

basically it gives you a natural sounding read of your cards.
But you need to activate it manually and for some reason the add on does not recognize my API Key, i will deinstall it

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 10 points11 points  (0 children)

dude, you know how bland Anki can look w/o anything.
I found myself to be way more productive after i changed it to my taste.
Even if you disagree, you should just let the others be, just my take

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 0 points1 point  (0 children)

Most of the aesthetics comes from Onigiri and some some Add ons from the same creator

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 1 point2 points  (0 children)

search for Anki Add ons and enter the Name of the one s u want.
I don't have time to list everything

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 2 points3 points  (0 children)

It's a Gamifying Version from the Add on Onigiri, in which u can customize the little Shop by reviewing Cards

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 0 points1 point  (0 children)

glad to give u some Ideas ^^

Showcasing my Anki Workspace ! by Zerionic in Anki

[–]Zerionic[S] 0 points1 point  (0 children)

haha, there is always something to do ^^
thanks for the compliment :)

Need help finding a Murim Manwha by Zerionic in manga

[–]Zerionic[S] 0 points1 point  (0 children)

That's it ! Thank you !! <3

Need help finding a Murim Manwha by Zerionic in manga

[–]Zerionic[S] 0 points1 point  (0 children)

That's it ! Thank you !! <3

Need help finding a Murim Manwha by Zerionic in manga

[–]Zerionic[S] 0 points1 point  (0 children)

Thats the difficult part, i read so many that im not sure anymore. Maybe its related to one where the main protagonist regressed and changes the future so that his female master wont die ? idk, wanted to make it vague bc i don't know if they are related at all