Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

markup


jQuery Real-Time Push Kwwika Plugin

The jQuery Real-Time Push Kwwika Plugin allows you to add real-time push data and real-time functionality to any web page with minimal scripting.

.kwwika(config)

Usage

Register for the Kwwika Beta programme

In order to use Kwwika you must first register so we can set up permissions within the Kwwika system to allow your website/domain to receive real-time push data from Kwwika.

http://kwwika.com/#getbeta

Include script tags

You need to include the core jQuery library, the Kwwika JavaScript API and the jQuery Real-Time Push Kwwika Plugin files in your web page:

<script src="http://code.jquery.com/jquery-1.4.2.min.js"
            type="text/javascript"></script>
<script src="http://api.kwwika.com/latest/"
            type="text/javascript"></script>
<script src="http://api.kwwika.com/latest/plugins/jQuery/jquery.kwwika/jquery.kwwika.js"
            type="text/javascript"></script>

Arrows and boxes

Easy to use but powerful plugin to draw nice boxes and arrows to your website from simple markup like

(User) > (Admin)

Try it: Demo, doc and download

Get a live preview for your markup: Preview editor

TTabs

This plugin just tweaks a html markup and then calls UI Tabs function. You do not need to specify the list of tabs before the first tab section. The plugin creates it from the headings, or you can specify the tab labels right in the javascript code.

Check the demo for more info.

Depends on:
jQuery 1.3.x
jQuery UI 1.7.x with jQuery.tabs

flexible bbcode editor

This bbcode editor will let you create your own buttons and style them using css to later on assign them to the editor, if you for example don't want to have a bold button you just don't include it in the options.

One key feature in this bbcode editor is the live preview, using regular expression you will get instant preview each time a key is pressed as long as you want to have live preview, the preview contains regular html tags so that you can easily style them with css.

View the home page for a full description.

Osimo BBCode Editor

The Osimo BBCode Editor is a jQuery plugin that can transform any textarea into a full bbcode editor. It is not WYSIWYG, but instead outputs the bbcode for you.

The project is fully cross-browser compatible and requires jQuery >= 1.3.x

Tempest jQuery Templating Plugin

Tempest jQuery Templating Plugin

Copyright (c) 2009 Nick Fitzgerald - http://fitzgeraldnick.com/ - MIT licensed

Note: All releases are minified, to get the latest development version grab a
clone from http://github.com/fitzgen/tempest/tree/master

HELLO WORLD

$(document).append(
    $.tempest("<p>Hello, {{ name }}!</p>", {
        name: "World"
    })
);

PHILOSOPHY

I was not satisfied with the other templating plugins available, so I wrote my
own. This templating system is very simple and enforces the separation of form
and function, or HTML and JS. This provides a great abstraction layer so that
you can write a template and then promptly remove the mental overhead of
rendering js objects to HTML.

Other templating languages just build and execute function blocks with
strings. Any type of js logic you could want is included and evaluated. For some
people, this may be the freedom that they want.

On the other hand, Tempest will only fill in values and iterate over arrays for
you. This forces you to remove any programming logic from the templates and
separate form from function. This type of templating philosophy can also be seen
in the Django templating language.

The other big thing, for me, is that iteration is handled seamlessly. Just pass
an array of objects to tempest instead of a single object and it will return a
jquery element array.

WYMeditor - WYSIWYM XHTML editor

WYMeditor is a web-based WYSIWYM editor (What You See Is What You Mean), which goal is to produce XHTML-CSS compliant code.

WYMeditor lets the writer concentrate on the structure and the content of the document, not on the visual layout.

Download WYMeditor.

Please submit bugs, feature requests and patches into WYMeditor's Trac.