The trouble with [!has[tags]] is that it just looks for a tags field, and counts a tiddler as tagged even if the field is present, but empty. (As happens when you delete the last tag from a tiddler).
I've just pushed a core update with an `untagged` filter operator, and also created a new `untagged` sidebar tab, let me know what you think: https://github.com/Jermolene/TiddlyWiki5/commit/4fb68364811b96e028044db5e3963fea051c07fd Best wishes Jeremy On Fri, Sep 13, 2013 at 8:49 AM, Tobias Beer <[email protected]> wrote: > > Edit $:/core/ui/MoreSideBar >> >> Paste this: >> >> <$button type="set" set="$:/state/**moreSideBarTabSet" >> setTo="untaggedTab" qualifyTiddlerTitles="yes" selectedClass="tw-tab-** >> selected">Untagged</$button> >> >> To where you want the button to be located among the <$button>s... I >> place it below the button for 'Tags'. >> > > I have actually put this button at the very bottom of the tags tab > preceded by a <br>. So, the untagged are in the tags and when i click on > them, they reveal themselves in the same tab... which is where I think they > should be. Also makes for an interesting case for a kind of second-level > tabs. > > Best wishes, Tobias. > > -- > 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/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- 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/groups/opt_out.

