Blog/CMS software with editing style like Stack Exchange
- by Merlyn Morgan-Graham
I have been updating a Wordpress blog lately and found the turnaround time for content creation and editing is much worse than for Stack Overflow posts. Part of this has to do with being original compositions rather than riffing off a question. But part of it is the software.
I am looking for CMS/blog software that has an overall editing experience similar to Stack Overflow.
The most important features I'm looking for:
Inline editing
(mostly) Real-time preview on the same page are all important features for speeding up data entry.
Markdown support (with inline and block-level code support)
Syntax hilighting
The features I must maintain from my self-hosted Wordpress:
Somewhat popular/supported software, with extensibility support
Self hostable
Will work with MySql
Wordpress has plugins for all these, but they don't necessarily work together. For example I've found a few markdown-on-save plugins, but I doubt those have a chance of ever supporting inline editing or real time previews. Also the most popular syntax hilighting plugins don't support inline code blocks, and I doubt previews would work with other syntax hilighting methods.
If I get a wiki/web page content creation system along with it, or somehow integrate this into GitHub (with all the features I requested) I'll accept those as side benefits :)
Formed as a question:
Are there any pieces of content creation software for making a blog that support an editing style like Stack Exchange and Stack Overflow? Or magic combinations of Wordpress plugins that offer the same?