http://www.codeplex.com/wlwSyntaxHighlighter
Writer 를 쓰시는 분들을 위한 SyntaxHighlighter
Insert window:
Plugin options:
How to Use
1. Your Blog Space Settings
1. Upload the SyntaxHighlighter files on your weblog space.- dp.SyntaxHighlighter/Scripts
- dp.SyntaxHighlighter/Styles
2. Add JavaScript and CSS to your weblog page.
<link type="text/css" rel="stylesheet" href="Styles/SyntaxHighlighter.css"></link> <script language="javascript" src="Scripts/shCore.js"></script> <script language="javascript" src="Scripts/shBrushCSharp.js"></script> <script language="javascript"> window.onload = function() { dp.SyntaxHighlighter.ClipboardSwf = 'Scripts/clipboard.swf'; dp.SyntaxHighlighter.HighlightAll('code'); }; </script>
shCore.js is necessary. You can add only other shBrush{language name}.js that needed.
2. Windows Live Writer Settings
- Install the SyntaxHighlighter for Windows Live Writer plugin.
- Update weblog style. You can update style from menu "Weblog"-"Edit Weblog Settings..." and "Editing" tab.
3. How to Insert Code
- You can insert code from sidebar or menubar.
Last edited Dec 18 2008 at 11:25 PM by jz5, version 12
Want to leave feedback?
Please use Discussions or Reviews instead.
Downloads
'C#.NET' 카테고리의 다른 글
클래스 라이브러리에서 web.config 접속정보 읽어오기 (0) | 2009.11.30 |
---|---|
BLOB 저장된 이미지 웹상에 출력하기 (0) | 2009.11.30 |
오라클 트렌젝션 사용하기 (0) | 2009.11.30 |
JavaScript에서 관리 코드 호출 (0) | 2009.07.15 |
[마스터페이지 , masterpage ] PreviousPage 마스터페이지 컨트롤러에 접근 (0) | 2009.05.20 |
Creating a modular application using Prism V2 - Screencast 1/4 : Creating a shell and modules (0) | 2009.05.12 |
Downloading Files with the WebRequest and WebResponse Classes (0) | 2009.05.01 |
[ setInterval ] 일정시간 반복 작업하기 (0) | 2009.04.07 |
Free Code MD5 사용법 및 암호화파일 (0) | 2009.01.09 |
무료 챠트 컨트롤 New ASP.NET Charting Control (0) | 2009.01.08 |