Skip to content
Mark Junker edited this page Oct 25, 2024 · 1 revision

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

Sample Site on AppHarbor WikiPlex v2.0 Released

Macro Support

To view the supported macros that WikiPlex releases with, visit the documentation for more information.

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 WikiPlex.Web.Sample.

Current Status

WikiPlex has released version release:51732

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.

Clone this wiki locally