Windows Live Writer Tricks

As many others, I use Windows Live Writer (WLW) as my main tool for blogging. It has aged a bit over the years and sometimes crashes, but I think it is still the best tool around for this purpose. It will only get better if Scott Hanselman (@shanselman) succeeds in releasing it as open source! Winking smile

I would like to share with you some of my favorite tips for getting the best out of it.

  1. Change default style and template:
    Navigate to %ProgramFiles(x86)%\Windows Live\Writer\template and change the files defaultstyle.css and default.htm. New posts will inherit these.
  2. Change IE version used for rendering posts:
    Set the desired Internet Explorer version through the Registry: go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION and add key WindowsLiveWriter.exe with a value of (DWORD) 10000 decimal (for IE10) or 11000 (IE11). Now you can preview HTML5 features right on WLW.
  3. Change posts location:
    This is useful if you use several machines and you want to keep all your posts (drafts, published) in the cloud (OneDrive, DropBox, Google Drive, etc). In Registry, go to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Live\Writer and add a string value of PostsDirectory. The value must be a full path, like C:\users\MyUsername\OneDrive\My Weblog Posts.
  4. Export settings:
    Export all WLW settings by exporting this Registry key (and everything below): HKEY_CURRENT_USER\Software\Microsoft\Windows Live\Writer\Weblogs.
  5. Clearing cached themes:
    If you run into problems with a site’s theme, clear its local cache. Cached CSS and image files are stored at %AppData%\Windows Live Writer\BlogTemplates.
  6. Disabling blog theme:
    If your theme misbehaves, and clearing the local cache doesn’t help, you can disable it in the ribbon:
    image
  7. Use the Windows Live Writer SDK:
    Create plugins for WLW in .NET. Download the SDK here and reference it from %ProgramFiles(x86)%\Windows Live\Writer. There are several examples out there, just check out this one.
  8. Log file:
    The log file and a couple of others are located here: %LOCALAPPDATA%\Windows Live Writer.
  9. Open old posts:
    If you need to open a post that you created a long time ago and it no longer shows in the recent posts list, what to do? Get the WLV Post Download plugin from http://aovestdipaperino.com/pages/wlw-post-download-plugin-instructions.aspx. After you have it, open a blog post in your browser with the WLW protocol. For example, to use it with an Orchard or Wordpress blog (MetaWeblog API), use this format: wlw://blog?postid=id, where you first need to find out the post id; with other blogs, use the format: wlw://blog/page.aspx. This will open up WLW with the desired post, and you can now change it and publish it.
  10. Use Blog This for blogging over a web page:
    In Internet Explorer, WLW adds an option for adding a link to the current page in a new blog post. It is called Blog This in Windows Live Writer and is available in the Tools menu:
    image
  11. Use plugins:
    WLW has lots of plugins available on the Internet. My favorites are:
  12. Use the source:
    When you can’t easily format your text the way you want it using the designer (Edit) tab, you can switch to the Source tab and make your changes there. WLW will synchronize the designer.
  13. Post drafts to your blog:
    imageAfter you save the draft, it won’t be visible to the World, you need to use your blog’s management console to actually publish it.
  14. Get to know other WLW options:
    In FileOptions, explore what WLW offers (save auto recovery information, show word count in real time, disable emoticons, remember to add tags, check spelling, etc):

    image

                             

No Comments

Add a Comment

As it will appear on the website

Not displayed

Your website