Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
Nextcloud app to redirect to the Google Doc web application when clicking on .gddoc files
- Host: GitHub
- URL: https://github.com/grubersjoe/nextcloud-google-docs-redirect
- Owner: grubersjoe
- License: agpl-3.0
- Created: 2021-04-02T16:21:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T06:00:53.000Z (about 1 month ago)
- Last Synced: 2024-10-14T21:51:41.500Z (23 days ago)
- Topics: gdocs, nextcloud, nextcloud-app
- Language: PHP
- Homepage: https://apps.nextcloud.com/apps/googledocsredirect
- Size: 33.2 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Google Docs Redirect
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 pathThere is a Makefile to perform the following tasks:
```sh
make format
make release
```