Creating a text editing program

As the title suggests, I am looking to create an application to proofread text. I would like to automate the "volume up" that is written each time on a particular manuscript and the content written for VTR playback to be removed for transcription into a web article, etc.

Can I use Appseat to do this?

0 1 42
1 REPLY 1

You can use AppSheet to create a user interface to submit the text, display the result, add data like owners, projects, dates, etc. in records, create workflows, store and browse through previous records and such tasks.

But you have to process the text outside AppSheet. An easy way to do it, would be to use Google Apps Script to process the text, and use its integration with Appsheet to pass user's input to the script through the app and get the returned result from the script, store it and display it to the user.

 

Top Labels in this Space