npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

flow-wysihtml5

v0.1.6

Published

h1. wysihtml5x 0.4.0

Downloads

21

Readme

h1. wysihtml5x 0.4.0

wysihtml5x is an extended and less strict approach on xing/wysihtml5 open source rich text editor based on HTML5 technology. The code is completely library agnostic: No jQuery, Prototype or similar is required.

This project was initiated and is supported by the "XING AG":https://www.xing.com. Thanks!

h2. Features

  • Auto linking of urls as-you-type
  • Generates valid and semantic HTML5 markup (no )
  • Can use class-names instead of inline styles
  • Unifies line-break handling across browsers (hitting enter will create instead of or )
  • Auto-parses content inserted via copy & paste (from Word, Powerpoint, PDF, other web pages, ...)
  • Converts invalid or unknown html tags into valid/similar tags
  • Source code view for users with HTML skills
  • Uses sandboxed iframes in order to prevent identity theft through XSS
  • Editor inherits styles and attributes (placeholder, autofocus, ...) from original textarea (you only have to style one element)

Extended features not present in xing/wysihtml5 0.4.0pre

  • Can be used without iframe sandbox when initiated on div instead of textarea
  • Blocking of image drag drop in editable is removed
  • Table insertion management and cell merging commands
  • Improved parser with options to: unwrap tag instead of remove, keep defined styles, complex object type definitions for allowing elements.
  • Ability to add uneditable area inside editor text flow (useful when building modules like video tools, advanced image editor etc.)
  • Improved formatblock handling
  • Ability for user to remove formating with only collapsed caret. (without having to select exactly whole text)
  • Improved speed

h2. Browser Support

The rich text editing interface is supported in IE8+, FF 3.5+, Safari 4+, Safari on iOS 5+, Opera 11+ and Chrome. Graceful Degradation: Users with other browsers will see the textarea and are still able to write plain HTML by themselves.

h2. Demos

h2. Companies using wysihtml5

  • "Basecamp":http://basecamp.com - Leading web-based project management and collaboration tool
  • "XING":https://www.xing.com - Business Social Network with more than 12 million members
  • "Qype":http://www.qype.com - Largest user-generated local review site in Europe
  • and many more ...

h2. Wiki

h2. Research

Before starting wysihtml5 we spent a lot of time investigating the different browsers and their behaviors.

Check this repository: "https://github.com/tiff/wysihtml5-tests":https://github.com/tiff/wysihtml5-tests

A compatibility table for rich text query commands can be found here: "http://tifftiff.de/contenteditable/compliance_test.html":http://tifftiff.de/contenteditable/compliance_test.html

A pure native rich text editor with HTML validator and live source preview is here: "http://tifftiff.de/contenteditable/editor.html":http://tifftiff.de/contenteditable/editor.html

h2. Contributors

  • "@tiff":https://github.com/tiff
  • "@ingochao":https://github.com/ingochao
  • "@uwe":https://github.com/uwe
  • "@garrytan":https://github.com/garrytan
  • "@paulodeon":https://github.com/paulodeon
  • "@Stebalien":https://github.com/Stebalien
  • "@virgofx":https://github.com/virgofx
  • "@nathanbowser":https://github.com/nathanbowser
  • "@pulges":https://github.com/pulges