Page Quicklinks: News | Macros | Usage | Current Status | Support

WikiPlex is a regular expression based wiki engine that allows developers to integrate a wiki experience into an existing .NET application seamlessly and with little effort. Built and used by the CodePlex team, WikiPlex has been thoroughly tested in real-world scenarios!


News
WikiPlex v1.2 Released
WikiPlex v1.1 Released
WikiPlex - An Embedded Wiki Engine
Extending WikiPlex with Custom Macros
Extending WikiPlex with Custom Renders

Macro Support
The following macros are supported by WikiPlex. For usage of each macro, please see the Markup Guide. Usage
To use WikiPlex, add a reference to WikiPlex.dll in your project. Then, simply use it in any of your classes

var engine = new WikiPlex.WikiEngine();
string output = engine.Render("This is my wiki source!");
For a more complete sample, view the latest source under trunk/WikiPlex.Web.Sample.

Current Status
WikiPlex has released version WikiPlex 1.2

Support
If you are running into errors using WikiPlex, please use our discussion forum for help.
If you have any feature requests or rendering bugs please use our issue tracker, creating work items if needed with a sample of the bad markup.
Last edited Oct 8 2009 at 8:48 PM by matthaw, version 19

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2010 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2010.1.12.16187