You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Lumifer comments on Open thread, 25-31 August 2014 - Less Wrong Discussion

4 Post author: jaime2000 25 August 2014 11:14AM

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

Comments (227)

You are viewing a single comment's thread. Show more comments above.

Comment author: jaime2000 25 August 2014 04:56:30PM *  6 points [-]

I recently decided to bite the bullet and started to use the Markdown standard in my plain-text documents (I would have preferred the syntax of txt2tags or Org-mode, but neither of those is nearly as widespread and well-supported). It's proven so useful that I am seriously considering uninstalling LibreOffice. Who needs a WYSIWYG editor when you have readable source code which can be easily converted to an html document? Not to mention that Notepad++ opens instantly, while LibreOffice Writer takes forever.

I highly recommend that anyone who deals with lots of text documents try Markdown. It will change your digital life. If you need help getting started, try the Markdown Tutorial.

Comment author: Lumifer 25 August 2014 08:11:25PM 5 points [-]

Who needs a WYSIWYG editor when you have readable source code which can be easily converted to an html document?

Many people. Text editors and word processors are different tools serving different needs.

Try auto-generating a table of contents in your Markdown document or inserting a table with live formulas (you can, of course, use external tools to achieve any functionality...).