Re: File Extension Consensus

2010-11-06 Thread Brett
Here are the results from the limited data set provided. It looks like 'markdown' is the winner followed by 'mdown'. Third place is a tie between 'text' and 'md'. If usage sets a standard, then 'markdown' is the standard. Used by Multiple Sources * markdown - BBEdit,

Re: File Extension Consensus

2010-11-06 Thread Dr. Drang
You can make TextMate recognize any extension you like by changing the `fileTypes` list in the Markdown language definition. Mine looks like this: fileTypes = ( 'md', 'markdown', 'mdown', 'markdn' ); ___ Markdown-Discuss mailing list

Re: rendering Markdown automatically

2010-11-06 Thread Dr. Drang
Alan Lue has a similar thing at https://github.com/alue/markdown-handler You may find some ideas there that you can adapt to your system. ___ Markdown-Discuss mailing list Markdown-Discuss@six.pairlist.net