--- OT --- On Wednesday, November 19, 2014 1:20:24 PM UTC+1, Tobias Beer wrote: > > but one thing I find rather confusing is that open draft tiddlers end up > directly updating and showing up in lists. While that may have its benefits > to see the result before commiting, it adds to the number of not really > needed refreshes. >
There is a convention, that "end user" facing lists should not contain shadow and system tiddlers. eg: All, Recent and some other sidebar tabs. So the default filter set doesn't contain the $:/ prefixed tiddlers It turns out, that many <$list...> filters (especially templates) also have !has[draft.of] in them. There was a discussion, to change the default behaviour of the filter to exclude drafts from standard lists. ... It would have meant, to create a big incompatible beta-change, so imo it wasn't implemented. If you don't like drafts in your list you need to add !has[draft.of] to your filter expression -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

