Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

justjohn/editor5

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

editor5

Editor5 is a text/html editor using content editable and localStorage. Documents are persisted to redis.

Installation

Install redis:

sudo apt-get install redis-server

by default editor5 will try to connect to localhost.

Install PHP dependencies with composer:

composer install

Usage

From the host you setup on, the root page is the 'draft' page. If you save from that page, your document will have a random ID assigned to it and you'll be redirected to /{id}.

You can also go directly to the page you want to edit: eg. http://host/page-of-awesome and begin editing. When you save, the contents of the page are saved with the key provided in the URL.

About

An editor on the web using HTML5 content editable and localStorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.