in reply to Re^2: RFC: Monastery Markup Renderer
in thread RFC: Monastery Markup Renderer
<p> enter some lines of text </p>
I think it is unnecessary to give me the text 'enter some lines of text'. I know that I have to enter text. And now I have to select all that text and over-write it. I am too Lazy for all that. The same goes for 'code' tags and list tags.
The reason why paragraphs can not be inserted the cursor is because it would not be clean to have paragraphs tags overlappingAre you aware that the ending 'p' tag is not required? I never use </p> when I'm composing a node. Here is what my node would look like with 2 paragraphs:
<p>1st paragraph <p>2nd one
So, all I'd like when I hit your 'PARAGRAPH' button is the following:
<p>
But it's easier to write POD than all those commented-out lines. It's as simple as:
There's nothing to test. And it's a for-free manpage which you or anyone can view:=pod This is a program that simulates some of the tasks of posting and prev +iewing a node at PerlMonks. I thought of making such a program for the following reasons: + 01-Practice the Tk module to a decent level or mastery. + 02-Make a GUI that could enable Perl newbies to post nodes quicker +without using some of the deprecated tags like <pre> and. =cut
perldoc renderer.pl
|
|---|