https://github.com/zvaehn/kirby-frontend-editor
A Kirby plugin which allows text-editing via the HTML5 contenteditable-Attribute.
https://github.com/zvaehn/kirby-frontend-editor
Last synced: about 1 year ago
JSON representation
A Kirby plugin which allows text-editing via the HTML5 contenteditable-Attribute.
- Host: GitHub
- URL: https://github.com/zvaehn/kirby-frontend-editor
- Owner: zvaehn
- License: gpl-3.0
- Created: 2018-07-30T19:24:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T19:29:23.000Z (almost 8 years ago)
- Last Synced: 2025-03-17T08:22:26.925Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Kirby Frontend Editor
A [Kirby 2](http://getkirby.com) plugin which allows text-editing via the HTML5 `contenteditable`-Attribute.
NOTE: THIS PLUGIN IS STILL IN DEVELOPMENT
## Requirements
- PHP 5.6+
- Kirby
## Installation
### Download
[Download](https://github.com/zvaehn/kirby-contenteditable/archive/master.zip) the repository and extract it to `site/plugins/contenteditable`.
### Git Submodule
```
$ cd your/project/root
$ git submodule add https://github.com/zvaehn/kirby-contenteditable.git site/plugins/contenteditable
$ git submodule update --init --recursive
$ git commit -am "Added Kirby Plugin: contenteditable"
```
### Setup
Add the plugin assets to you footer-snippet:
```php
```
Note: This Plugin requires a disabled Kirby Cache to work properly.
### Contributing?
YES!