{"id":31531719,"url":"https://github.com/skwalexe/math-to-image","last_synced_at":"2026-05-14T12:35:08.372Z","repository":{"id":40448612,"uuid":"477997507","full_name":"SkwalExe/math-to-image","owner":"SkwalExe","description":"📐 A vscode extension to convert LaTeX code into remote image links","archived":false,"fork":false,"pushed_at":"2022-08-23T06:05:04.000Z","size":687,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T01:25:13.215Z","etag":null,"topics":["codecogs","ext","extension","latex","math","vscode"],"latest_commit_sha":null,"homepage":"https://skwalexe.github.io/math-to-image","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkwalExe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"SkwalExe","ko_fi":"SkwalExe","liberapay":"SkwalExe","custom":"https://www.paypal.com/paypalme/SkwalDev"}},"created_at":"2022-04-05T06:10:36.000Z","updated_at":"2022-04-13T18:20:00.000Z","dependencies_parsed_at":"2022-08-09T20:41:04.799Z","dependency_job_id":null,"html_url":"https://github.com/SkwalExe/math-to-image","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SkwalExe/math-to-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Fmath-to-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Fmath-to-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Fmath-to-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Fmath-to-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkwalExe","download_url":"https://codeload.github.com/SkwalExe/math-to-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Fmath-to-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33025223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codecogs","ext","extension","latex","math","vscode"],"created_at":"2025-10-04T02:14:21.867Z","updated_at":"2026-05-14T12:35:08.348Z","avatar_url":"https://github.com/SkwalExe.png","language":"JavaScript","funding_links":["https://patreon.com/SkwalExe","https://ko-fi.com/SkwalExe","https://liberapay.com/SkwalExe","https://www.paypal.com/paypalme/SkwalDev"],"categories":[],"sub_categories":[],"readme":"# Math to image 📏\n\n![demo](https://github.com/SkwalExe/math-to-image/raw/main/images/gif.gif)\n\n📏 Math to image conversion tool for websites that don't support LaTex rendering like GitHub.\n\nConvert LaTeX code into image links like:  \n\u003c!-- $x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}$ --\u003e \u003cimg src=\"https://latex.codecogs.com/svg.image?\\small%20\\color{White}x%3D%5Cfrac%7B-b%5Cpm%5Csqrt%7Bb%5E2-4ac%7D%7D%7B2a%7D\" /\u003e\n\n## Installation 📦\n\n```shell\next install Skwal.math-to-image\n```\n\n## Usage 📝\n\nSelect your LaTeX code :\n\n![Highlight Math](https://github.com/SkwalExe/math-to-image/raw/main/images/1.png)\n\nThen press `Ctrl+p` and type `Convert math to image`\n\n![Select option](https://github.com/SkwalExe/math-to-image/raw/main/images/2.png)\n\nAfter that, click enter to convert your code.\n\n![Convert](https://github.com/SkwalExe/math-to-image/raw/main/images/3.png)\n\n## Settings 🔧\n\nThe following configuration options are available in the `.vscode/settings.json` of your workspace.\n\n- You can change the default color in which the math will be rendered, with the `color` option.\n\n- You can change the default style applied to the `\u003cimg\u003e` tags. Defaults to `null` for no styling.\n\n```json\n\"math-to-image.color\": \"white\"\n\"math-to-image.style\": \"transform: translateY(-0.1rem);\"\n```\n\n## Setting up a shortcut 🔧\n\nPress `Ctrl+p` and type `Convert math to image`, then click on the gear icon.\n\nClick on `keybinding` and type your shortcut\n\n![keybinding](https://github.com/SkwalExe/math-to-image/raw/main/images/4.png)\n\n## Change log 📝\n\nFor version updates and bug fixes, please see our [CHANGELOG](CHANGELOG.md)\n\n## Final\n\nIf you have any problem, don't hesitate to open an issue\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n\u003ca href=\"https://github.com/SkwalExe#ukraine\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/SkwalExe/SkwalExe/main/ukraine.jpg\" width=\"100%\" height=\"15px\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskwalexe%2Fmath-to-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskwalexe%2Fmath-to-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskwalexe%2Fmath-to-image/lists"}