Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

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

60%
+1 −0
Meta What do we do about webapps?

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...

posted 11mo ago by Wicket‭  ·  edited 11mo ago by Wicket‭

Answer
#8: Post edited by user avatar Wicket‭ · 2023-06-16T21:33:44Z (11 months ago)
  • 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 by user avatar Wicket‭ · 2023-06-16T21:31:10Z (11 months ago)
  • 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 by user avatar Wicket‭ · 2023-06-16T21:29:55Z (11 months ago)
  • 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 by user avatar Wicket‭ · 2023-06-16T21:29:00Z (11 months ago)
  • 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)
  • 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 by user avatar Wicket‭ · 2023-06-16T21:08:55Z (11 months ago)
  • 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 by user avatar Wicket‭ · 2023-06-16T21:08:19Z (11 months ago)
  • 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 by user avatar Wicket‭ · 2023-06-16T21:04:08Z (11 months ago)
  • 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 by user avatar Wicket‭ · 2023-06-16T21:01:21Z (11 months ago)
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?