I cannot run Preview using MultiMarkdown under Leopard
I get the following error.
/bin/bash: line 2: cd: ~/Library/Application\ Support/MultiMarkdown: No such file or directory /bin/bash: line 3: cd: bin: No such file or directory /bin/bash: line 5: ./multimarkdown2XHTML.pl: No such file or directory
The command is
# Process the MultiMarkdowndocument and display as a web page
cd "${TM_MULTIMARKDOWN_PATH:-~/Library/Application Support/ MultiMarkdown}" cd bin ./multimarkdown2XHTML.pl
Alan
On 20 Dec 2007, at 20:47, Alan Curtis wrote:
cd "${TM_MULTIMARKDOWN_PATH:-~/Library/Application Support/ MultiMarkdown}"
I think this (default path) lack “.tmbundle” and it _really_ should be using TM_SUPPORT_PATH instead of a hardcoded (default) path, which additionally means it should store multimarkdown2XHTML.pl under Support/bin (in the bundle).