Skip to content

alejandro-ao/chatgpt-equations

build
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 2 commits ahead, 2 commits behind main.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

ChatGPT Equation Renderer

The ChatGPT Equation Renderer Chrome Extension is a tool that allows users to easily render equations in ChatGPT using LaTeX notation. The extension uses KaTeX, a fast and efficient LaTeX renderer, to ensure that equations are displayed accurately and quickly.

Installation

To install the ChatGPT Equation Renderer Chrome Extension, follow these steps:

  • Open Google Chrome and navigate to the Chrome Web Store.
  • Search for "ChatGPT Equations" in the search bar.
  • Click "Add to Chrome" to add the extension to your browser.
  • Once the installation is complete, you will see the ChatGPT Equation Renderer icon in your browser's toolbar.

Usage

To use the ChatGPT Equation Renderer Extension, simply open a ChatGPT conversation and click on the extension icon in the browser toolbar. This will open a popup with two buttons: "Prompt LaTeX" and "Render LaTeX".

Clicking "Prompt LaTeX" will request ChatGPT to use LaTeX notation for any equations in your responses. This will enable you to write equations using LaTeX notation directly in the chat box.

Once ChatGPT has understood that it has to use LaTeX notation for equations, click "Render LaTeX" to automatically render any mathematical expressions in your responses that use LaTeX notation. While this function is active, it will continue to render any new equations that appear in new ChatGPT responses.

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd chatgpt-equations

Install dependencies

  npm install

Run the builder to create the content script

  npm run build-dev
  • Then load the extension in Chrome by navigating to chrome://extensions/ in your browser.
  • Enable Developer Mode by clicking the toggle switch in the top right corner of the page.
  • Click "Load unpacked" and select the root directory of the extension on your local machine.
  • Once you have loaded the extension locally, you can use it in the same way as the published version of the extension.
  • Simply open a ChatGPT conversation and click on the extension icon in the browser toolbar to use the extension.

Contributing

Contributions to the ChatGPT Equation Renderer Chrome Extension are welcome and greatly appreciated! If you would like to contribute to the project, please follow these steps:

  • Fork the repository on GitHub.
  • Create a new branch for your contribution.
  • Make your changes and commit them to your branch.
  • Submit a pull request to the main repository. Please ensure that your code adheres to the coding standards used in the project and includes tests where applicable. Also, be sure to provide a clear and detailed description of your changes in your pull request.

Thank you for your interest in contributing to the ChatGPT Equation Renderer Chrome Extension!

License

The ChatGPT Equation Renderer Chrome Extension is licensed under the MIT License.

About

Visualize equations using Latex notation inside ChatGPT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published