An open API service indexing awesome lists of open source software.

https://github.com/grubersjoe/nextcloud-google-docs-redirect

Nextcloud app to redirect to the Google Doc web application when clicking on .gddoc files
https://github.com/grubersjoe/nextcloud-google-docs-redirect

gdocs nextcloud nextcloud-app

Last synced: about 1 month ago
JSON representation

Nextcloud app to redirect to the Google Doc web application when clicking on .gddoc files

Awesome Lists containing this project

README

        

# Google Docs Redirect

> [!CAUTION]
> This plugin is deprecated and does not work for Nextcloud versions newer than v28. See this
> [comment](https://github.com/grubersjoe/nextcloud-google-docs-redirect/issues/8#issuecomment-2567125303)
> for more context.

This Nextcloud app adds a few lines of JavaScript to open uploaded Google Docs
documents in a new tab (redirect to Google Docs) instead of downloading them.

The following file extensions are supported:

- `.gdoc`
- `.gddoc`
- `.gsheet`
- `.gdsheets`
- `.gslides`
- `.gdslides`
- `.glink`
- `.gdlink`
- `.gform`

## Development

For development, you need the following dependencies:

- on mac OS: `gtar`: `brew install gnu-tar`
- [Prettier](https://prettier.io/) in your path

There is a Makefile to perform the following tasks:

```sh
make format
make release
```