Shift+Cmd+{ has stopped converting Markdown to HTML Shift+Cmd+} has stopped converting HTML to Markdown
I reinstalled HumaneText.service in Library/Services and get the same result.
I have the language set to either Markdown or MultiMarkdown and neither work.
This has been such a great tool. I do not know what I could have down to have it stop working. Thanks everyone.
Lloyd Williams wrote:
Shift+Cmd+{ has stopped converting Markdown to HTML Shift+Cmd+} has stopped converting HTML to Markdown
I reinstalled HumaneText.service in Library/Services and get the same result.
I have the language set to either Markdown or MultiMarkdown and neither work.
This has been such a great tool. I do not know what I could have down to have it stop working. Thanks everyone.
You know there are commands in the markdown bundle for both of these...
cmd+shift+H converts document to HTML What command converts the HTML back to Markdown? Thank you.
On Jan 8, 2007, at 4:56 , Jacob Rus wrote:
Lloyd Williams wrote:
Shift+Cmd+{ has stopped converting Markdown to HTML Shift+Cmd+} has stopped converting HTML to Markdown I reinstalled HumaneText.service in Library/Services and get the same result. I have the language set to either Markdown or MultiMarkdown and neither work. This has been such a great tool. I do not know what I could have down to have it stop working. Thanks everyone.
You know there are commands in the markdown bundle for both of these...
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 8. Jan 2007, at 12:09, Lloyd Williams wrote:
cmd+shift+H converts document to HTML What command converts the HTML back to Markdown?
Currently none. But there is actually a script in the Markdown bundle to convert HTML back to Markdown.
Try create a new command in that bundle and let it be:
"$TM_BUNDLE_SUPPORT/bin/html2text.py"
Set input to Entire Document and output to replace it.