On Apr 13, 2009, at 7:10 AM, 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?
The syntax help is also now bundled in the internal help panel when you edit a page in XE 1.8.1. Thanks -Vincent > 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. >> > > > -- > View this message in context: > http://n2.nabble.com/Code-Box-Content-Changes-in-WYSIWYG-Editor-tp2622964p2626538.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
