Re: [xwiki-users] some questions concerning editing pages - more specific section behaviour - XWiki 1.8M1 [partly solved]
Hi Vincent, thanks for your quick reply. Though I didn't find anything new on that page, I discovered, that I have to always write 1.1 in XWiki1.0 Syntax instead of increasing the number to 1.2. That wasn't intuitive for me in the first place. Also, XWiki2.0 Syntax seems to work now, though I asked myself, if it is possible to convert existing Syntax 1.0 articles to 2.0 articles. What I still don't get is "How to create sections" - or get an edit icon at the top right at all. While the original WebHome and the edited version of it has it for each section, new pages don't get such an icon. I looked at the WebHome page and found, it is using the XWiki.ArticleClass object. Unfortunately adding this object to a new article doesn't resolve the issue. Any idea, what I might be doing wrong? Cheers Sebastian On Thu, Jan 22, 2009 at 11:34 AM, Vincent Massol <[email protected]> wrote:
Hi Sebastian,
On Jan 22, 2009, at 11:27 AM, Sebastian Kannengiesser wrote:
Hi guys,
I have some points that I don't understand in XWiki, which occur somehow like bugs to me.
I just edited the WebHome article of the Main Space which came with the default XWiki-Xar-File. In that WebHome there are 2 sections defined, the first one being the started by a Title1 format caption and the second one being started by a Title2 format caption. First thing is, how can I get another section with Title2 format in that page. I couldn't find any documentation on this.
When editing the page in XWiki1.0 syntax I tried to add a section by having a "1.2" prefix after the existing "1" and "1.1" section, but that results in 1.2 being printed on the resulting page instead of a Title2 headline and a new section. When I format Title2 using WYSIWYG, I get HTML syntax in Wiki-Syntax instead of 1.2 (which didn't work before). The result is, that the page has a new bold Title2 headline, but still no new section (besides the syntax being strange - HTML).
Another point is, that I just reedited that page and now, after saving, the first section, the one with the Title1 headline is no longer editable. WebHome points to section 2 directly, though I still see the content in the page.
Last point is: How can I get XWiki2.0 Syntax working? I enabled it in xwiki.cfg, but that doesn't seem to have any effect.
See http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing
I really hope, you can give me some hints on my troubles. BTW, I'm using MSSQL 2000, if that could be involved in the problems.
Many thanx in advance.
Cheers, Sebastian _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks -Vincent http://xwiki.com http://xwiki.org http://massol.net
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
What I still don't get is "How to create sections" - or get an edit icon at the top right at all
If you are getting it on some pages then you have it turned on in the config so that's step one. Now the magic bit... Use a header for your section, any of these will create you a new section in the page that can be edited separately. 1 1.1 1.1.1 1.1.1.1 I believe all of these create new sections. To be honest, I think that this behavior is annoying. I'd much rather have a Tag or some other indicator that I want a given heading to be individually editable. There are times when I may want to use one of those headings and NOT have it create a nee editable section in the page. But that is neither here nor there... Hope this helps! .:. Kevin -- View this message in context: http://n2.nabble.com/Re%3A-some-questions-concerning-editing-pages---more-sp... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Kevin, thanx for your answer. Yes, this helps a little and I also think, to have a seperate option of distinguishing between title and section would be nice. But, as I just wrote, here the following does not create editable sections with XWiki Syntax 2.0. = title1 = == subtitle1 == == subtitle2 == and so forth... Can someone check this please, could be a potential bug. Cheers, Sebastian On Thu, Jan 22, 2009 at 1:58 PM, KevinC <[email protected]> wrote:
What I still don't get is "How to create sections" - or get an edit icon at the top right at all
If you are getting it on some pages then you have it turned on in the config so that's step one. Now the magic bit...
Use a header for your section, any of these will create you a new section in the page that can be edited separately.
1 1.1 1.1.1 1.1.1.1
I believe all of these create new sections. To be honest, I think that this behavior is annoying. I'd much rather have a Tag or some other indicator that I want a given heading to be individually editable. There are times when I may want to use one of those headings and NOT have it create a nee editable section in the page. But that is neither here nor there...
Hope this helps! .:. Kevin -- View this message in context: http://n2.nabble.com/Re%3A-some-questions-concerning-editing-pages---more-sp... Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Jan 22, 2009, at 1:41 PM, Sebastian Kannengiesser wrote:
Hi Vincent,
thanks for your quick reply. Though I didn't find anything new on that page, I discovered, that I have to always write 1.1 in XWiki1.0 Syntax instead of increasing the number to 1.2. That wasn't intuitive for me in the first place.
Also, XWiki2.0 Syntax seems to work now, though I asked myself, if it is possible to convert existing Syntax 1.0 articles to 2.0 articles.
Good point this is not documented yet. It should go on that page too. Basically on a xwiki 1.0 page you just select the 2.0 syntax and you'll get a popup asking if you want to convert it. -Vincent
What I still don't get is "How to create sections" - or get an edit icon at the top right at all. While the original WebHome and the edited version of it has it for each section, new pages don't get such an icon. I looked at the WebHome page and found, it is using the XWiki.ArticleClass object. Unfortunately adding this object to a new article doesn't resolve the issue. Any idea, what I might be doing wrong?
Cheers Sebastian
On Thu, Jan 22, 2009 at 11:34 AM, Vincent Massol <[email protected]> wrote:
Hi Sebastian,
On Jan 22, 2009, at 11:27 AM, Sebastian Kannengiesser wrote:
Hi guys,
I have some points that I don't understand in XWiki, which occur somehow like bugs to me.
I just edited the WebHome article of the Main Space which came with the default XWiki-Xar-File. In that WebHome there are 2 sections defined, the first one being the started by a Title1 format caption and the second one being started by a Title2 format caption. First thing is, how can I get another section with Title2 format in that page. I couldn't find any documentation on this.
When editing the page in XWiki1.0 syntax I tried to add a section by having a "1.2" prefix after the existing "1" and "1.1" section, but that results in 1.2 being printed on the resulting page instead of a Title2 headline and a new section. When I format Title2 using WYSIWYG, I get HTML syntax in Wiki-Syntax instead of 1.2 (which didn't work before). The result is, that the page has a new bold Title2 headline, but still no new section (besides the syntax being strange - HTML).
Another point is, that I just reedited that page and now, after saving, the first section, the one with the Title1 headline is no longer editable. WebHome points to section 2 directly, though I still see the content in the page.
Last point is: How can I get XWiki2.0 Syntax working? I enabled it in xwiki.cfg, but that doesn't seem to have any effect.
See http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing
I really hope, you can give me some hints on my troubles. BTW, I'm using MSSQL 2000, if that could be involved in the problems.
Many thanx in advance.
Cheers, Sebastian _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks -Vincent http://xwiki.com http://xwiki.org http://massol.net
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks -Vincent http://xwiki.com http://xwiki.org http://massol.net
On Jan 22, 2009, at 2:10 PM, Sebastian Kannengiesser wrote:
Hi Kevin,
thanx for your answer. Yes, this helps a little and I also think, to have a seperate option of distinguishing between title and section would be nice. But, as I just wrote, here the following does not create editable sections with XWiki Syntax 2.0.
= title1 = == subtitle1 == == subtitle2 ==
Yes this is a known limitation. We haven't implemented it yet. See http://jira.xwiki.org/jira/browse/XWIKI-2881 to follow the status. Thanks -Vincent
and so forth...
Can someone check this please, could be a potential bug.
Cheers, Sebastian
On Thu, Jan 22, 2009 at 1:58 PM, KevinC <[email protected]
wrote:
What I still don't get is "How to create sections" - or get an edit icon at the top right at all
If you are getting it on some pages then you have it turned on in the config so that's step one. Now the magic bit...
Use a header for your section, any of these will create you a new section in the page that can be edited separately.
1 1.1 1.1.1 1.1.1.1
I believe all of these create new sections. To be honest, I think that this behavior is annoying. I'd much rather have a Tag or some other indicator that I want a given heading to be individually editable. There are times when I may want to use one of those headings and NOT have it create a nee editable section in the page. But that is neither here nor there...
Hope this helps! .:. Kevin -- View this message in context: http://n2.nabble.com/Re%3A-some-questions-concerning-editing-pages---more-sp... 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
Thanks -Vincent http://xwiki.com http://xwiki.org http://massol.net
participants (3)
-
KevinC -
Sebastian Kannengiesser -
Vincent Massol