I found these:

http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax
http://code.xwiki.org/xwiki/bin/view/Macros/

Hope this helps,
Marius

Andreas Schaefer wrote:
> Well, the XWiki 1.0 syntax came up by default so I ran with that so  
> far. Unfortunately I was not able to find the Wiki Syntax Help site  
> for 2.0 and I did not want to go without.
> 
> Any ideas where I can find that?
> 
> Thanks
> 
> Andreas Schaefer
> CEO of Madplanet.com Inc.
> [email protected]
> [email protected]
> 
> On Apr 12, 2009, at 6:09 AM, Marius Dumitru Florea (via Nabble) wrote:
> 
>> Hi,
>>
>> I can see you're using the XWiki 1.0 syntax and thus the old WYSIWYG
>> editor which is no longer maintained. What you describe could be a bug
>> in the old editor. I tried your example in the new editor using the
>> {{code}} macro and it works fine. Maybe you can switch to XWiki 2.0
>> syntax and try the new WYSIWYG editor.
>>
>> Thanks,
>> Marius
>>
>> Andreas Schaefer wrote:
>>
>>> Hi
>>>
>>> I normally edit my pages in the Wiki editor but to add links or  
>> images I use the WYSIWYG editor. Now having a code box like this:
>>> {code}
>>> - (BOOL) textFieldShouldReturn: (UITextField *) textField {
>>> [self greetMe:nil];
>>> return YES;
>>> }
>>>
>>> {code}
>>>
>>> will turn into this:
>>>
>>> {code}
>>> - (BOOL) textFieldShouldReturn: (UITextField *) textField {
>>> [self greetMe:nil];
>>> return YES;
>>> }
>>>
>>> {code}
>>>
>>> Any ideas why and how to workaround this problem.
>>>
>>> Cheers
>>>
>>> Andreas Schaefer
>>> CEO of Madplanet.com Inc.
>>> andreas.schae...@...
>>> schaef...@...
>>>
>> _______________________________________________
>> users mailing list
>> us...@...
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>> This email is a reply to your post @ 
>> http://n2.nabble.com/Code-Box-Content-Changes-in-WYSIWYG-Editor-tp2622964p2624091.html
>> You can reply by email or by visting the link above.
>>
> 
> 
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to