Use Windows Live writer to write a csdn blog offline

Source: Internet
Author: User

Live writer is a client tool for blog writing.ArticleIt is written locally, so it can prevent content loss when an article is published. At the same time, it can easily typeset content and insert images. After the layout is complete, click Publish, images will also be uploaded to the server. The csdn blog supports metaapi, so you can use live writer to publish articles. The following describes how to configure live writer.

Download and install live writer. The latest official address is http://download.live.com/writer. The latest version is 2011, but only Vista and win7 are supported. The last version of XP is 2009. You can download it as prompted. However, you need to install it online after the download. You can also directly go to http://download.pchome.net/internet/tools/detail-625. After downloading and installing the software, open the software and configure it as follows.

Step 1: The first time you open the service, you will be prompted to select which Log Service to use.

Step 2: Select "Other Log Service" and click Next.

Step 3: Enter the user name and password, replace userid with your own user name, And the password is the password of your account, and then click Next.

For example, my: http://blog.csdn.net/xdw1985829

Step 4: Select "metaweblog API" for "your log type" and enter the URL for "remote log publishing URL" at http://blog.csdn.net/#userid#/services/metablogapi.aspx, replace [userid] in the URL with your user ID. Click Next.

Like my http://blog.csdn.net/xdw1985829/services/MetaBlogApi.aspx

Step 5:ProgramPrompt to automatically publish the test article and click "yes ".

Step 6: The test is successful. You can set the log nickname or not. Click Finish to complete the configuration of live writer.

Step 7 install and insertCodePlug-ins

Programmers may encounter code insertion when writing a blog. The following describes a small plug-in that can insert code quickly with various syntax highlighting prompts.

You can download the plug-in :....

Use: Decompress the downloaded package. Double-click Cf. syntaxhighighter. MSI to automatically decompress the plug-in to the Plugins directory under the wlw installation directory.

Click the insert option, which has one more insert Code option than the previous one. Click

In the displayed dialog box, insert your code and language type.

The effect is as follows:

 

Next, you can use this tool to publish csdn blog articles. If you have any questions, please feel free to contact us here. Thank you!

     char  * my_strcpy ( char  * DEST,  const   char  * SRC) { char  * ret_string = DEST;  while  (* SRC! = '/0') * DEST ++ = * SRC ++; * DEST ='/0';  // write method 1   // while (* DEST ++ = * SRC ++ )! = '/0'); // Statement 2   return  ret_string ;}  

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.