https://github.com/notwoods/gitbook-plugin-webshare
Share buttons in GitBooks website using Web Share API
https://github.com/notwoods/gitbook-plugin-webshare
gitbook gitbook-plugin sharing webshare
Last synced: 3 months ago
JSON representation
Share buttons in GitBooks website using Web Share API
- Host: GitHub
- URL: https://github.com/notwoods/gitbook-plugin-webshare
- Owner: NotWoods
- License: apache-2.0
- Created: 2020-06-14T05:43:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T03:01:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T00:45:56.315Z (4 months ago)
- Topics: gitbook, gitbook-plugin, sharing, webshare
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbook-plugin-webshare
This plugin adds a sharing button in the GitBook website toolbar to share book using the [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share).
### Enable this plugin
This replaces the builtin sharing plugin, so it should be disabled.
```
{
plugins: ["-sharing", "webshare"]
}
```