Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

gpbmike/parchment

Repository files navigation

Parchment

A rich text editor.

DO NOT USE THIS. IT IS NOT READY FOR PRODUCTION.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/parchment.min.js"></script>
<script>
jQuery(function($) {
  $("textarea").parchment();
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

A rich text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published