Download the PHP package coralic/kirby-extended-writer without Composer
On this page you can find all versions of the php package coralic/kirby-extended-writer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coralic/kirby-extended-writer
More information about coralic/kirby-extended-writer
Files in coralic/kirby-extended-writer
Package kirby-extended-writer
Short Description Supercharge Kirby's Writer field with new nodes, marks and features
License MIT
Homepage https://github.com/coralic/kirby-extended-writer#readme
Informations about the package kirby-extended-writer
Most features that this plugin provides or is meant to provide in the future will be added to Kirby 4.0+. 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 supercharges Kirby's built-in Writer field and block with useful marks, nodes and features you wish were built-in.
Features
- New marks:
- Highlight: Highlight text using the html
<mark>
tag
- Highlight: Highlight text using the html
- New nodes:
- Larger Paragraph: A larger paragraph, e.g. for short introduction or highlighted passages. (
<div class="-larger-paragraph">
)
- Larger Paragraph: A larger paragraph, e.g. for short introduction or highlighted passages. (
- Enable & 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
Kirby
>= 3.6.0php
>= 7.4 / 8.0
Installation
Download
Download and copy this repository to /site/plugins/kirby-extended-writer
.
Git Submodule
Composer
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:
Credits
- Johann Schopplich for his Custom Writer field marks boilerplate and the wonderful kirbyup bundler
- Roman Steiner for his Oh Hi Mark plugin
License
Tobias Möritz