Normal_Anomaly comments on Meta: Test - Less Wrong

20 [deleted] 26 January 2011 11:35AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (23)

You are viewing a single comment's thread.

Comment author: Normal_Anomaly 26 January 2011 12:48:15PM 2 points [-]

That's annoying, but it explains the recent rash of incomplete posts. I recommend creating posts in Microsoft Word and uploading them when they're done.

Comment author: benelliott 26 January 2011 04:14:38PM 1 point [-]

I tried this and the formatting came out all wrong. Does anyone know what font I should use if I want it to look normal?

Comment author: saturn 26 January 2011 06:28:24PM 4 points [-]

Use a plain text editor (like notepad), or alternatively, use Word and then after you've pasted your text into the box, select all and then click the remove formatting button, 4th from the right. (I've never tried the second option but I think it would work.)

Comment author: benelliott 26 January 2011 06:53:00PM 1 point [-]

Thanks.

Comment author: Unnamed 27 January 2011 04:11:04AM 0 points [-]

Alternatively, you could use Word, then copy and paste into a plain text editor, then copy and paste from there into your browser.

Comment author: anonym 26 January 2011 04:35:40PM 3 points [-]

The lesswrong css setting for body font is "Arial,Helvetica,sans-serif" (first match). Pasting from MS Word is a bad idea though, because Word will paste all kinds of weird HTML markup into the post for any but the most trivial of documents.

Comment author: benelliott 26 January 2011 04:46:12PM *  0 points [-]

I suppose its too much to hope that open office does better?

Comment author: [deleted] 30 January 2011 11:17:02PM 3 points [-]

Open Office, Word etc are word processors - they're designed for formatting text, and so pretty much by definition they're going to include formatting markup. If you want to write plain text for elsewhere, use a text editor, like Notepad (if you're on Windows) or Vim, Emacs or Gedit (if you're on an operating system, rather than a virus-support program).

Comment author: anonym 02 February 2011 04:33:06PM 1 point [-]

I agree with AndrewHickey that using a text editor is best.

If you are really averse to writing HTML by hand though, there is Amaya, which is a web editor/browser that should generate very clean HTML if you don't explicitly set style properties. I haven't used it for years though and can't easily install it on Linux, but anybody on Mac or Windows should be able to install it fairly easily.