On Nov 14, 2008, at 7:27 PM, Vincent Massol wrote:
Hi Lewis,
On Nov 14, 2008, at 6:13 PM, Lewis Denizen wrote:
Hi xwiki-users,
I've been using XE 1.6 for quite some time and it's one of the best
apps
that I've ever used (thank you so much)!
Thanks a lot for the praise. You're sure to earn a quick response with
such comments ;)
Few small questons/issues.
Whenever I create a mailto: link in xwiki 2.0 syntax, I can't put
spaces in
it:
[[mailto:test@test.com?cc=test2@test.com&subject=This is a test]]
It used to be possible with the xwiki 1.0 syntax, though.
I'm checking this since this looks like a bug.
Fixed now, will be in XE 1.7M3.
See
http://jira.xwiki.org/jira/browse/XWIKI-2838
Thanks for reporting this.
-Vincent
I'm really glad to see people are starting to use
the XWiki 2.0
syntax. It's brand new and not fully finished yet (will be for 1.7
final) so all feedback is much appreciated.
Also, I'd like to know how people are
managing to place code
snippets in
xwiki 2.0 syntax. In the past, I had used the {code} macro, but now
that
it's gone, what do people use? Do people just wrap it in a <pre>
now? How
about code syntax highlighting?
It's being rewritten by Thomas Mortagne right now. It's almost ready
actually. We're now using Pygments (
http://pygments.org) under the
hood so you get access to syntax highlighting for all the following
languages:
http://pygments.org/languages/
Now if you only need to escape content and not do any formatting/
highlighting you can use the new verbatim syntax. For example:
{{{ whatever here }}}
or
{{{
whatever here
}}}
Thanks
-Vincent
> Keep up the good work!