-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I just noticed that the actual Google Docs files themselves (i.e. those with the extensions .gdoc and .gsheet) are just "symlinks" to URLs, which (presumably) won't change as changes are made to the documents. As such, changes to these documents are handled by Google's version control, not Git's, which kind of defeats the purpose of storing them on Git.
Should we switch to using, say, LibreOffice documents, expecting that every contributor to these documents can be trusted to pull/push/merge their changes? This would probably work for some documents, e.g. outreach letters; but definitely not for others, like the more publicly-editable spreadsheets that store information.
Conversely, I wonder if there's some attachment to GitHub we can add such that these Google Docs & Sheets can actually be displayed, and even edited, inside GitHub's interface. Right now, opening one of these documents just displays plaintext JSON - see an example here - which is obviously less useful.