pwaldhauer / kirby-save-and-publish-button
Adds a save and publish button to the panel.
Package info
github.com/pwaldhauer/kirby-save-and-publish-button
Language:JavaScript
Type:kirby-plugin
pkg:composer/pwaldhauer/kirby-save-and-publish-button
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.
Installation
composer require pwaldhauer/kirby-save-and-publish-buttonor copy the files to thesite/pluginsfolder.
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
