🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

html5edit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html5edit

Lightweight R&D project surrounding HTML5's contenteditable feature

latest
Source
npmnpm
Version
0.2.4
Version published
Weekly downloads
4
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Install Node.js

  • Install Required Node Packages

     npm -g install coffee-script simple-server
    

Try It

Grab It

  • Checkout HTML5 Edit

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

     ./bin/html5edit.coffee
    
  • 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

Keywords

javascript

FAQs

Package last updated on 12 Jun 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts