[xwiki-users] mailto links & code blocks
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)! Few small questons/issues. Whenever I create a mailto: link in xwiki 2.0 syntax, I can't put spaces in it: [[mailto:[email protected][email protected]&subject=This is a test]] It used to be possible with the xwiki 1.0 syntax, though. 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? Keep up the good work!
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:[email protected][email protected]&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. 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!
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:[email protected][email protected]&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!
Thanks a ton, Vincent! Really great work on XWiki :-D On Sat, Nov 15, 2008 at 4:01 AM, Vincent Massol <[email protected]> wrote:
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:[email protected][email protected]&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!
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Lewis Denizen -
Vincent Massol