burnbright / silverstripe-syntaxhighlight
Mashup of tiny mce syntax-highlighted code entry, and front-end syntax highlighting via javascript syntaxhighlighter library, for SilverStripe CMS.
Installs: 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 6
Open Issues: 4
Type:silverstripe-module
Requires
This package is auto-updated.
Last update: 2024-10-24 19:30:05 UTC
README
Allows creating syntax-highlighted code snippets within TinyMCE.
Usage
In your TinyMCE editor, click the 'Syntaxhighlighter' button. Use the provided form to choose language type, and enter/paste code in space provided. Click insert to insert code. Code should be automatically highlighted on the front-end.
Credits
- SyntaxHighlighter - http://alexgorbatchev.com/SyntaxHighlighter/
- SyntaxHL TinyMCE plugin - https://github.com/RichGuk/syntaxhl