|
 
The CodeCitation plugin allows you to include code sections in your Joomla! 1.5 content using {codecitation} or custom tag.
Use of the {codecitation} tag allows you to work with code sections in your Joomla WYSIWYG editors.
The plugin supports syntax highlighting for ActionScript3, Bash/shell, C#, C++, CSS, Delphi, Diff, Groovy, JavaScript, Java, JavaFX, Perl, PHP, Plain Text, PowerShell, Python, Ruby, Scala, SQL, Visual Basic, XML, HTML, XSLT.
Changes in version 1.3.1:
- Page load speed improved and page size redused. Only necessary scripts are loaded.
- Custom tag support implemented. Plugin supports custom plugin invocation tag in case "codecitation" seems too long for somebody (i use "code" tag time to time).
- Default language parameter implemented and can be set on the plugin's parameters page. It allows simplified plugin invocation systax.
- Default engine parameters values can be set on the plugin's parameters page.
- Themes are changeble on plugin paameters page.
Some examples:
<company>
<name>ACME</name>
<address>Address example</address>
</company>
Public Sub Example(ByVal param as String)
Console.Writeline(param)
End Sub
This is plain text example
That demonstrates the capability to highlight
particular lines
in the code.
Additional information and downloads are available on the links below.
|