Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution. Fir...
Answer
#8: Post edited
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- First, we should be aware that there are many types of software. Let's take the case of Google Docs as it is a "software" that can be used by a broad audience for a basic daily use: creating a (rich text printable) document.
- There are three Google Docs apps.
- - Web app
- - Android app
- - iPhone and iPad app
- Also, the Google Docs web app might be extended by using Google Apps Script.
>! Click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function, let's say to highlight all the words between underscores and remove the underscores. A custom menu is created by declaring a function using a reserved name. The function called is written using JavaScript and uses Google Apps Script services that handle the required authorization and the client-server communication on behalf of the user.- Also, Google Docs has a Google Docs API.
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- First, we should be aware that there are many types of software. Let's take the case of Google Docs as it is a "software" that can be used by a broad audience for a basic daily use: creating a (rich text printable) document.
- There are three Google Docs apps.
- - Web app
- - Android app
- - iPhone and iPad app
- Also, the Google Docs web app might be extended by using Google Apps Script.
- >! Click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function, let's say to highlight all the words between underscores and remove the underscores. A custom menu is created by declaring a function using a reserved name. The function called is written using JavaScript and uses Google Apps Script services that handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API.
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
#7: Post edited
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- First, we should be aware that there are many types of software. Let's take the case of Google Docs as it is a "software" that can be used by a broad audience for a basic daily use: creating a (rich text printable) document.
- There are three Google Docs apps.
- - Web app
- - Android app
- - iPhone and iPad app
Also, the Google Docs web app might be extended by using Google Apps Script. Click on the Extensions menu from the Google Docs web app, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function, let's say to highlight all the words between underscores and remove the underscores. A custom menu is created by declaring a function using a reserved name. The function called is written using JavaScript and uses Google Apps Script services that handle the required authorization and the client-server communication on behalf of the user.- Also, Google Docs has a Google Docs API.
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- First, we should be aware that there are many types of software. Let's take the case of Google Docs as it is a "software" that can be used by a broad audience for a basic daily use: creating a (rich text printable) document.
- There are three Google Docs apps.
- - Web app
- - Android app
- - iPhone and iPad app
- Also, the Google Docs web app might be extended by using Google Apps Script.
- >! Click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function, let's say to highlight all the words between underscores and remove the underscores. A custom menu is created by declaring a function using a reserved name. The function called is written using JavaScript and uses Google Apps Script services that handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API.
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
#6: Post edited
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- First, we should be aware that there are many types of software. Let's take the case of Google Docs as it is a "software" that can be used by a broad audience for a basic daily use: creating a (rich text printable) document.
- There are three Google Docs apps.
- - Web app
- - Android app
- - iPhone and iPad app
Also, Google Docs might be extended by using Google Apps Script. Click on the Extensions menu from the Google Docs web app, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function, let's say to highlight all the words between underscores and remove the underscores. A custom menu is created by declaring a function using a reserved name. The function called is written using JavaScript and uses Google Apps Script services that handle the required authorization and the client-server communication on behalf of the user.- Also, Google Docs has a Google Docs API.
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- First, we should be aware that there are many types of software. Let's take the case of Google Docs as it is a "software" that can be used by a broad audience for a basic daily use: creating a (rich text printable) document.
- There are three Google Docs apps.
- - Web app
- - Android app
- - iPhone and iPad app
- Also, the Google Docs web app might be extended by using Google Apps Script. Click on the Extensions menu from the Google Docs web app, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function, let's say to highlight all the words between underscores and remove the underscores. A custom menu is created by declaring a function using a reserved name. The function called is written using JavaScript and uses Google Apps Script services that handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API.
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
#5: Post edited
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
I think that first, you should be aware that there are many types of software. Let's take the case of Google DocsThere are three Google Docs apps- - Web app
- - Android app
- - iPhone and iPad app
Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user.Also, Google Docs has a Google Docs API- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- First, we should be aware that there are many types of software. Let's take the case of Google Docs as it is a "software" that can be used by a broad audience for a basic daily use: creating a (rich text printable) document.
- There are three Google Docs apps.
- - Web app
- - Android app
- - iPhone and iPad app
- Also, Google Docs might be extended by using Google Apps Script. Click on the Extensions menu from the Google Docs web app, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function, let's say to highlight all the words between underscores and remove the underscores. A custom menu is created by declaring a function using a reserved name. The function called is written using JavaScript and uses Google Apps Script services that handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API.
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
#4: Post edited
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- I think that first, you should be aware that there are many types of software. Let's take the case of Google Docs
- There are three Google Docs apps
- - Web app
- - Android app
- - iPhone and iPad app
- Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
P.S. At this time there is only one question about Google Docs:- https://powerusers.codidact.com/posts/286847
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- I think that first, you should be aware that there are many types of software. Let's take the case of Google Docs
- There are three Google Docs apps
- - Web app
- - Android app
- - iPhone and iPad app
- Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time, there is only one question about Google Docs:
- - [Commenting on multiple selections in Google Docs](https://powerusers.codidact.com/posts/286847)
#3: Post edited
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- I think that first, you should be aware that there are many types of software. Let's take the case of Google Docs
- There are three Google Docs apps
- - Web app
- - Android app
- - iPhone and iPad app
- Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- I think that first, you should be aware that there are many types of software. Let's take the case of Google Docs
- There are three Google Docs apps
- - Web app
- - Android app
- - iPhone and iPad app
- Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
- ---
- P.S. At this time there is only one question about Google Docs:
- - https://powerusers.codidact.com/posts/286847
#2: Post edited
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- I think that first, you should be aware that there are many types of software. Let's take the case of Google Docs
- There are three Google Docs apps
- - Web app
- - Android app
- - iPhone and iPad app
- Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API
Also, Google Docs using the web app might be edited offline when using Google Chrome, but not other web browsers.- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
Are any questions about Google Docs on-topic on Power User?
- Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution.
- I think that first, you should be aware that there are many types of software. Let's take the case of Google Docs
- There are three Google Docs apps
- - Web app
- - Android app
- - iPhone and iPad app
- Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user.
- Also, Google Docs has a Google Docs API
- Also, Google Docs using the web app might be edited offline using Google Chrome but not other web browsers.
- Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content.
- Are any questions about Google Docs on the web, Android, iPhone and iPad, using JavaScript or the API on-topic on Power User?
#1: Initial revision
Previously, web applications such as Facebook, Twitter, and Gmail were popular examples, but they have undergone significant advancements. Even Google Docs has undergone significant evolution. I think that first, you should be aware that there are many types of software. Let's take the case of Google Docs There are three Google Docs apps - Web app - Android app - iPhone and iPad app Also, Google Docs might be extended by using Google Apps Script. From the Google Docs web app, click on the Extensions menu, then Apps Script. This will open a new tab showing a code editor. Here the user could create a custom menu to call a function let's say to highlight all the words between underscores, and remove the underscores. A custom menu is created by declaring a function using a reserved name and the function called is written using JavaScript and makes use of Google Apps Script services that do handle the required authorization and the client-server communication on behalf of the user. Also, Google Docs has a Google Docs API Also, Google Docs using the web app might be edited offline when using Google Chrome, but not other web browsers. Also, Google Docs downloaded to a local storage unit by using Google Drive software had the Google Docs URL instead of the document content. Are any questions about Google Docs on-topic on Power User?