Sergiu Dumitriu wrote:
Hi XWiki Users,
Please help the dev team solve a UI design dilemma. Your feedback is very important, we really need the point of view of all categories of users.
The context:
We wish to get rid of the editor panels and integrate their corresponding functionality in the editor itself. There are several reasons for doing this (having all the editor functions in one place, without depending on the panels that might or might not be in the database, having the possibility to integrate the editors in view mode without functionality loss, etc).
The proposals:
A) http://dev.xwiki.org/xwiki/bin/Design/ImprovedEdit#HVariantA All the information from the side panels is inserted in the main editor in semantically related places - the language/translation can be chosen from the content menu - the user can change the parent document by editing the hierarchy - the included documents are listed above the content - the document syntax can be selected from a field placed near the content textarea; a link to the syntax help page is provided in the same place. Note that the included documents and the page syntax are only visible in the wiki editing mode. Users editing pages in wysiwyg are not bothered with such details.
B) http://dev.xwiki.org/xwiki/bin/Design/ImprovedEdit#HVariantB All the information from the side panels is grouped in an "Advanced options" zone, hidden by default and displayable on the right. This variant is highly similar to what we currently have in edit mode, with the additional possibility to hide it to gain more horizontal space.
I option B) the best. A large XWiki project I've been working on uses custom fields in the edit panels for editing page data stored in page objects. Option A would seem to make it more difficult to add these custom fields. Here are a few more thoughts and questions: 1.) Perhaps there could be an area specifically for custom fields. That way users could have a way within the current templates to add their own functionality without having to learn enough about the edit templates to choose an insertion point themselves. Also, the fields could provide a friendlier interface than the Objects editor, much like the Inline Form editor except in the Wiki/WYSIWYG editors. Option A) could work with this by having, say, an additional clickable icon at the top that would reveal these additional fields. For my project, I simply placed the custom fields in the Document Information panel. 2.) Are the "panels" in B) still panels located in the Panels space? 3.) Would this hidden Advanced Options sidebar be available in the WYSIWYG edit mode as well? -Joshua
Please comment on these proposals, telling us which works better for you. New ideas are also welcome.
Thanks in advance for your feedback, which will help us move forward.