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!
NewsWikiPlex v1.2 ReleasedWikiPlex v1.1 ReleasedWikiPlex - An Embedded Wiki EngineExtending WikiPlex with Custom MacrosExtending WikiPlex with Custom RendersMacro SupportThe following macros are supported by WikiPlex. For usage of each macro, please see the
Markup Guide.
UsageTo 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 StatusWikiPlex has released version
WikiPlex 1.2SupportIf 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.