I&#39;m interested in people&#39;s thoughts on this extension to pagelists.  It&#39;s purely experimental right now and requires a slight change (a single character) to a core script, so it&#39;s not too useful right now, but I thought I&#39;d see what interest there was.<br>
<br>Basically the idea is to allow page selection criteria to be placed within parentheses inside the (:pagelist ... :) markup.  Those parentheses can then be combined with intersection, union, and difference operators<br>
<br>intersection: (:pagelist (name=Foo)+(group=Bar) order=name fmt=#simple:)<br>union: (:pagelist (name=Foo),(group=Bar) order=name fmt=#simple:)<br>difference: (:pagelist (name=Foo)-(group=Bar) order=name fmt=#simple:)<br>
<br>In light of the recent discussions on the link=x limitations, this extension could really make a difference there...  Basically it gives you the capability of combining multiple pagelists into a single sorted &amp; formatted pagelist.<br>
<br>There&#39;s a proof-of-concept page (i.e., pre-experimental) at <a href="http://pmwiki.qdk.org/pmwiki.php/PageListPlus/PageList">http://pmwiki.qdk.org/pmwiki.php/PageListPlus/PageList</a>.  Feel free to treat that page or other pages in that group as a sandbox to play with the idea...<br>
<br>-Peter<br>