Ahmet Bora Minify HTML Enable minify HTML output for Kirby 3 and 4. Docs Source Download return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Version 2.1.0 License MIT Stars 34 Supports K4 K3 Created 20 Sep 2019 Updated 13 Dec 2023 Info Topics Performance Templating Support Docs Issues Email Latest releases 2.1.0 2.0.0 1.7.1 1.7.0 1.6.0 Similar plugins Paparazzi A Puppeteer-powered toolkit for programatically creating images with Kirby, by simply writing HTML & CSS code K4 Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K4 Blade Templates Use Laravel Blade templates for your Kirby site K4 K3 More by Ahmet Bora More return [ 'afbora.loader.roots' => [ '/plugins/core', '/plugins/payment', '/plugins/shipping', ] ]; Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping. K3 // hook 'page.product.update:after' => function () { // your code goes here } Template hooks Template hooks allow you to manage hooks for page and file templates more easily. K4 K3