https://github.com/cesarhuret/docgpt
ChatGPT directly within Google Docs as an Editor Add-on 📑
https://github.com/cesarhuret/docgpt
Last synced: 5 months ago
JSON representation
ChatGPT directly within Google Docs as an Editor Add-on 📑
- Host: GitHub
- URL: https://github.com/cesarhuret/docgpt
- Owner: cesarhuret
- Archived: true
- Created: 2022-12-05T01:05:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T20:17:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T23:13:01.246Z (6 months ago)
- Language: JavaScript
- Homepage: https://docs.google.com/document/d/1N7qvw5mZdVe2u2IQ5pnVDmUjHsLEfq9_Z0Tf8PHloZA/edit
- Size: 60.5 KB
- Stars: 667
- Watchers: 15
- Forks: 97
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - docGPT - ChatGPT directly within Google Docs as an Editor Add-on 📑 (Browser-extensions)
README
docGPT 📄
ChatGPT directly integrated into Google Docs 📑## Features
- Faster than [chat.openai.com](https://chat.openai.com)
- Free
- Live Chat Within Google Docs
- Text Completion## Usage
- **Google Docs**
- **MS Word**### Google Docs
1. Get the template: https://docs.google.com/document/d/1N7qvw5mZdVe2u2IQ5pnVDmUjHsLEfq9_Z0Tf8PHloZA/edit?usp=sharing
2. Make a copy of the document

3. Type something in your Google Doc

4. Select your question, or whatever text you want to send to ChatGPT
5. Use the extension! (click Start instead of Ask to access the chat pop-up)

6. Accept the Authorization request & sign into google

7. Click Advanced, go to ChatGPT & allow the scopes required
8. Get your result!

### MS Word1. Open a new word document
2. Enable the Developer Tab on Word
3. Click Macros
4. Create a new macro with the name AddToShortcut

5. Copy the code in `wordGPT/ask.bas` of this repo, and paste it into the Word VBA Editor6. Click `Tools > References` in the navbar
7. Search for Microsoft Scripting Runtime and enable it
8. Click OK and Save the file containing the code you pasted.
9. Right click selected text in Word and click `Ask ChatGPT`

1. Wait for your result! (Currently it is not recommended to ask ChatGPT again before current question is answered, otherwise all the answers can be mixed up. Keyboard input is disabled while waiting for the result, see issue #9.)