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.

SyntaxHighlighter


Codify

Codify is a cross-browser JQuery plug in built to extremely simplify syntax highlighting for source code. Syntax highlighting is being provided by using the excellent generic syntax highlighter Geshi on the back side. Thus Codify supports the syntax highlighting of over 100 programming languages. The syntax highlighting is being done using Ajax requests, which doesn't additionally slow down the page loading process. An excellent demo is being provided with over 50 programming languages highlighted.

Beauty of Code: Plugin for Syntax Highlighting

Provides a wrapper for the great syntaxhighlighter (v2.0) by Alex Gorbatchev.

The project page can be found here:
http://bitbucket.org/larscorneliussen/beautyofcode

Please use the issue tracker on bitbucket for any issues:
http://bitbucket.org/larscorneliussen/beautyofcode/issues/

A introduction is available on my blog:
http://startbigthinksmall.wordpress.com/2009/05/28/beautyofcode-jquery-p...

For an old version supporting v1.5 look at this blog entry:
beautyOfCode: jQuery Plugin for Syntax Highlighting

ChiliToolbar

ChiliToolbar is a plugin for yet another jQuery plugin called Chili.
Both will let you highlight your code snippets and display the results in a very similar way to SyntaxHighlighter.

If you have already Chili up and running on your site, then all you need is to include two more files somewhere in the section.

SyntaxHighlighter

Load js files automatic, to use SyntaxHighlighter simply.

You can use this plugin with only 1 line code

$.SyntaxHighlighter('./SyntaxHighlighter/');

to instead of this :