Vocabulary Tools is a versatile Google Docs™ add-on designed to enhance your writing experience by providing quick access to synonyms, antonyms and conjugations. This add-on is perfect for writers, students, and professionals who want to improve their vocabulary and find the right words effortlessly.
- Synonyms Finder: Instantly find synonyms to avoid repetition and add variety to your writing
- Antonyms Finder: Discover antonyms to precisely express contrasting ideas
- Conjugation Assistant: Easily get the correct verb conjugations in different tenses
- Language: French
- Install extension
- Open a document or create a new one
- Select any word or expression
- Under the Add-ons menu, select Vocabulary tools
- Click Synonyms, Antonyms or Conjugations
Before you install the Google Apps Script Add-on, make sure you have:
- A Google account
- Node.js installed on your machine
npm
(Node Package Manager) installed on your machine
- Open your terminal or command prompt.
- Install
clasp
globally by running the following command:npm install -g @google/clasp
- Authenticate
clasp
with your Google account by running:clasp login
- Follow the on-screen instructions to complete the authentication process.
- Clone your repository to your local machine:
git clone [email protected]:david-vct/gdocs-vocabulary-tools.git
- Navigate to the project directory:
cd gdocs-vocabulary-tools
- Install dependencies
npm install
- Create a new Google Apps Script project:
clasp create --type standalone --title "Vocabulary tools"
- Push your local files to the Apps Script project:
clasp push
- Open Google Apps Script
- Open the project Vocabulary tools
- Under the Deployment menu, click Test Deployment
- Create a new deployment
- Run the deployment
- David Vicente - Initial work - david-vct
This project is licensed under the MIT License - see the LICENSE.md file for details