- Wolfram Alpha is cool
- Graphing math equations is useful for notes
- I wanted to make an obsidian plugin
- Checking your work is annoying
- Clone this repository
- Run
npm install
- Run
npm build
- Copy the plugin to your obsidian plugins directory
- Whenever I get around to it
You need an api key from wolframalpha to use this You can get that Here
- Two commands
- Evalute the math
- Runs the equation and returns the result (This will either be true or false or the solution(s))
- Graph the math
- Runs the equation and returns the graph (Wolfram doesn't always return a graph tho so will produce a warning if it fails)
- Evalute the math