No description
  • JavaScript 75.1%
  • Nunjucks 24.9%
Find a file
2026-03-21 12:46:40 +01:00
assets feat: fork @indiekit/endpoint-share as @rmdes/indiekit-endpoint-share 2026-02-28 08:17:41 +01:00
includes feat: fork @indiekit/endpoint-share as @rmdes/indiekit-endpoint-share 2026-02-28 08:17:41 +01:00
lib refactor: revert to bookmark-only, keep syndication targets 2026-02-28 11:10:03 +01:00
locales i18n: add missing syndicate-to label key across all locales 2026-03-21 12:46:40 +01:00
node_modules feat: fork @indiekit/endpoint-share as @rmdes/indiekit-endpoint-share 2026-02-28 08:17:41 +01:00
test/integration feat: fork @indiekit/endpoint-share as @rmdes/indiekit-endpoint-share 2026-02-28 08:17:41 +01:00
views refactor: revert to bookmark-only, keep syndication targets 2026-02-28 11:10:03 +01:00
CHANGELOG.md feat: fork @indiekit/endpoint-share as @rmdes/indiekit-endpoint-share 2026-02-28 08:17:41 +01:00
index.js feat: fork @indiekit/endpoint-share as @rmdes/indiekit-endpoint-share 2026-02-28 08:17:41 +01:00
package.json chore: bump version to 1.0.4 2026-03-21 12:46:40 +01:00
README.md feat: fork @indiekit/endpoint-share as @rmdes/indiekit-endpoint-share 2026-02-28 08:17:41 +01:00

@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.