Ah, I managed to do the sidebar method ^^

This adds one more vertical tab in More tab.

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'.

Then paste this anywhere but within the div tag and not inside another 
<$reveal>:

<$reveal type="match" state="$:/state/moreSideBarTabSet" text="untaggedTab" 
qualifyTiddlerTitles="yes">
<$list filter="[!is[system]]-[[SiteTitle]]-[[SiteSubtitle]]+[!has[tags]]" 
 itemClass="tw-menu-list-item"/>
</$reveal>

Ideally the location should correspond to <$button> location.

Cheers ^^


On Friday, September 13, 2013 11:02:15 AM UTC+8, [email protected] wrote:
>
> Thanks for the responses!
>
> David Johnson's method works really great. I just added a tiny little 
> thing:
>
> <$list filter="[!is[system]]-[[SiteTitle]]-[[SiteSubtitle]]-[[Untagged 
> Tiddlers]]+[!has[tags]]" type="ul"/>
>
> in 'Untagged Tiddlers' tiddler and I also put this tiddler as one of the 
> default tiddlers.
>
> I also accidentally created tiddlers for some of the tags and just deleted 
> those.
>
> Many thanks for the solution ^^
>
> On Friday, September 13, 2013 4:44:41 AM UTC+8, David Johnston wrote:
>>
>> Try this ..  It gathers up all non system tiddlers  *[!is[system]]*.. 
>> then ensures that they do not have tags *+[!has[tags]]*
>>
>> <$list filter="[!is[system]] +[!has[tags]]" type="ul"/>
>>
>> Place it in a tiddler called ... "Missing tiddlers" .. and it should 
>> produce the list you want.
>>
>> The filter system in TW5 is excellent.
>>
>> Regards
>>
>> David
>>
>>
>>

-- 
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.

Reply via email to