Bart Vandeputte Autopublish Schedule automatic publishing of pages (drafts) on a certain date & time Docs Source Install Manual Download and extract the folder to site/plugins/autopublish Composer Copy Git Submodule Copy autopublish: label: Autopublish on type: date time: true default: now autounpublish: label: Automatically unpublish on type: date time: true Version 3.0.0 License MIT Stars 34 Supports K4 K3 Created 13 Apr 2019 Updated 3 Dec 2023 Info Topics Dates Cron Support Docs Issues Email Latest releases 3.0.0 2.0.2 2.0.1 2.0 1.0 Similar plugins AutoPublish This plugin will auto publish selected pages. Enable auto publishing for certain pages in the panel and set a date when to publish the page.… K5 K4 Date Extended Plugin to provide two additional date fields which will store the creation date and the modication date as a Unix Epoch. A field method is p… K4 K3 Recently Modified Kirby Plugin to view recently modified pages by current User (or other collections) K4 K3 More by Bart Vandeputte More $queue = kqQueue('queuename'); $job = kqJob([ 'foo' => 'foo', 'bar' => 'bar' ]); $queue->addJob($job); Queue Enable workers in Kirby that can do tasks in the background at scheduled intervals (cron) by working through queues of jobs K4 K3 $site->log('My message', 'error'); Log A little log utility (KLogger wrapper) K4 K3 $pages->bettersearch($string, $options) Better Search Search for full word combinations rather than just individual words. K4 K3