A P
A P

Reputation: 1

Paste Special in Live Writer breaks links on Windows 10. Can we workaround it?

We use Windows Live Writer as an interface to standalone WordPress sites behind a firewall. After upgrading to Windows 10, we see a problem using 'Paste Special: Keep Formatting' when copying a table from Microsoft Word or Excel into LW.

The HTML generated should be:

    <a href="mailto:[email protected]">

but it looks like this:

    <a style="href: &quot;mailto:[email protected]&quot;">

The end result is that the mailto: name is underlined as if it's a link but mailto: doesn't work (regardless of which browser). Windows Live Writer is no longer supported and Open Live Writer currently has the same mistaken behavior. I'm trying to find a workaround process because our many contributors maintain their tables in spreadsheets or docs and only copy them to LW to post.

Notes on my investigation so far:

I'm looking for a practical workaround that would work for a very large group of part-time contributors. Any suggestions?

Upvotes: 0

Views: 48

Answers (1)

A P
A P

Reputation: 1

We found an answer that will work for us - so I'll share it in case it helps anyone else.

Our corporate MS Word 365 can publish to our WordPress sites. Copying tables from Excel retains hyperlinks, colors, and tables can be edited. There's a fairly rich table creation interface inside the blogging interface. I'm sure there are limitations that we'll find - such as not being able to download the WP theme for true wysiwyg like Live Writer...but overall, we can work with this.

Here's how to publish from MS Word 365 to WordPress:

  1. Go to MS Word 365
  2. Open a new blank document
  3. Go to File -> Share -> Post to Blog, and click the Post to Blog button
  4. You'll see the Register blog account message -> click Register now
  5. Choose WordPress from the dropdown of blog providers
  6. Blog at http://< Enter your blog URL here >/xmlrpc.php [insert url of WP instance and keep the xmlrpc.php part]. Example: http://yourgroup.yourcompany.com/sandbox/ap/blog/xmlrpc.php
  7. Enter admin & password, and choose remember password
  8. Now you can write your post, give it a title, copy from excel, look for published posts under "Open Existing", insert tables, add categories, manage blog accounts, etc.

Hope this helps you!

Upvotes: 0

Related Questions