Extension:GoogleDocCreator

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
GoogleDocCreator
Release status: stableCategory:Stable extensions
Implementation Tag Category:Tag extensions
Description Creates a Google Doc in your Drive and embeds it to a wiki page
Author(s) Nischay Nahata,Sanjay Thiyagarajan
Latest version 2.0 (2021-12-30)
MediaWiki 1.35+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
  • $wgGoogleApiClientCredentialsPath
Quarterly downloads 1 (Ranked 97th)
Translate the GoogleDocCreator extension if it is available at translatewiki.net
Category:All extensions

The GoogleDocCreator extension lets you create and insert a Google Docs into any wiki page.

Download

You can download the GoogleDocCreator code, in .zip format: https://github.com/wikimedia/mediawiki-extensions-GoogleDocCreator/archive/2.0.zip

You can also download the code directly via Git from the MediaWiki source code repository (see available tags). From a command line in the extensions directory, run the following:

git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleDocCreator

To view the code online, including version history for each file, go here: view GoogleDocCreator code

Installation

To install the extension, place the entire 'GoogleDocCreator' directory within your MediaWiki 'extensions' directory, then do the following line steps:

wfLoadExtension( 'GoogleDocCreator' );
$wgGoogleApiClientCredentialsPath = "$IP/extensions/GoogleDocCreator/credentials.json";
  • Run "composer update" in your main MediaWiki folder.

Use

Go to Special:GoogleDocCreator to use this extension.

Version history

  • 1.0 - August 8, 2018 - Initial version
  • 2.0 - December 30, 2021 - Dependence on GoogleDocTag extension removed; support for MW 1.29-1.34 removed; support for MW 1.35+ improved
Category:Google extensions Category:Spreadsheets extensions Category:Document viewer extensions
Category:All extensions Category:Document viewer extensions Category:Extensions in Wikimedia version control Category:Extensions included in Canasta Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Google extensions Category:ParserFirstCallInit extensions Category:Spreadsheets extensions Category:Stable extensions Category:Tag extensions