schneyra/kirby-autosave

Saves your page automatically.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

Type:kirby-plugin

1.1.0 2024-04-26 07:47 UTC

This package is auto-updated.

Last update: 2025-04-26 09:57:38 UTC


README

Saves your page automatically.

Installation

composer require schneyra/kirby-autosave

Usage

Add the field to the blueprint of your pages. You can override the label and interval.

Example:

fields:
    ...
    autosave:
        label: Save me!
        interval: 3000
    ...

Development

// develop
npx -y kirbyup serve src/index.js

// build
npx -y kirbyup src/index.js