| .github/workflows | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Mathematica Plot
Obsidian Mathematica Plot is a plugin that allows you to plot mathematical graphs using Wolfram Mathematica.
Features
- Plot graphs using Wolfram mathematica code
- Plot 2D graphs
- Plot 3D graphs
- Preview graphs while editing
- Edit already created graphs
- Create image file and wikilink (currently working on)
- Ability to plot several graphs in a row
How to use
To use this plugin, you must have installed wolframscript. You can do it here.
Enter the command Plot Graph on the command palette to plot a graph. Then complete the fields, which accept Wolfram Mathematica code. I suggest checking their docs here.
How to install
This is an Obsidian plugin like any other, and must be cloned or unzipped into your vault's .obsidian/plugins/ directory, then enabled in the Obsidian configuration. It's not registered as a standard community plugin for downloading or updating within Obsidian. Though it is in the revision process.
- Clone the project in .obsidian/plugins/
- Run
npm run build - Enable the plugin in the Obsidian configuration
Contributing
Contributions are encouraged, I will review any incoming pr. Also, it would be really helpful if you could create an issue whenever you encounter a bug or something that does not work as expected, thank you!!