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

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

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"]
}
```