-
Notifications
You must be signed in to change notification settings - Fork 7
Google Docs as GUI: setup
Louis Maddox edited this page Jun 20, 2016
·
3 revisions
The setup for using Google Docs as a GUI would require server-side activity.
- Generate markdown file in the background (wouldn't appear to GUI, thus wouldn't freeze GUI).
- Rather than relying on user copy and paste, send it to Drive
- better yet, S3 (or Drive to S3...?)
- Provide the generated markdown to the user dynamically (being sent to a given file location set within app locally, or in-browser pane alongside the Docs editor)
- Don't think Docs is parsed cleanly enough at present
- Unsustainable scaling of processing time with document length, lags something awful
- perhaps some sort of awareness of prior progress through document would be appropriate. A miniature version control, with server-captured session variables defining which lines were last edited perhaps...?