Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Editable

Some javascript code that makes article element "content editable" with limited rich text editing capabilities. I hate javascript btw. so do not contact me about javascript related things.

Getting started

Don't. If you feel compelled to do so, first include the script

<script type="text/javascript" src="some-assets-directory/contenteditable.js"></script>

then get selector for your favorite article element and initiate the editor like below.

<script type="text/javascript">
var editor = new ContentEditable("#TheSelector");
</script>

About

A javascript plugin that makes article element "content editable" with limited rich text edit capabilities.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages