"I’m on your side with making markup easier and allowing more automated formatting."

Nice to know.

Though, when you say; "That’s not really in dispute by anyone." From numerous responses slamming down the idea of automatically formatting ONE formatting keystroke used by everyone;"return" to a universally accepted html equivalent "br", I'm a bit perplexed.

All it would do is make the post format with line breaks so it looks like the typed text in the box.

I'm also a little puzzled by the complaints about how difficult it is.

Historically, IBM punchcards had no representation for "return". Return was... insert another card.

So as computing advanced, and keyboards became a thing, everybody implemented their own solution. Interoperability wasn't an issue. Read the comments in CGI.pm in that regard.

CGI.pm converts every return or newline or endline or linefeed or whatever ever used in computing, internally. A bit of a pain in the neck but still just a few lines of code.

These days, on the internet, there isn't much to worry about, maybe someone copy/pasting text from windows. Big problem? Really?

Well yes, maybe, because PerlMonks has already implemented so many diverse workarounds, a simple replacement is no longer so simple.

I'm not entirely so sure about that, but once I have a chance to look at the code, If I'm not evicted as a "Troll" before then. I guess I'll find out.

But there seems to be many opposed, even to this one tiny little change to make posting a bit easier. I'm not entirely sure why I should bother when I'm getting pummeled about the head and called a troll for pointing out, what should be, in any other forum, a simple, straightforward solution.

Would a radio button

(+) convert newlines.

somewhere resolve the disagreement?

Tom

In reply to Re^20: Making Perl Monks a better place for newbies (and others) by PerlGuy(Tom)
in thread Making Perl Monks a better place for newbies (and others) by ELISHEVA

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.