Open alexwlchan opened 13 years ago
+1
Also having this issue. Current build Version 0.15 (0.15). Full license as well.
I'm having the same issue here on Version 1.1 (1.1)
I experience the same issue and suggest to bind the "Convert Document / Selection to PDF" or "Convert Document / Selection to HTML" to the Run or Build commands. (I openend a seperate ticket for this suggestion, don't worry.)
I'm having the same failure in 1.1.1
Still failing in 1.1.3.
1.2 here, still failing.
1.4, still fails
Is supporting the extensions that you include just not at all a priority for you guys? Seriously, there are a bunch of them, like this one, that don't work at all, and haven't since they were created.
Me too. Is there a command dependency somewhere?
@willwhitney The problem is that I don't know what half the commands even do, so it's difficult to judge whether they are working or not. Chocolat includes ~70 bundles and I am but one person.
I could just delete the whole lot (believe me I really want to), but that would make people angry. So we have the present situation where many of them are broken and not a lot gets done about it.
As far as this command goes, the problem appears to be that it depends on a Markdown.pl
, but no such script exists. There is a MultiMarkdown.pl
in the bundle's support folder. IIRC, TM includes the Markdown.pl
in its SharedSupport, I'm not sure how a command can reference a file from in there though...
Same problem in 2.1.1.
To fix this issue get Markdown.pl
Markdown and SmartyPants.pl
SmartyPants.
Drop those two files here: /Applications/Chocolat.app/Contents/SharedSupport/Truffles/markdown.truffle/support/bin/
.
Check permissions and you're ready to go.
If you compose a file in Markdown, then using the menu item Actions > Markdown > Convert Document/Selection to HTML fails, replacing the selected text with:
A quick perusal through the referenced file (from my admittedly inexperienced eye) suggests that it's calling the
Markdown.pl
andSmartyPants.pl
scripts from the Textmate bundle, but Chocolat can't see said bundle.Every time I try a Markdown conversion, a new file turns up in that folder with some inscrutable stuff in it. I've uploaded a zip archive of the whole folder here: http://cl.ly/3i2t3I0W2t3h1Y3X3p3t.
Every such command also gives the Console error message:
Trying any of the commands in the MultiMarkdown submenu do nothing toward the end result, except causing the phantom "Chocolat quit unexpectedly" dialogs, as mentioned in issue 390 and issue 493. I've uploaded a crash report from one of these crashes here.
Trying the MultiMarkdown conversion to PDF also throws up an empty window titled
Command Output ‹ [No Command]
.