- New Wiki Syntax 2.0
- New Rendering engine
- Much faster
- Way more powerful. We're now parsing document content and generating an internal object structure for it. Amongst other things it allows scripts to act on page content (semantic transformations are now possible and easy).
- Polyglot. We now support several wiki syntaxes at once (you can choose the syntax on a page by page basis).
- New WYSIWYG editor (based on GWT). We've rewritten from scratch our WYSIWYG editor to provide an editor that is performant, robust and that just works (none of the WYSIWYG editors we've tried out there were working! More on that in a future post)
- Full WebDAV support
- Office Import. All types of documents are going to be supported (old Microsoft Office formats, Open Office, etc).
- Microsoft Office Plugin for editing and publishing wiki content directly from Microsoft Word.
- New Query Manager (called XWQL, it's a JPQL superset) to easily create queries to query anything in the wiki. For example:
"where doc.author = 'XWiki.JohnDoe' and doc.object(XWiki.XWikiUsers).email like '%xwiki.org'"
- XWiki IDE (a.k.a XEclipse) with Syntax Coloring and auto completion on APIs:

General Actions:




