====== highlightjs plugin ====== ---- plugin ---- description: Providing syntax highlighting for DokuWiki with highlight.js author : Clément Chartier email : clemsy@gmail.com type : renderer, action lastupdate : 2009-11-20 compatible : DokuWiki 2009-02-14b (possibly earlier). conflicts : xbr similar : syntaxhighlighter, code, code2, code3 tags : code syntax highlight highlighter js javascript downloadurl: http://dokuwiki-highlightjs-plugin.googlecode.com/files/highlightjs.tar.gz ---- ===== Information ===== This plugin provides syntax highlighting for DokuWiki with Highlight.js version 5.71 ([[http://softwaremaniacs.org/soft/highlight/en/]]) ===== Download ===== Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the following URL. Refer to [[:Plugins]] on how to install plugins manually. * **Project's page** : [[http://code.google.com/p/dokuwiki-highlightjs-plugin/]] * **Download** : [[http://dokuwiki-highlightjs-plugin.googlecode.com/files/highlightjs.tar.gz | Dokuwiki Highlightjs Plugin Latest version]] ===== Installation ===== === Using Plugin Manager === * Copy / Paste download into plugin manager * Go to Configuration Manager and go to Advanced Settings * Change 'renderer_xhtml' to HighlightJs * Select the skin to use to style highlighting === Manual Installation === * Download Archive from Web or using SVN * Unarchive it in lib/plugins directory * Go to Configuration Manager and go to Advanced Settings * Change 'renderer_xhtml' to HighlightJs ==== Usage ==== * Use code tag : ''YOUR CODE HERE'' * OR use the new toolbar icon **code** ==== Release Notes ==== === Release 1.0.1 === * Added Toolbar icon * Added configuration file in order to choose highlight style === Release 1.0.0 === * First release ==== To Do ==== * Change DokuWiki configuration to change default XHTML renderer to highlightjs