NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Deeper integration (Score:1)
I have a script that takes a shell command as its arguments, picks up the X11 clipboard contents using
xclip, passes it as STDIN to that command, captures the STDOUT, and puts it back in the clipboard. I have a few keyboard shortcuts set up in my window manager that use that script with a Markdown conversion script. So I just copy the Markdown text, hit a key combo, then paste, and it comes out as HTML.And on use.perl you can just use the site’s own Preview button to check the results.
Reply to This