library live-editor
CSS live editor with php and jQuery
tplcom/live-editor
CSS live editor with php and jQuery
- Wednesday, April 11, 2018
- by tplcom
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
PHP Live Editor with jQuery
This is a proof of concept of an inline css editor that saves the style changes to local disk., (*1)
Installation
Download and run index.php with php., (*2)
Eg using php local dev server:, (*3)
php -S localhost:7777 -t .
Click an element and apply CSS styles like using a WYSIWYG editor., (*4)
Options
- Save changes to live-styles.css files.
- Download current CSS styles.
ToDo
- Save text edits from contenteditable elements on a local server file or in localstorage.
- When selecting an element apply it's css styles to Editor form.
- Make CSS styles from local file as inline styles to HTML.
- Undo/Redo options.
- Make this work with js created elements.
- Create a php function to generate the Editor.
- Rewrite the helper class Cssparser.php taken from https://github.com/intekhabrizvi/cssparser.
License
MIT Theodoros Ploumis., (*5)
dev-master
9999999-dev
CSS live editor with php and jQuery
Sources
Download
MIT
The Requires
The Development Requires
by
TheodorosPloumis