html5edit

0.2.4 • Public • Published

HTML5 Edit

HTML5 Edit is currently in the research and development phase. Its focus is HTML5's contenteditable feature, and goal is to find better ways of interacting with it.

Setup

Pre-Requisites

  1. Install Node.js

  2. Install Required Node Packages

     npm -g install coffee-script simple-server
    

Try It

  1. Install HTML5 Edit

     npm -g install html5edit
    
  2. Start the demo server

     html5edit
    
  3. Open http://localhost:3000/src/demo

Grab It

  1. Checkout HTML5 Edit

     git clone https://github.com/balupton/html5edit.git
     cd html5edit
     npm install
    
  2. Start the demo server

     ./bin/html5edit.coffee
    
  3. Open http://localhost:3000/src/demo

Learning

HTML5 Edit's wiki is the best place to learn about it.

History

  • v0.2 June 12, 2011

    • Now working with Leveling Slices
    • Still need to implement other slicing styles
  • v0.1 June 8, 2011

    • Initial commit

License

Licensed under the MIT License Copyright 2011 Benjamin Arthur Lupton

Readme

Keywords

none

Package Sidebar

Install

npm i html5edit

Weekly Downloads

6

Version

0.2.4

License

none

Last publish

Collaborators

  • bevryme