Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Jeremie BOUSQUET
ocity. > However, they won't see it all. They will not even see "(x)wiki syntax" > > Stefan Bachert > > > > > > Von: Sergiu Dumitriu > An: XWiki Users > Gesendet: Dienstag, den 23. Februar 2010, 14:12:36 Uhr &g

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread stefan bachert
Sergiu Dumitriu An: XWiki Users Gesendet: Dienstag, den 23. Februar 2010, 14:12:36 Uhr Betreff: Re: [xwiki-users] Macro in html-macro On 02/23/2010 12:48 PM, stefan bachert wrote: > Hi Vincent, > > Technical you are surely totally right in the context of xwiki > But try to see that stuff

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Sergiu Dumitriu
> > > > > Von: Vincent Massol > An: XWiki Users > Gesendet: Dienstag, den 23. Februar 2010, 11:43:49 Uhr > Betreff: Re: [xwiki-users] Macro in html-macro > > > On Feb 23, 2010, at 11:31 AM, Stefan Bachert wrote: > >> >&

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Thomas Mortagne
achert > > > > ________ > Von: Caleb James DeLisle > An: XWiki Users > Gesendet: Dienstag, den 23. Februar 2010, 13:19:37 Uhr > Betreff: Re: [xwiki-users] Macro in html-macro > > XWiki 2.0 syntax is defined here: > http://platform.xwiki.org

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread stefan bachert
wiki="true"}} Stefan Bachert Von: Caleb James DeLisle An: XWiki Users Gesendet: Dienstag, den 23. Februar 2010, 13:19:37 Uhr Betreff: Re: [xwiki-users] Macro in html-macro XWiki 2.0 syntax is defined here: http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HMac

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Caleb James DeLisle
> Von: Vincent Massol > An: XWiki Users > Gesendet: Dienstag, den 23. Februar 2010, 11:43:49 Uhr > Betreff: Re: [xwiki-users] Macro in html-macro > > > On Feb 23, 2010, at 11:31 AM, Stefan Bachert wrote: > >> Hi, >> >> Ok, I see it n

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Vincent Massol
t; > > > Von: Vincent Massol > An: XWiki Users > Gesendet: Dienstag, den 23. Februar 2010, 11:43:49 Uhr > Betreff: Re: [xwiki-users] Macro in html-macro > > > On Feb 23, 2010, at 11:31 AM, Stefan Bachert wrote: > >> >>

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread stefan bachert
sy to find something better, all I am thinking of are rather a sentence than a word. Stefan Bachert Von: Vincent Massol An: XWiki Users Gesendet: Dienstag, den 23. Februar 2010, 11:43:49 Uhr Betreff: Re: [xwiki-users] Macro in html-macro On Feb 23, 2010,

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Thomas Mortagne
On Tue, Feb 23, 2010 at 11:31, Stefan Bachert wrote: > > Hi, > > Ok, I see it now, too. > > However, the attribute name "wiki" is very misleading. > I still get no link for "wiki syntax" to "macro". {{macro param="value"}} only mean something in xwiki/2.0 syntax, that's how this syntax interpret

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Vincent Massol
On Feb 23, 2010, at 11:31 AM, Stefan Bachert wrote: > > Hi, > > Ok, I see it now, too. > > However, the attribute name "wiki" is very misleading. It's wiki as in wiki syntax. Macros **are** wiki syntax, otherwise you'd never be able to use macros when you write wiki syntax! -Vincent > I st

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Stefan Bachert
Hi, Ok, I see it now, too. However, the attribute name "wiki" is very misleading. I still get no link for "wiki syntax" to "macro". Maybe with internal knowledge this may brighten up. Stefan Bachert Von: vmassol [via XWiki] An: Stefan Bachert Gesendet: Di

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Vincent Massol
On Feb 23, 2010, at 11:09 AM, Stefan Bachert wrote: > > Hi, > > I figured it out now. > > {{html wiki=true}} > {{warning}}Warning{{/warning}} > {{/html}} > > setting wiki=true will enable included macros, too. > This is somewhat crude and not documented How can you say it's not documented? h

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Stefan Bachert
Hi, I figured it out now. {{html wiki=true}} {{warning}}Warning{{/warning}} {{/html}} setting wiki=true will enable included macros, too. This is somewhat crude and not documented -- View this message in context: http://n2.nabble.com/Macro-in-html-macro-tp4611361p4617987.html Sent from the XW

Re: [xwiki-users] Macro in html-macro

2010-02-23 Thread Stefan Bachert
Hi, I am sorry, but I am working very intensive on xwiki (7 days a week). However, I am still a beginner as I started two weeks before. And it is very hard to reply on a digest mailing list. I changed this in spite of the ugly gui. Stefan Bachert -- View this message in context: http://n2.na

Re: [xwiki-users] Macro in html-macro

2010-02-22 Thread Caleb James DeLisle
Something like that? {{html}} Italics {{warning}} This is a warning {{/warning}} some text {{/html}} {{html wiki=false}} will turn off further wiki parsing and inner macros will be displayed verbatim. Caleb James DeLisle stefan bachert wrote: > Hi, > > is there a way to include an other macr

Re: [xwiki-users] Macro in html-macro

2010-02-22 Thread Asiri Rathnayake
Hi stefan, I think you are asking too many questions without participating / helping in any other conversation. You might want to slow down a bit ;) - Asiri 2010/2/22 stefan bachert > Hi, > > is there a way to include an other macro in a html macro? > > Stefan Bachert > > > ___

Re: [xwiki-users] Macro in html-macro

2010-02-22 Thread Marius Dumitru Florea
Hi Stefan, stefan bachert wrote: > Hi, > > is there a way to include an other macro in a html macro? As specified on http://code.xwiki.org/xwiki/bin/view/Macros/HTMLMacro you can use wiki=true but be aware to escape special xwiki2.0 chars that you don't want to be interpreted. In case you do