8000 GitHub - gpbmike/parchment: A rich text editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

gpbmike/parchment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 svg aria-hidden="true" focusable="false" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom">
 
 
 
 

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
0