A useful UX would be to have UI affordances (e.g. menu options) that evaluate to app console snippets.
For example, we'd like to have an affordance to list the revisions of a Google Drive file.
This would be something like in the context menu for a file "list revisions". This should result in populating an app console cell and executing it. And also expanding it if its not already visible.
We should probably add a helper function "createAndRun(code)" so its easy to just add affordances that run a particular code snippet
A useful UX would be to have UI affordances (e.g. menu options) that evaluate to app console snippets.
For example, we'd like to have an affordance to list the revisions of a Google Drive file.
This would be something like in the context menu for a file "list revisions". This should result in populating an app console cell and executing it. And also expanding it if its not already visible.
We should probably add a helper function "createAndRun(code)" so its easy to just add affordances that run a particular code snippet