Metadata-Version: 1.1
Name: collective.markitup
Version: 0.2
Summary: collective.markitup integrates MarkItUp with Plone
Home-page: http://smith-li.com
Author: Michael A. Smith
Author-email: michael@smith-li.com
License: MIT
Description: Introduction
        ============
        
        This product integrates the MarkItUp editor with Plone. MarkItUp is a
        jQuery plugin that turns text areas into a previewable WYSIWYM editor.
        
        collective.markitup does not provide any additional markup languages. It is
        just another editor you can use to edit HTML, Markdown, Textile,
        ReStructuredText or any other markup you can choose in Plone's Markup settings
        control panel.
        
        A word of warning
        -----------------
        This product is beta. Use at your own risk.
        
        Installing
        ----------
        Install collective.markitup `just like any other Plone product`_.
        
        .. _just like any other Plone product: http://plone.org/documentation/kb/add-ons/installing
        
        How to use collective.markitup
        ------------------------------
        #. Install it.
        #. In your personal preferences, set your editor to MarkItUp.
           You can also set it as the default editor in Site Setup → Editing
        #. Make sure any markup language you want users to be able to use are checked
           in Site Setup → Markup
        
        
Keywords: web zope plone editor
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
