I already up-voted several items in this thread but I've decided that wasn't enough support.

These are the improvements that I've seen the most consistant support for yet. I'd like to restate them together:

I'd also really like to see a debounce feature for nodes and chatter. For nodes I'd include an ID in a hidden field and detect multiple submissions with the same ID from the same user (including Anonymous Monk). When a duplicate is detected, I'd give the user the options of

because I can see this happening in all three of those cases. For moderated root nodes, it might be best for a "replace" request to delete the original node if it has not already been approved nor replied to. If approved or replied to, just denying the replace request might be best.

For chatter duplicates, I'd just check for duplicate text from the same user. If a duplicate is submitted, just give the user a message like 'you tried to say "..." again' similar to when you /msg someone. You could add a trailing space if you really wanted to repeat yourself.

        - tye (but my friends call me "Tye")

In reply to (tye)RE: Preview/New vs Submit(only) by tye
in thread Preview/New vs Submit(only) by ddd

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.