Something like
<$list filter=<<tv-config-pagetemplate-filter>> variable="listItem">
in the $:/core/ui/PageTemplate?
It will allow complex and fine grained manipulations of display like
exports.run = function() {
var filter;
if (window.matchMedia("(min-width: 960px)").matches) {
filter =
"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]";
} else {
filter = "[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]
-$:/core/ui/PageTemplate/sidebar";
}
return filter;
and so on.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywikidev/96302185-29b6-43a1-88da-b4f8c857bbfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.