zarstensen/obsidian-latex-math ? reverse-engineered prompt
Reverse engineered prompt
Build me an Obsidian plugin that lets me work with LaTeX math inside my notes and evaluate it with Sympy. I want to click into a math block and run commands to simplify expressions, get decimal results, expand, factor, do partial fractions, and solve single equations or systems. It should also be able to convert units, generate a truth table for logical propositions, and turn LaTeX into Sympy code.
I want definitions to work too, so I can set a symbol or function with := and have later math blocks use it from that point downward. Please include support for assumptions with a small config block, since that helps simplify expressions and control solving. Keep it polished for real note taking, with sensible hotkeys, clear insertion of results back into the note, and good error handling when the expression can’t be parsed.
If you need to check current docs or package details, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit