I'm looking a text editor on Windows that can handle Markdown syntax. Specifically, I would like it to automatically insert bullets when adding to a bulleted list (so I don't have to manually type the asterisk at the beginning of each line).

For example, this behavior is available in Byword for Mac, but I need this same functionality in a Windows app. Ideally this is a standalone app but I'm okay with locally running web-based solutions.

Thanks!

link|improve this question
feedback

migrated from stackoverflow.com Aug 5 '11 at 5:13

This question came from our site for professional and enthusiast programmers.

1 Answer

You can try Visual Studio 20xx (the Express version is free) with this addon:

Markdown Mode - http://visualstudiogallery.msdn.microsoft.com/0855e23e-4c4c-4c82-8b39-24ab5c5a7f79

link|improve this answer
Unfortunately Visual Studio 2010 Express does not support Extensions. I found this out when trying to install this very extension. For something independent, see wikipedia "Extensions are supported in the Standard (and higher) versions of Visual Studio 2005. Express Editions do not support hosting extensions." – Clare Macrae Mar 17 at 16:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.