On Sep 8, 2009, at 5:28 PM, Marta Girdea wrote:
On Tue, Sep 8, 2009 at 2:48 PM, Vincent Massol
<vincent(a)massol.net>
wrote:
Hi everyone,
With Colibri we've started to display the doc title as the document's
rendered title. This is a big change that not only affects Colibri
but
in general the way people write documents.
Here's what I suggest:
1) Display doc titles with <div>
2) Display document content headers using <h1>-<h6>
3) Display doc titles with a larger font size than h1 (or h1 with a
smaller font size)
4) Force cursor to be in the title field when editing a new document.
Force cursor in the content field when editing an existing document.
This is to make it easy using the keyboard only to enter doc titles
(since it's currently dead easy, we need something close in easiness)
5) Modify all our existing skins: Toucan, Albatross, Finch and Dodo
so
that they use they display the doc title, similarly to Colibri
6) Have a title compatibility flag in xwiki.cfg. When active, use a
Javascript to do this: if there's no title specified for a page and
if
the first content is a H1 then use it as the page's title.
Why javascript? This can be easily done on the server side in
velocity, by
looking into the string representing the rendered content.
Yes good point.
Thanks
-Vincent
> We need at least 1), 3), 6) to be able to release
the Colibri skin
> for
> 2.0 final IMO.
>
> WDYT?
>
> Thanks
> -Vincent