Windows Live writer plug-in

Source: Internet
Author: User

I recently started to use the Windows Live writer client to write a blog. It feels good. First, editing a blog is as convenient as editing a local file. In the past, when editing in a browser, the browser may be at risk from time to time. On the other hand, it is easier and easier to edit formats. In comparison, the user experience on the editing page provided by the blog provider is quite poor.

In addition, Windows Live writer provides some plug-ins for you to insert special content, such as hyperlinks, images, and tables. These plug-ins have basically met the needs of General blogs.

However, there are still some shortcomings. For example, I will insert some source code in my blog from time to time, for example:

# Include <iostream>

Using namespace STD;

Void main ()
{
Int A = 0;
Cout <"Hello World" <Endl;
Cout <A <Endl;
}

It can be seen that the format is very ugly, and the variables are not explicitly displayed. To achieve the expected results, we need to do a lot of art work. This will distract people who write their blogs from focusing most of their energy on Blog content.

Fortunately, we can see that in addition to the default plug-ins, live writer also provides more plug-ins that can be downloaded and installed from the website. In the lower-right corner of live writer, you can see the "add a plug-in" button. After you click it, you can see many available plug-ins, including the source code.

After installation, Select Insert source code. The page is as follows:

Enter the above Code and insert the Code as follows:

#include <iostream> 
using namespace std; 
void main() 
{ 
    int a = 0; 
    cout<<"hello world"<<endl; 
    cout<<a<<endl; 
}

Of course, this is only one plug-in. Live writer also includes many other plug-ins, such as uploading files and inserting videos. With these plug-ins, users can better use live writer to edit blogs.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.