TLDR: My idea is to have a way for early edits (whole new chunks of text) to be highlighted while the post is still fairly new, so that the "EDIT:" convention is unneeded, resulting in less noise in the long run.


During the earliest stage of the life of a question, there's a convention to mark updates on both the question and answers with an EDIT heading. For example:

Initial text

EDIT: More text

or

EDIT

More text

This is an effective tool to bring attention to changes in a post during that early refinement stage. But later, and for the rest of the post's life, those EDIT headings are basically noise. There are exceptions, but I believe that most posts (especially answers) can be made more reader-friendly by removing these headings.

To illustrate this point, here is an example of an answer I just cleaned up.

So my idea, which I realize may be far-fetched, is to have a way for edits of this kind (contiguous blocks of added text) to be dynamically highlighted by the browser, making the EDIT headings unnecessary.

It could be just a change in the background color of the most recently added block of text, or perhaps something more elaborate that can indicate each added block in a progressively-more-recent fashion. Vertical (maybe squiggly) lines in the left margin may be another possiblity, though I don't know if that would require a whole new kind of control to be used (you can tell I'm not a web developer).

There could be a new markup tag to indicate text which needs to be highlighted in this way. This gives the author control over whether the edit is highlighted. So for example:

Here's my orignal answer. Here's my orignal answer. Here's my orignal answer. 

<edit>Here's some more detail I added a bit later in response to comments. Here's some more detail I added a bit later in response to comments. Here's some more detail I added a bit later in response to comments.</edit>

might show up like this (please forgive my freehand attempt at squiggly lines):

Added block of text with squiggly line indication

When the post moves out of its active phase, the dynamic highlighting could cease, leaving a neater looking post.

Does this make sense to anyone else, or am I on the crack?

One possible problem is that some posts may eventually seem to contradict themselves when the highlighting ceases to show. (Ideally, any post which does contradict itself should really be edited one last time to remove any confusion added by the earlier edits... but sadly this often doesn't happen).

share|improve this question
I mostly like the idea, but tweaking it to ignore trivial edits and mostly trivial edits would take some serious work -- and doubtless a lot of confusion about the rules. – sarnold Jan 24 '12 at 0:59
@sarnold: what about if the markup tag was required to activate it, and the tag would only work for free-standing blocks of text? – Igby Largeman Jan 24 '12 at 1:02
I usually find that an EDIT label makes sense, because otherwise it looks like the author wrote a cohesive post and then suddenly switched directions partway through. I can usually see where a large edit has happened even without the label – Michael Mrozek Jan 24 '12 at 1:14
The completely-manual mechanism seems like a better idea; though, as you've found, sometimes multiple edits are made. Would the system then need to track which users have seen which updates? Or would it highlight them all? (Not that the current situation is great...) – sarnold Jan 24 '12 at 1:15
@Michael: good point; I'm guilty of that myself, especially when the questioner has made a similarly large edit. :) – sarnold Jan 24 '12 at 1:16
@sarnold: Tracking which edits you've seen is far too complex; I think it would be sufficient to either highlight just the last major edit, or all major edits, just while the post is new (e.g. say for 1 week). – Igby Largeman Jan 24 '12 at 17:04

1 Answer

The edit convention you describe is something that the community cooked up for this sort of thing, and it works...Sort of. I personally find it a bit... noisy.

The "correct way of doing this is to add a line, using three dashes, like this, just like you did in your own question:


The text appearing here would be the "after-edit" text.

Note that there is already precedent for this; I didn't just make it up. A line is inserted just like this automatically by the system when a moderator performs a "Convert Answer to Edit" action.

share|improve this answer
1  
The line is a good indicator but it's not exclusively used to delimit edits. Something that exclusively means "this was recently added" would be nice. – Igby Largeman Jan 24 '12 at 20:23
You guys have a button for that?? I want a button for that... – sarnold Jan 24 '12 at 23:25

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged