jaime2000 comments on Open thread, 25-31 August 2014 - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (227)
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.
On a similar note, if the documents you are writing will end up printed, or in PDF format, I recommend TeX. It's significantly more complex than Markdown, but also far more powerful. And absolutely irreplaceable if you are writing something Math/Formula heavy.
I also make a point of editing all my documents in a text editor, and then compiling them. Seconding Jaime's recommendation.
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...).