Difference between revisions of "Code highlighting"

From Second Life Wiki
Jump to navigation Jump to search
m (minor update and tweak)
m (yep chrome works how i expected)
 
Line 25: Line 25:
== community.secondlife.com ==
== community.secondlife.com ==


Users of Grease Monkey (FireFox) and GreaseKit (Safari) (perhaps Google Chrome also) can install [http://userscripts.org/scripts/show/101223 LSL posting tool for community.secondlife.com] created by [[User:Cerise_Sorbet|Cerise Sorbet]] to get LSL highlighting on the forums. This is especially useful in the [http://community.secondlife.com/t5/LSL-Scripting/bd-p/LSLScripting Scripting] and [http://community.secondlife.com/t5/LSL-Scripting-Library/bd-p/LSLScriptingLibrary Scripting Library] forums where LSL scripts are shared.
When creating a post, from the editing toolbar, click [[File:Insertcode.gif|link=]], then paste in your script.


When creating a post:
Users of Firefox (with Greasemonkey installed) and Google Chrome can install [http://userscripts.org/scripts/show/101223 LSL posting tool for community.secondlife.com] created by [[User:Cerise Resident|Cerise]] to get LSL highlighting on the forums. This is especially useful in the [http://community.secondlife.com/t5/LSL-Scripting/bd-p/LSLScripting Scripting] and [http://community.secondlife.com/t5/LSL-Scripting-Library/bd-p/LSLScriptingLibrary Scripting Library] forums where LSL scripts are shared.
# From the editing toolbar, click [[File:Insertcode.gif|link=]], then paste in your script
 
# Press the (+ LSL) button that was added by the above script.
To use the highlighter, paste in your script with the [[File:Insertcode.gif|link=]] button as usual, then press the {{K|+ LSL}} button to highlight. Use {{K|- LSL}} if you want to remove the highlights.

Latest revision as of 00:01, 22 April 2011

wiki.secondlife.com

If you're creating pages on this wiki that include external code examples (like LSL or HTML), it's highly useful to enclose the code between tags that retain formatting and other desirable attributes, like colorized syntax.

Tags

These tags are actively being used.

  • <tt> - Fixed-width text. Used in generic scenarios, and when others are too restricting for whatever reason.
  • <lsl> - Widely used on the LSL Portal and other LSL scripts that appear on-wiki.
  • <html4strict> - Use this when you need to highlight HTML code snippets, such as for use with Shared Media.
  • <code> - Used not just for simpler, single-line code, but user input that needs highlighting, as described in the Knowledge Base Style Guide.

For more tags, see the Parser extension tags on Special:Version. Some tags are possible because of GeSHiHighlight.

Examples

These pages use code highlighting tags extensively.

  • Category:LSL Library - Click a script page to see how it appears with the <lsl> tag.
  • Shared Media LSL Recipes - Becky Pippen mentioned a limitation of the <lsl> tags: namely, you seemingly can't highlight code inside, so she's using <tt> instead.
  • Shared Media wrapper - Torley Linden learned from Khepri Contractor that the <html4strict> tag works.

community.secondlife.com

When creating a post, from the editing toolbar, click Insertcode.gif, then paste in your script.

Users of Firefox (with Greasemonkey installed) and Google Chrome can install LSL posting tool for community.secondlife.com created by Cerise to get LSL highlighting on the forums. This is especially useful in the Scripting and Scripting Library forums where LSL scripts are shared.

To use the highlighter, paste in your script with the Insertcode.gif button as usual, then press the + LSL button to highlight. Use - LSL if you want to remove the highlights.