learnedax ([personal profile] learnedax) wrote2006-09-20 05:21 pm

(no subject)

I'm not the only one who's written perl* just to construct an LJ comment, right?

... right?

*or some similar lightweight script

[identity profile] hakamadare.livejournal.com 2006-09-21 04:47 pm (UTC)(link)

i write all my comments (and my posts, when i do post) in Markdown, and then use a Cocoa TextService to do the conversion right in my browser’s input field.

for trivial comments (one that do not strictly require any HTML markup) the process takes only a few seconds longer than it would take to just let LJ autoformat; for any comment that requires markup (emphasis, links, lists) the process is much quicker and less prone to error than writing the HTML by hand would be for me.

-steve

[identity profile] learnedax.livejournal.com 2006-09-21 06:24 pm (UTC)(link)
You know, that looks like a really useful set of tools, and I think I may start using them (at least when at home). In this one-off instance I would have used a script to pre-mark the stuff I was quoting anyway, but there are a lot of things Markdown would make easier.