PHPackages                             pwaldhauer/kirby-quick-add - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. pwaldhauer/kirby-quick-add

ActiveKirby-plugin[Admin Panels](/categories/admin)

pwaldhauer/kirby-quick-add
==========================

Kirby Quick Add Panel Section

v2.0.0(3y ago)152811[5 PRs](https://github.com/pwaldhauer/kirby-quick-add/pulls)MITVue

Since Aug 29Pushed 3y ago2 watchersCompare

[ Source](https://github.com/pwaldhauer/kirby-quick-add)[ Packagist](https://packagist.org/packages/pwaldhauer/kirby-quick-add)[ RSS](/packages/pwaldhauer-kirby-quick-add/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (9)Used By (0)

Kirby Quick Add Plugin
======================

[](#kirby-quick-add-plugin)

This plugin provides a two panel section that provides a form to quickly add a new child page to a pre defined page structure. Initially it was build to quickly create new blog posts without having to navigate the page tree to the correct directory (e.g. `blog/posts/[current year]`).

Please consider this plugin as a show case how to build a simple custom section and not as full fledged and extremely customizable plugin. It's mainly built for my blog and just published because I wanted to write a post about it 🤪

[![screenshot](screenshot.png)](screenshot.png)

Installation
------------

[](#installation)

1. `composer require pwaldhauer/kirby-quick-add` or copy the files to the `site/plugins` folder.
2. Add the section to a blueprint:

```
sections:
  quickAdd:
    type: quickadd
    headline: New Post
    target: posts/[YEAR]
    defaultTemplate: micro
    templates:
      - micro
      - short
      - long

```

or

```
sections:
  quickAdd:
    type: quickaddimage
    headline: New Post
    target: posts/[YEAR]
    template: micro
    text: Drop here
    dragText: "(image:[FILENAME] size:big)"

```

(or combine both with a `colums` thingy)

Blueprint options (quickadd)
----------------------------

[](#blueprint-options-quickadd)

- `headline`: Printed above the section
- `target`: The path to the page the new one will be a child of. `[YEAR]` will be replaced with the current year (e.g. 2020).
- `templates`: List of possible templates
- `defaultTemplate`: Default template

Blueprint options (quickaddimage)
---------------------------------

[](#blueprint-options-quickaddimage)

- `headline`: Printed above the section
- `text`: Printed in the drop zone
- `dragText`: The KirbyTag that will be inserted into the post for every file
- `target`: The path to the page the new one will be a child of. `[YEAR]` will be replaced with the current year (e.g. 2020).
- `template`: Default template for the created post

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~352 days

Total

3

Last Release

1377d ago

Major Versions

v1.2.0 → v2.0.02022-08-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/a407de86b0ca559693c8754eed381a45c8eb98f96ce3d459c48780fddcbdda1d?d=identicon)[pwaldhauer](/maintainers/pwaldhauer)

---

Top Contributors

[![pwaldhauer](https://avatars.githubusercontent.com/u/432323?v=4)](https://github.com/pwaldhauer "pwaldhauer (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/pwaldhauer-kirby-quick-add/health.svg)

```
[![Health](https://phpackages.com/badges/pwaldhauer-kirby-quick-add/health.svg)](https://phpackages.com/packages/pwaldhauer-kirby-quick-add)
```

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)[magefan/module-admin-user-guide

Admin panel user guides.

132.5M1](/packages/magefan-module-admin-user-guide)[pechente/kirby-admin-bar

Kirby Admin Bar

512.2k](/packages/pechente-kirby-admin-bar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
