Hello fellow obsidian users,
I’m trying to use obsidian to use Obsidian to write mathematics documents. I am a researcher. My plan is using Obsidian to save short proofs, ongoing arguments, and in general unfinished ideas that require more work and that don’t deserve a whole .tex document yet.
I am having trouble with theorem environments and equation numberings and things that LaTeX does by default.
If there is some fellow mathematician around please let me know how you did it. I got really excited about using Obsidian for research (instead of creating a new overleaf project to save a one-page valuable proof every time), but I’m hitting a wall here.
What I’m trying to do
I am looking my equations to be automatically numbered (instead of doing it manually with \tag{number}). The same for theorems. Ideally, in such a way that I wan write \label{label of the thing} and then somewhere else I can write \ref{label of the thing} and shows the reference.
Clickable links is not essential. If the thing gets automatically numbered as 1'' and then \ref{label of the thing} shows that number 1’', that is enough to me. Also, I don’t need labels to work across the vault or different .md documents. If this can be done to work inside every individual .md file then that is enough to me.
Things I have tried
I tried to install the plugin " LaTeX-like Theorem & Equation Referencer for Obsidian", but it fails. It says “Failed to load plugin “math-booster””. I read that this may be related to the fact that my vault is in a dropbox folder.
I also tried other plugins but none seems to solve this issue.