Hosted wiki using StackOverflow-like editing tools? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T14:18:31Zhttp://stackoverflow.com/feeds/question/612783http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/612783/hosted-wiki-using-stackoverflow-like-editing-tools4Hosted wiki using StackOverflow-like editing tools?Herb Caudill2009-03-04T22:37:18Z2009-03-17T05:39:37Z
<p>We're starting developer documentation for one of our projects, and I'd like to set it up as a hosted wiki. </p>
<p>There will be lots of code samples, and the WMD/Prettify combination used here on StackOverflow is the simplest way I've seen to enter structured text (with headings, etc.) combined with automatically formatted code blocks. </p>
<p>Does anyone know of an existing hosted wiki service that uses this editing toolset, so we don't have to write our own (at least not right away)?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/612783/hosted-wiki-using-stackoverflow-like-editing-tools/612857#6128571Answer by TFD for Hosted wiki using StackOverflow-like editing tools?TFD2009-03-04T22:56:09Z2009-03-04T23:05:46Z<p>Many wiki engines are open source</p>
<p>Why not grab your favourite and add in the WMD editor?</p>
<p>Screwturn.eu is a nice C# wiki with a great extensibility model, and a great markup pipeline what should be simpl-ish to upgrade to WMD</p>
<p>Download v3 beta and look at /core/Formatter.cs and /core/FormattingPipeline.cs for the REGEX's to compose pages from WMD markdown</p>
<p>And /WebApplication/Editor.ascx for the editor custom control, which you can plug in WMD with some LH-RH code</p>
http://stackoverflow.com/questions/612783/hosted-wiki-using-stackoverflow-like-editing-tools/653109#6531090Answer by pc1oad1etter for Hosted wiki using StackOverflow-like editing tools?pc1oad1etter2009-03-17T05:39:37Z2009-03-17T05:39:37Z<p>Check out <a href="http://www.mindtouch.com/" rel="nofollow">Mindtouch's DekiWiki</a>. They use <a href="http://www.fckeditor.net/demo" rel="nofollow">fckeditor</a>, I believe, which is pretty user friendly. There is a free hosted version (with limited extension features), and you can pay for very powerful version.</p>
<p>We use it for documentation internally and it is excellent.</p>