Skip to content
/ wysiwymoo Public

is a Markdown What You See Is What You Mean editor for MooTools

Notifications You must be signed in to change notification settings

qen/wysiwymoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WYSIWYMoo

Is a Markdown What You See Is What You Mean toolbar

Originally inspired by Peter Hellberg's http:https://code.c7.se/js/markdown_toolbar/, Ted Devito's jQuery tabby http:https://teddevito.com/demos/textarea.html and http:https://softwaremaniacs.org/playground/showdown-highlight/

Usage

window.addEvent('domready', function(){
    $$('textarea.markdown').each(function(el){
        new WYSIWYMoo(el);
    });
});

Mootools Dependencies

  • core/1.3.0:Class
  • core/1.3.0:Element.Event
  • core/1.3.0:Element.Dimensions
  • core/1.3.0:DOMReady
  • more/1.3.0:Hash

About

is a Markdown What You See Is What You Mean editor for MooTools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published