Indite

Screenshot of Indite

Download latest version (RC3)
Online demo
Documentation

Realtime validating wysiwyg widget

Realtime validating

Indite validates content as the user types. This ensures that the output is semantically clean, but still allows the user full preview of the final result. Read more »

Wysiwyg widget

Indite is works together with the popular rich-content editor widget, HtmlArea. It is used as a drop-in replacement for a <textarea> tag in html-forms.
Indite has been refactored and now is a plugin for HtmlArea.

Php wrapper

Indite is mainly a javascript (clientside) application, but comes with a php-class that encapsulates and simplifies the use of it. Read more »

Packages

Indite consists of a plugin for HtmlArea and a php-wrapper for HtmlArea.
It is released in three different package. Unless you already use a customized version of HtmlArea, you would probably just want to get the main package (HtmlArea.Indite), witch contains everything.

HtmlArea.Indite

The main package. Contains HtmlArea3.0 RC1, with htmlarea-phpcomponent and Indite plugin.
As an added bonus, it has a customized stylesheet+icons, to make the editor get a office2003-look. If you don't like this, just replace htmlarea.css and the images/ dir with the original distributed files.
Current version : RC3
Filename : HtmlArea.Indite.RC3.zip

Indite plugin for HtmlArea

The transform-engine of Indite.
This plugin for HtmlArea works with HtmlArea v.3.0 RC1.
You may install and use it as any other plugin for HtmlArea, though it will not work too well with some plugins. (Such as TableOperations)
Current version : RC3
Filename : Indite.plugin.RC3.zip

php-component for HtmlArea

A php-wrapper, that makes using HtmlArea a tad easier from php.
The wrapper controls plugins and various configuration-options.
Works with HtmlArea v.3.0 RC1. and PHP4
Current version : RC2
Filename : HtmlArea.php.RC2.zip

Feeds for this page: updates updates+comments

Comments

  1. Says: 2007-03-30 17:39:58Z
    Hi! Very nice site! Thanks you very much!
  2. Says: 2007-05-03 04:42:26Z
    Please, please tell me how to make this thing protect smarty tags like so:
    {if $v>1}
    do this
    {/if}
    
    currently it reformats like so:
    
    {if $v&gt;1}
    do this
    {/if}
    
  3. Says: 2007-05-04 13:02:12Z
    @Mark
    I'm afraid that's impossible. Smarty-markup is not valid HTML, and the purpose of Indite is exactly to enforce valid HTML.

Post Comment




HTML markup allowed in comments. All comments are moderated before posted on the website.