Contents tagged with WikiPlex
- 
WikiPlex 1.4 Released
- 
WikiPlex v1.2 ReleasedIt’s been a few months since the last release of WikiPlex, but I honestly have good reasons – paternity leave! This updated version has taken in a lot of user feedback and put it into action – so thank you for contributing ideas… (read more) 
- 
WikiPlex v1.1 ReleasedIt's only been a few weeks since the v1.0 release, but a lot of work has gone into a new release of CodePlex's embeddable wiki engine, WikiPlex. The time in between has not been without a few highlights, including… (read more) 
- 
Extending WikiPlex with Custom RenderersFollowing up from my prior post on Extending WikiPlex with Custom Macros it’s now time to talk about creating custom renderers. When we left off, we had created our title link macro and registered it with WikiPlex…[read more] 
- 
Extending WikiPlex with Custom MacrosOne of the very nice features of WikiPlex is the ability to extend it to your hearts desire. The API is completely open, and the entry points off of WikiEngine are merely wrappers. This means that, if you really wanted to, you could create your own parser and formatter - but the majority of extending WikiPlex will be done via macros and renderers. A summary of the extension points include… (read more) 
- 
WikiPlex – An Embedded Wiki EngineI’d like to introduce you to WikiPlex, which is CodePlex’s wiki engine that we have re-written and made open source under the MS-PL license. I’m also happy to announce that our first public release is now available! Read more about WikiPlex here!