@rmdes/indiekit-endpoint-share
v1.0.2
Published
Enhanced share endpoint for Indiekit. Supports bookmark and note post types via type selector.
Downloads
794
Maintainers
Readme
@indiekit/endpoint-share
Share endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website. Inspired and developed from an idea originally described by Max Böck.
Installation
npm install @indiekit/endpoint-share
[!NOTE] This package is installed alongside
@indiekit/indiekit
Usage
To customise the behaviour of this plug-in, add @indiekit/endpoint-share to your configuration, specifying options as required:
{
"@indiekit/endpoint-share": {
"mountPath": "/teilen", // de-DE
},
}Options
| Option | Type | Description |
| :---------- | :------- | :------------------------------------------------------ |
| mountPath | string | Path to share screen. Optional, defaults to /share. |
