Thanks guys. The Prettify4Umbraco seems to be what I am looking for.
The typical scenario is the following: I create a page, I want to insert a snippet code that is highlighted. As an admin, I insert my code and it must be highlighted on the front-end at least.
Adding a SyntaxHighlighter for snippet code
I am a .NET developer and I was wondering if Umbraco provided a way to highlight snippet code in a way that SyntaxHighlighter offers.
For a screenshot: http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes:CSharp
Thanks in advance.
R.
Depending on your needs, you might be find this package useful:
http://our.umbraco.org/projects/prettify4umbraco
If not, then it is pretty easy to implement SyntaxHighlighter on your website.
Where do you want the highlighting to happen?
Guess he wants it in de backend, in which case he'll have to use v4.1 as it's supported oob from that version onwards.
Cheers,
/Dirk
Thanks guys. The Prettify4Umbraco seems to be what I am looking for.
The typical scenario is the following: I create a page, I want to insert a snippet code that is highlighted. As an admin, I insert my code and it must be highlighted on the front-end at least.
Dirk, what does oob stand for please?
oob = out of the box
Thanks a lot guys.
Cheers,
R.
is working on a reply...