On 03/26/2012 05:31 PM, Trevor Parscal wrote:
I may not be understanding your question very well, but I this might help.
List items that come from different sources will be treated as separate lists in the editor (at least initially) even if they are rendered as a contiguous list in the final view. We may add some slick features to the editor to blend the native and generated portions of the document together better, but that will be something we work on adding down the road.
IMHO it would make sense to treat lists with items coming from templates similar to tables produced by table start / row / end templates- as something partially constructed from templates. We can mark both tables and lists as being composed from templates in the parser, which should make it quite easy to initially protect those lists as opaque blobs in the editor, until advanced support for mixed-source structures is implemented.
Gabriel