While I share the dismay of previous respondents with the way some posters ignore the helpful admonitions on the preview page, I do think a variant of OP's specific suggestion re automating <readmore> tags may have some merit.
But rather than merely providing another message (to be brushed by), could we not do a line count on the draft when "preview" is called and -- when that count exceeds whatever we set as a threshhold("50|100|150?") -- insert <readmore>:
- After the last line terminated by a period-and-new-line or <br> or </p>
- at the transition from narative to <code>
- after the last previous </code>
and a </readmore> after the last line of the post.
It seems to me likely that the typical offender is new to PM, and thus is unlikely to have used User Settings to turn the preview default to "off." Clearly, relying on that assumption would NOT assure us that all very long posts benefit from <readmore> tags and -- equally clearly -- those posts in leetspeak and/or without markup might slip by, but force-inserting <readmore> might be a start, if (ah, here's the real stinker!) not to difficult to implement.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.