What I’m trying to do
I accidentally used \def
while trying to write out a mathjax function. This ended up overwriting the default \frac
command.
I need assistance removing the macro I accidentally created and restore \frac
’s default behavior.
Where do macros get stored? Can I manually clear them out of a file? Can I delete them all with a single command? Can I reset all of the mathjax settings?
Things I have tried
I’ve tried googling for this issue, but I can’t find any answer besides deleting Obsidian and reinstalling it (I would really prefer to not have to reconfigure all of my plugins!).
- I overwrote a native latex command and cannot access the Obsidian latex library to reset it
- How to Reset Obsidian Latex Commands?
- https://www.reddit.com/r/ObsidianMD/comments/199z4qx/resetting_mathjax_commands/
- https://www.reddit.com/r/ObsidianMD/comments/1e565rz/need_help_with_undoing_def_command/
I’ve also tried looking through my vault’s .obsidian folder for any configs where it might be stored, and can’t find anything outside of a database (which I’m not sure how to access).
It’s wild to me that it’s so easy to break such a core part of obsidian, I have to imagine there’s a way to fix this without deleting and reinstalling everything.