Skip Navigation LinksHome > Tools > <b>NEW!!!</b> Windows Live Writer Code Colorizer Plugin   |  Contact  

Make payments with PayPal - it's fast, free and secure!

Windows Live Writer Plugin to Insert Colorized Code


This Plugin allows you to add colorized code to your blogs using Windows Live Writer.
It includes support for:


Free Download:

To Install, just Download the .Zip file below and save the file CarlosAg.WindowsLive.Writer.Plugins.DLL into the Windows Live Writer plugins folder:
C:\Program Files\Windows Live\Writer\Plugins

Click Here to Start Download (38KB)


Number of Downloads: 1

Figure: CarlosAg.CodeColorizer window. Here is a small preview of how it looks like.

Windows Live Writer Colorizer window

History:


v1.0.0.0 Released: 03/03/2008

How to Use

Note: The code snippet will be enclosed in a <div> class="code", if you want to add a silver border you can customize your blog by adding a CSS style such as:
	<style>
		.code {
			word-wrap:break-word;
			margin:10px;
			padding:10px;
			border:2px ridge white;
			background-color:#F5F5F5;
			font-family:Courier New;
			font-size:10pt;
			}
	</style>
	

Carlos Aguilar Mares © 2008