Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesarhuret/docgpt
ChatGPT directly within Google Docs as an Editor Add-on 📑
https://github.com/cesarhuret/docgpt
Last synced: 3 months ago
JSON representation
ChatGPT directly within Google Docs as an Editor Add-on 📑
- Host: GitHub
- URL: https://github.com/cesarhuret/docgpt
- Owner: cesarhuret
- Created: 2022-12-05T01:05:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T20:17:56.000Z (over 1 year ago)
- Last Synced: 2024-08-01T00:39:22.793Z (3 months ago)
- Language: JavaScript
- Homepage: https://docs.google.com/document/d/1N7qvw5mZdVe2u2IQ5pnVDmUjHsLEfq9_Z0Tf8PHloZA/edit
- Size: 60.5 KB
- Stars: 659
- Watchers: 15
- Forks: 98
- 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
![alt text](https://i.imgur.com/YlWvBEzl.png)
3. Type something in your Google Doc
![alt text](https://i.imgur.com/287n0U0l.png)
4. Select your question, or whatever text you want to send to ChatGPT
![alt text](https://i.imgur.com/62tfu0kl.png)5. Use the extension! (click Start instead of Ask to access the chat pop-up)
![alt text](https://i.imgur.com/g7w6Qgfl.png)
6. Accept the Authorization request & sign into google
![alt text](https://i.imgur.com/LbmKDmpl.png)
7. Click Advanced, go to ChatGPT & allow the scopes required![alt text](https://i.imgur.com/D7gzZpal.png)
8. Get your result!
![alt text](https://i.imgur.com/MEidlLYl.png)
### MS Word1. Open a new word document
2. Enable the Developer Tab on Word
3. Click Macros
![alt text](https://i.imgur.com/946Lupxl.png)4. Create a new macro with the name AddToShortcut
![alt text](https://i.imgur.com/1DSMx78l.png)
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
![alt text](https://i.imgur.com/eiWU4Ecl.png)7. Search for Microsoft Scripting Runtime and enable it
![image](https://user-images.githubusercontent.com/67405604/205881130-c82f1ace-2c06-462e-a196-e7188077e9c5.png)8. Click OK and Save the file containing the code you pasted.
9. Right click selected text in Word and click `Ask ChatGPT`
![image](https://user-images.githubusercontent.com/67405604/205882403-1fee052b-1a40-45e0-838b-f0c9268611ed.png)
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.)