https://github.com/developer-mike/calctex
An Obsidian plugin for automatic calculation of LaTeX formulas.
https://github.com/developer-mike/calctex
Last synced: about 1 year ago
JSON representation
An Obsidian plugin for automatic calculation of LaTeX formulas.
- Host: GitHub
- URL: https://github.com/developer-mike/calctex
- Owner: Developer-Mike
- License: gpl-3.0
- Created: 2023-09-20T15:45:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T16:47:49.000Z (about 1 year ago)
- Last Synced: 2025-03-25T08:42:38.318Z (about 1 year ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calctex
An [Obsidian](https://obsidian.md/) plugin that automatically calculates the solution for your LaTeX formulas using the [CortexJS Compute Engine](https://cortexjs.io/compute-engine/).
## Usage
To calculate the solution for a formula, simply add a `=` sign after the formula and the solution will be automatically calculated and displayed. If you want to write the solution to the document, just click on the solution or press the `Tab` key.
## Installation
Download it from the community plugins list
OR
1. Download the files from the latest release from the releases page.
2. Put the files into `/.obsidian/plugins/calctex`.
3. Reload Obsidian and enable the plugin in the settings.
4. Enjoy!