[xwiki-devs] [VOTE] Nested/Embedded document support
Hi, I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents. For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example. See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples. Here's my +1 Thanks -Vincent
+1 Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
How is the "embedded document" going to be translated in HTML? Thanks, Marius Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Sep 23, 2008, at 7:30 PM, Marius Dumitru Florea wrote:
How is the "embedded document" going to be translated in HTML?
AFAIK this is native in HTML since it supports embedding. For example: <table> ... <td> <ul><li>item</li></ul> </td> ... However in order to recognize a nested element we'll need that our XHTML renderer generate something like: <span class="wikimodel-document">...</span> Haven't really though yet about it but it doesn't sound too complex. Thanks -Vincent
Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
Vincent Massol wrote:
On Sep 23, 2008, at 7:30 PM, Marius Dumitru Florea wrote:
How is the "embedded document" going to be translated in HTML?
AFAIK this is native in HTML since it supports embedding.
For example:
<table> ... <td> <ul><li>item</li></ul> </td> ...
However in order to recognize a nested element we'll need that our XHTML renderer generate something like:
<span class="wikimodel-document">...</span>
Span is an inline element and AFAIK it shouldn't contain block elements. But I got the point. We need it to overcome the nesting limitation of wiki syntax. +1
Haven't really though yet about it but it doesn't sound too complex.
Thanks -Vincent
Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Sep 24, 2008, at 1:53 AM, Marius Dumitru Florea wrote:
Vincent Massol wrote:
On Sep 23, 2008, at 7:30 PM, Marius Dumitru Florea wrote:
How is the "embedded document" going to be translated in HTML?
AFAIK this is native in HTML since it supports embedding.
For example:
<table> ... <td> <ul><li>item</li></ul> </td> ...
However in order to recognize a nested element we'll need that our XHTML renderer generate something like:
<span class="wikimodel-document">...</span>
Span is an inline element and AFAIK it shouldn't contain block elements.
Yes replace that with <div> then. Thanks -Vincent
But I got the point. We need it to overcome the nesting limitation of wiki syntax.
+1
Haven't really though yet about it but it doesn't sound too complex.
Thanks -Vincent
Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Sep 23, 2008, at 7:12 PM, Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
Another example is a table inside a table inside a table inside... ;) More seriously I've been waiting for a long time to have the ability of entering any type of wiki content in table cells and in #info() boxes for example. -Vincent
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
On Tue, Sep 23, 2008 at 7:47 PM, Vincent Massol <[email protected]> wrote:
On Sep 23, 2008, at 7:12 PM, Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
Another example is a table inside a table inside a table inside... ;)
More seriously I've been waiting for a long time to have the ability of entering any type of wiki content in table cells and in #info() boxes for example.
I agree with you, this would be so useful :)
-Vincent
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 On Tue, Sep 23, 2008 at 7:12 PM, Vincent Massol <[email protected]> wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Vincent Massol wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
The wiki syntax is becoming more and more complex and less "wiki"... I'm still against complex things, but if we must... +0 -- Sergiu Dumitriu http://purl.org/net/sergiu/
+1 Vincent Massol wrote:
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
-- Artem Melentyev
+1 On Tue, Sep 23, 2008 at 7:12 PM, Vincent Massol <[email protected]> wrote:
Hi,
I'm proposing to introduce the ((( ... ))) wiki syntax to support nested documents.
For example this allows putting any type of wiki syntax inside table cells. This also allows having a table inside a list for example.
See the section entitle "embedded document" on http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements for some examples.
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Jean-Vincent Drean
participants (8)
-
Artem Melentyev -
Jean-Vincent Drean -
Jerome Velociter -
Marius Dumitru Florea -
Pascal Voitot -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol