There’s a simple idea about productivity and writing: almost anything you need to do, you can do in a plain text file. By a plain text file, I mean a .txt file that contains nothing but text without ...
Markdown is a “lightweight markup language for applying formatting using plain text.” Google Docs already recognizes some Markdown syntax, and is now expanding its support. In addition to * or – for ...
Breakthroughs, discoveries, and DIY tips sent six days a week. Terms of Service and Privacy Policy. Google has expanded support for Markdown in Google Docs, Slides ...
After a brief stint with TextMate 2, I recently started playing around with Sublime Text 2 for writing, and I thought I’d share the links and tips I’ve collected so far. I use Sublime Text 2 for both ...
Markdown is a Perl script that converts plain text into Web-ready HTML; it’s also a shorthand syntax for writing HTML tags without needing to write the actual HTML. Markdown has been around for a ...
This is a user generated content for MyStory, a YourStory initiative to enable its community to contribute and have their voices heard. The views and writings here ...
First, Notepad's lightweight formatting capabilities have been expanded to include tables. To insert a table, use the 'Table' option in the formatting toolbar, or add a table directly using Markdown ...
MarkdownPad Pro is excellent, but you should try the free options before paying for it. HTML is the lingua franca of the Web. If you publish anything online, that’s the format your text will end up in ...
Dave Grochocki, principal group product manager at Microsoft, said in a post on the official blog on May 30, 'With this update, we're introducing lightweight formatting capabilities to Notepad, giving ...
R Markdown is one of my favorite things about modern R. It offers an easy way to combine text, R code, and the results of R code in a single document. And when that document is rendered as HTML, you ...