What is a good WYSIWYG editor and wiki engine for making a long programming tutorial?

0

I would like to make a multi-page online tutorial that includes a lot of snippets of C++ code. I'm looking for something like the preview of source code provided by the programming-related StackExchange sites. What wiki-engine and associated editor is designed for this type of programming-centered content?

Alan Turing

Posted 2013-01-17T14:54:38.103

Reputation: 249

Question was closed 2013-01-17T17:25:10.753

Answers

1

I would go with a WordPress install and a plugin to facilitate the code highlighting. There are many options for that. Here's a rundown of some of them: http://blog.templatemonster.com/2011/04/15/wordpress-plugins-code-snippets-displaying/

jamesnotjim

Posted 2013-01-17T14:54:38.103

Reputation: 251

0

WikiMatrix is awesome for comparing wikis. As for a Stack Exchange like feel, you're probably not going to see a slick live preview, or at least I haven't found one that will do this. It may be possible to set it up yourself. This question might help you, and this is what Stack Exchange uses.

Tanner Faulkner

Posted 2013-01-17T14:54:38.103

Reputation: 11 948

I'd love to see what you end up with by the way. I'd appreciate a ping when you've got something to show off. :) – Tanner Faulkner – 2013-01-17T15:07:54.387