Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the "town hall" (meta-discussion site) for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

How should the post revision viewers be improved?

+5
−0

The diff view for posts has some shortcomings. The differences between the before and after views are hard to distiguish, and the mobile version is hard to read anything at all. (I think the tag-diff is fixed now.)

If the post edit history page, suggested edits page and diff view were up for a redesign, what changes are needed? I'm asking more for specifics than for general themes, but I'd take general ideas, too.

Some ideas to consider:

  • Accessibility
  • Multiple diff formats (inline, word-diff, unified, side-by-side, rendered)
  • Good semantic element use of <ins> and <del>
  • Smaller screens
  • Tags
  • Title
  • License change (if this is a thing you can do)

The current diff view actually makes a lot more sense when you recognize that it's doing a line-by-line analysis and highlighting the whole line as deleted or added when it changes. Since whole Markdown paragraphs are often written on a single line this over-emphasizes large sections whose inline changes are hard to see.

History

0 comment threads

3 answers

+3
−0

Make it possible to toggle between markdown source and rendered output. This is helpful for the history view but essential for reviewing suggested edits:

  • If we only had rendered output and not markdown, then it would be much harder to catch sneaky spam injections like making a . a link.

  • If we only have markdown (like now), then reviewing formatting-heavy posts, including anything with Mathjax, is daunting. I don't know how folks on our Mathematics community even manage that. We shouldn't make them work that hard.

For a post history this should be a toggle; we don't want to double the size of that page by always showing both. While there's more room on a suggested-edit page, I think it should be a toggle there too, at least for now, instead of trying to show both source and rendered output. You want both to be available when you're creating content, which is why we have the preview, but for reviewing, let's not add the extra UI and code complexity until we determine that it's needed. (And also, let's not forget about phones.)

History

1 comment thread

Related (3 comments)
+2
−0

History page filters

Such as:

  • Filter by revision author
  • Filter by revision reviewer (suggested edit)
  • Filter that lets you select text and include all revisions that touch the selected text
  • Filter by field edited or not edited; title, body, tags.

...and the ability to set multiple filters at once.

History

0 comment threads

+1
−0

More visual distinction between the title and body boxes. They currently blend, and for novice users, it can often be hard to understand the difference between them, or which is which if you know approximately what they are. I've been here for years, and I still find the lack of distinction annoying. This is especially noticeable for posts with quality issues, such as bad titles, little distinction between title and body, etc.

The tags box is already visually distinct enough, because its content are just tags that are clearly rendered as such. That's no argument against investigating improvements with that in mind, though.

History

0 comment threads

Sign up to answer this question »