pwaldhauer/kirby-save-and-publish-button

Adds a save and publish button to the panel.

Maintainers

Package info

github.com/pwaldhauer/kirby-save-and-publish-button

Language:JavaScript

Type:kirby-plugin

pkg:composer/pwaldhauer/kirby-save-and-publish-button

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 0

dev-main 2024-01-29 13:26 UTC

This package is auto-updated.

Last update: 2026-03-01 00:44:10 UTC


README

This plugin provides adds a button in the header button bar that saves and publishes the current page with only a single click! Especially useful for when you are using Kirby as a blog system.

Screenshot of the new button bar

Installation

  1. composer require pwaldhauer/kirby-save-and-publish-button or copy the files to the site/plugins folder.

Caveats

Since kirby currently does not provide a hook to add buttons to the button bar, this plugin just adds the button using the DOM so it may be buggy.

License

MIT