Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Is there a way to post in a conventional manner - such that I don't have to add line breaks

What do you deem is a conventional manner? TIMTOWTDI, from various wiki markup formats over javascript based tag inserting to plain text. In either way the text has to be marked somehow. Here at perlmonks the conventin is just HTML, see Perl Monks Approved HTML tags.

Your Carpal tunnel syndrome certainly doesn't come from perlmonks. Get a better keyboard ;-) The markup needed here for a decent post is very little. I rarely use line breaks, mostly <blockquote>, <code>, <c>, <i> and rarely <b> tags. If you're using vim - here's the relevant block in my .vimrc which does the formatting whilst typing with Alt key bindings and abbreviations:

" all those ^[ and ^M created with <Ctrl>V<Key>, [ being Esc, M Ret " insert blockquote block ab <B <blockquote>^M^M</blockquote>^[ki " insert code block " (reverse the edoc, it's like that to not break the formatting :-) ab <C <code>^M^M</edoc>^[ki " Alt-i: wrap the current word with <i></i> whilst typing " leaving the cursor at the closing tag in insert mode map! ^[i ^[bi<i>^[ea</i>^[2bi " Alt-c: wrap the current word with <c></c> whilst typing " leaving the cursor at the closing tag in insert mode map! ^[c ^[bi<c>^[ea</c>^[2bi " Alt-l: wrap the current number with [id://<number>] whilst typing " leaving the cursor aftert the closing ] in insert mode map! ^[l ^[bi[id://^[ea]

Some emacs, anybody? :-)

--shmem

update: looked up carpel tunnel syndrome .)

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

In reply to Re: Some sites cause Carpel Tunnel Syndrome. Surely not PerlMonks? by shmem
in thread Some sites cause Carpel Tunnel Syndrome. Surely not PerlMonks? by monkeriffic

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found