PHPackages                             coralic/kirby-extended-writer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. coralic/kirby-extended-writer

AbandonedArchivedKirby-plugin[Utility &amp; Helpers](/categories/utility)

coralic/kirby-extended-writer
=============================

Supercharge Kirby's Writer field with new nodes, marks and features

1.1.1(4y ago)231.3k1[4 issues](https://github.com/coralic/kirby-extended-writer/issues)MITJavaScriptPHP &gt;=7.4.0

Since Jan 8Pushed 3y ago3 watchersCompare

[ Source](https://github.com/coralic/kirby-extended-writer)[ Packagist](https://packagist.org/packages/coralic/kirby-extended-writer)[ Docs](https://github.com/coralic/kirby-extended-writer#readme)[ RSS](/packages/coralic-kirby-extended-writer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

[![Preview of Kirby Extended Writer plugin](./.github/kirby-extended-writer.png)](./.github/kirby-extended-writer.png)

> Most features that this plugin provides or is meant to provide in the future will be added to [Kirby 4.0+.](https://kirby.nolt.io/roadmap)It still works for Kirby 3.6-3.9+. Going forward, this plugin will be archived and not receive any more updates as our wishes have been fulfilled :)

Extended Writer
===============

[](#extended-writer)

Extended Writer supercharges Kirby's built-in Writer field and block with useful marks, nodes and features you wish were built-in.

Features
--------

[](#features)

- New marks:
    - **Highlight**: Highlight text using the html `` tag
- New nodes:
    - **Larger Paragraph**: A larger paragraph, e.g. for short introduction or highlighted passages. (``)
- Enable &amp; disable heading levels of the heading node with `h1`/`h2`/`h3`/`h4`/`h5`/`h6`
- Node property support for the List field, to disable the default bullet list or ordered list nodes
- Styling customizations via props (e.g. text-align)

Requirements
------------

[](#requirements)

- `Kirby` &gt;= 3.6.0
- `php` &gt;= 7.4 / 8.0

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

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/kirby-extended-writer`.

### Git Submodule

[](#git-submodule)

```
git submodule add https://github.com/coralic/kirby-extended-writer.git site/plugins/kirby-extended-writer

```

### Composer

[](#composer)

```
composer require coralic/kirby-extended-writer

```

Usage
-----

[](#usage)

This plugin adds the mark `highlight` and the nodes `largerParagraph`, `h1`, `h2`, `h3`, `h4`, `h5` and `h6`. You can activate them in the writer field like this:

```
text:
  label: Text
  type: writer
  marks:
    - bold
    - italic
    - link
    - email
    - highlight
  nodes:
    - h1
    - h2
    - h3
    - largerParagraph
    - bulletList
    - orderedList
```

Credits
-------

[](#credits)

- [Johann Schopplich](https://github.com/johannschopplich) for his [Custom Writer field marks boilerplate](https://github.com/johannschopplich/kirby-writer-marks) and the wonderful [kirbyup](https://github.com/johannschopplich/kirbyup) bundler
- [Roman Steiner](https://github.com/rasteiner) for his [Oh Hi Mark plugin](https://github.com/rasteiner/oh-hi-mark)

License
-------

[](#license)

[MIT License](./LICENSE) © 2021-2022 [Tobias Möritz](https://github.com/tobimori)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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 ~16 days

Total

3

Last Release

1553d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29142128?v=4)[Tobias Möritz](/maintainers/tobimori)[@tobimori](https://github.com/tobimori)

---

Top Contributors

[![tobimori](https://avatars.githubusercontent.com/u/29142128?v=4)](https://github.com/tobimori "tobimori (8 commits)")[![mrflix](https://avatars.githubusercontent.com/u/60777?v=4)](https://github.com/mrflix "mrflix (3 commits)")

---

Tags

kirby

### Embed Badge

![Health badge](/badges/coralic-kirby-extended-writer/health.svg)

```
[![Health](https://phpackages.com/badges/coralic-kirby-extended-writer/health.svg)](https://phpackages.com/packages/coralic-kirby-extended-writer)
```

###  Alternatives

[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[oblik/kirby-link-field

Kirby 4 field for all types of links.

7650.6k2](/packages/oblik-kirby-link-field)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8713.4k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4144.1k1](/packages/bnomei-kirby3-dotenv)[tobimori/kirby-icon-field

A simple Icon field plugin for Kirby CMS

5117.1k1](/packages/tobimori-kirby-icon-field)[tobimori/kirby-tailwind-merge

Tailwind Merge for Kirby CMS

276.3k](/packages/tobimori-kirby-tailwind-merge)

PHPackages © 2026

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