====== 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 : 2009-02-14b conflicts : xbr similar : syntaxhighlighter, code, code2, code3 tags : code syntax syntaxhighlight javascript downloadurl: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dokuwiki-highlightjs-plugin/highlightjs.tar.gz bugtracker : https://code.google.com/archive/p/dokuwiki-highlightjs-plugin/issues sourcerepo : donationurl: screenshot_img: ---- ===== Information ===== This plugin provides syntax highlighting for DokuWiki with [[https://highlightjs.org/|Highlight.js]] version 5.71. ===== Download ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. * **Project's page**: [[https://code.google.com/archive/p/dokuwiki-highlightjs-plugin/]] * **Download**: [[https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dokuwiki-highlightjs-plugin/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 [[config: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 [[config: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