GeSHiHelper Plugin


Helper Plugin for GeSHi Plugin
Enables you to use GeSHi and WYSIWYG Editors

See http://www.newmedia-oleart.de/download/geshihelper.html for more information (german).

This is a solution for the ones who have problems using the GeSHi syntax highlighter and the editor.

Usage:
{geshihelper js}
// Test
alert("test");
{geshihelper end}

{geshihelper php}
// Test
echo 'test';
{geshihelper end}

Use CSS to re-format Container Style:
div.geshiHelperContent {
border-left:3px solid red !important;
background: #ccc !important;
width:615px !important;
}

No comments:

Post a Comment