{"id":16004385,"url":"https://github.com/raineszm/obsidian-latex-environments","last_synced_at":"2025-07-30T04:05:43.903Z","repository":{"id":43782562,"uuid":"310145136","full_name":"raineszm/obsidian-latex-environments","owner":"raineszm","description":"Quickly insert and change latex environments within math blocks in Obsidian.","archived":false,"fork":false,"pushed_at":"2023-10-19T09:56:47.000Z","size":6385,"stargazers_count":61,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T07:51:13.331Z","etag":null,"topics":["obsidian-md","obsidian-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/raineszm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-04T23:57:39.000Z","updated_at":"2025-01-08T11:33:02.000Z","dependencies_parsed_at":"2024-10-27T15:19:24.443Z","dependency_job_id":"47d41261-4eb9-469b-a384-fce477ce6ea2","html_url":"https://github.com/raineszm/obsidian-latex-environments","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","purl":"pkg:github/raineszm/obsidian-latex-environments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raineszm%2Fobsidian-latex-environments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raineszm%2Fobsidian-latex-environments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raineszm%2Fobsidian-latex-environments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raineszm%2Fobsidian-latex-environments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raineszm","download_url":"https://codeload.github.com/raineszm/obsidian-latex-environments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raineszm%2Fobsidian-latex-environments/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267807952,"owners_count":24147353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["obsidian-md","obsidian-plugin"],"created_at":"2024-10-08T10:42:46.629Z","updated_at":"2025-07-30T04:05:43.854Z","avatar_url":"https://github.com/raineszm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obsidian-latex-environments\n[![](https://img.shields.io/github/v/release/raineszm/obsidian-latex-environments?style=for-the-badge)](https://github.com/raineszm/obsidian-latex-environments/releases/latest)\n![](https://img.shields.io/github/commits-since/raineszm/obsidian-latex-environments/latest?style=for-the-badge)\n![](https://img.shields.io/github/manifest-json/minAppVersion/raineszm/obsidian-latex-environments?color=red\u0026label=Min%20Obsidian%20Version\u0026style=for-the-badge)\n![](https://img.shields.io/github/downloads/raineszm/obsidian-latex-environments/total?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](#license)\n\n\u003e Quickly insert and change latex environments within math blocks in Obsidian.\n\n**The internals have been rewritten for version 0.3.0. See Version 0.3.0 rewrite below.**\n\n## Installation\n\nIf you have Obsidian version 0.9.8 or greater:\n\n1. Open the options pane\n1. Go to `Third-party plugins`\n1. Ensure that `safe-mode` is *off*. (**WARNING: Please verify for yourself the safety of any plugins before using them.**)\n1. Click `Browse` next to Community Plugins\n1. Search for `Latex Environments`\n1. Click `Install`\n1. Go back to the `Third-party plugins` page and enable `Latex Environments`\n\nTo update simply go back to the `Third-Party plugins` page for `Latex Environments` and click `Update`.\n\n\n### Manual Installation\nTo manually install\n 1. download the latest `zip`from the [latest Github Release](https://github.com/raineszm/obsidian-latex-environments/releases/latest)\n 1. unzip the contents into the `.plugins/obsidian-latex-environments` subdirectory of your vault.\n 1. reload obsidian\n 1. go into settings \u003e third party plugins and activate obsidian-latex-environments\n\nFor details see [the forums](https://forum.obsidian.md/t/plugins-mini-faq/7737).\n\n## Usage\n\n![](latexenv.gif)\n\n###  Commands\n\nThis plugin currently provides 3 commands, which do not have default bindings.\nBoth commands only work when the cursor is inside a math block.\nBoth commands will also query for the name of the environment.\n\n#### Insert Environment\n\nInsert a new LaTeX environment at the cursor.\n\n**With a selection** inserts a new LaTeX environment around the selection.\n0.\n\n#### Change Environment\n\nChange the name of the surrounding LaTeX environment.\n\n*If the cursor is on a `\\begin` or `\\end`, it is the corresponding environment that will be changed.*\n\n### Delete Environment\n\nRemove the innermost LaTeX environment enclosing the cursor.\n\n## Version 0.3.0 Rewrite \n\nIn order to support the Live Preview feature of obsidian the internals of this plugin needed to be rewritten.\nThe aim is to leave functionality unaffected but there may be some differences from previous versions.\nPlease file a bug report if you discover something that worked with 0.2.0 but not 0.3.0\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraineszm%2Fobsidian-latex-environments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraineszm%2Fobsidian-latex-environments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraineszm%2Fobsidian-latex-environments/lists"}