This is my current setup for taking math notes in Obsidian as well as some additional resources that may prove useful.

Plugins I'm Currently Using

CSS Snippets

mjx-math {
  font-size: 120% !important;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* === Images size defaults === */
.image-embed.image-embed img:not([width]) {
    max-height: 450px;
    max-width: 500px;
}


/* Horizontally center the graph in the page content */
.desmos-graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

Interesting Plugins

I don't use these but they might be useful.

Resources