For the record HumaneText.service is a Mac OS X service that will convert back and forth between Markdown and XHTML. As newer versions of Aaron Swartz’s html2text script and John Gruber’s Markdown script become available updating this service is a simple matter.
Copy in the new script to the HumaneText.service package.
If updating html2text, create a new symlink to the html2text script named
backward. Remember to add the shebang line to the script.ln -fs html2text.py backwardSet the permissions to 755
Log out/log in
Same goes for updating the Markdown.pl, but as the name of the script is the same a new symlink is not needed.
This is mostly a record for me to remember how I did it.
Related posts:
- Updating Print Outline Tool I’m in the process of updating my <a href=”http://radio.weblogs.com/0001017/publicTools/”“>Print Outline...
Related posts brought to you by Yet Another Related Posts Plugin.