https://github.com/skwalexe/math-to-image
📐 A vscode extension to convert LaTeX code into remote image links
https://github.com/skwalexe/math-to-image
codecogs ext extension latex math vscode
Last synced: about 1 month ago
JSON representation
📐 A vscode extension to convert LaTeX code into remote image links
- Host: GitHub
- URL: https://github.com/skwalexe/math-to-image
- Owner: SkwalExe
- License: mit
- Created: 2022-04-05T06:10:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T06:05:04.000Z (almost 4 years ago)
- Last Synced: 2026-03-29T01:25:13.215Z (3 months ago)
- Topics: codecogs, ext, extension, latex, math, vscode
- Language: JavaScript
- Homepage: https://skwalexe.github.io/math-to-image
- Size: 671 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Math to image 📏

📏 Math to image conversion tool for websites that don't support LaTex rendering like GitHub.
Convert LaTeX code into image links like:

## Installation 📦
```shell
ext install Skwal.math-to-image
```
## Usage 📝
Select your LaTeX code :

Then press `Ctrl+p` and type `Convert math to image`

After that, click enter to convert your code.

## Settings 🔧
The following configuration options are available in the `.vscode/settings.json` of your workspace.
- You can change the default color in which the math will be rendered, with the `color` option.
- You can change the default style applied to the `
` tags. Defaults to `null` for no styling.
```json
"math-to-image.color": "white"
"math-to-image.style": "transform: translateY(-0.1rem);"
```
## Setting up a shortcut 🔧
Press `Ctrl+p` and type `Convert math to image`, then click on the gear icon.
Click on `keybinding` and type your shortcut

## Change log 📝
For version updates and bug fixes, please see our [CHANGELOG](CHANGELOG.md)
## Final
If you have any problem, don't hesitate to open an issue
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
