What are the WordPress customizations for WikiTribune?

Thanks for the heads up, @jetatomic!

They actually extended the revision system!

WordPress plugin that enables updates to published content to be held in a draft state, or to be submitted for moderation and approval before they go live. It makes WP’s native Revisions more accountable by extending the system’s tracking of changes to taxonomy items and featured images, and improves the ‘Compare Revisions’ interface.

Because WordPress performance always has a strong caching element, the taboo against using revisions will hopefully lift. The one thing I wonder about is for a site like WikiTribune, they must get an inordinate amount of revisions, as it is the default editorial model. That means they should be bumping into some limits with their database, but who knows if it will ever really matter? When I host WordPress sites, regular visitors are never interacting with the database, everything is optimized to be served as fast as possible, including search.

My point is, maybe we ought to start keeping all revisions in WordPress, and exposing that data in more interesting and useful ways for site visitors. I encourage this even as I know it won’t be widely adopted, because it isn’t a matter of technology, it’s marketing. Folks don’t want others to see their mistakes, or that they keep regurgitating the same content year after year. Revisions get no love!

This was the first item on my speculation list as it was the most interesting to me: how do you get multiple folks editing at the same time?

Plugin to make WordPress more Wiki-like by allowing more than one person to edit the same Post, Page, or Custom Post Type at the same time. When there are conflicting edits, it helps users to view, compare, and merge changes before saving.

There is so much to check out about this plugin! First, note this important note:

FCE’s collaborative editing model is not Google Docs -like; users do not see what each other are typing in real time, but can work and concentrate independently. This also allows for a greater scale of collaboration. Furthermore, each users saved edits create Post Revisions, which makes editing more accountable and less subject to error or misuse.

So it is like MediaWiki, and I gotta say, that’s pretty awesome! And it wasn’t a small feat, if you look at their “features and functionality” list, they make use of the heartbeat API, transients API, and revisions, while adding a lot of functionality to make it a seamless experience for users. Well, presumably; I have a couple of project to finish up before I’ll get to play around with these.

Being able to edit content in that way, I think a lot of my collaborators would love that functionality, but have always been aware it wasn’t something baked into WordPress. So instead: Google Docs. Except again, no one is using it for that real-time editing experience, it is merely because you get edit-locked in WP.

Given that all this stuff is front-end editor stuff, I would hope there is now a niche for more collaborative editor experiences. Now we just need to figure out how it works with Gutenberg