@tobias, this would be cool if {{{ [list[]] }}} worked. I cant seem to get it 
to work in a tab in the sidebar. Anyone else get it to work or is it just me.
Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5

-------- Original message --------
From: Tobias Beer <[email protected]> 
Date: 01/25/2016  11:37 AM  (GMT-07:00) 
To: TiddlyWiki <[email protected]> 
Subject: Re: [tw] Re: [TW5] Favorites 

Hi magev958,
That's entirely possible, especially with the new action-listops widget.You 
could have a Favorites tiddler with a list field in which you storeall the 
titles of the tids that you want to be favorites.
For that you could use a toolbar button like so:
title: $://ui/Buttons/favoritetags: [[$:/tags/ViewToolbar]]
\define add() [[$(currentTiddler)$]]\define remove() -[[$(currentTiddler)$]]
<$list filter="[list[Favorites]is[current]]"><$button 
class=<<tv-config-toolbar-class>>><$action-listops $tiddler="Favorites" 
$field="list" $subfilter=<<remove>>/><span 
style="color:orange;">★</span></$button></$list><$list 
filter="[all[current]!list[Favorites]]"><$button 
class=<<tv-config-toolbar-class>>><$action-listops $tiddler="Favorites" 
$field="list" $subfilter=<<add>>/><span 
style="color:#ccc;">★</span></$button></$list>
And then the Favorites tiddler simply being:
title: Favorites

{{{ [list[]] }}}

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 https://groups.google.com/group/tiddlywiki.

To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e06618f9-fac1-4ac3-980a-0e9f3ba35456%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/mlmtqjr67udbli8xrvwxije7.1453771221576%40email.android.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to