[tw] Re: TW5 - Way to change formatting of a link to a tiddler based on a tag that tiddler has?

2014-06-09 Thread Matthew Petty
That's great, thank you!

On Monday, March 31, 2014 11:21:41 PM UTC-7, Stephan Hradek wrote:

 Almost possible.

 Create a tiddler called (e.g.) tasklink with this content (as an example)

 $list filter=[is[current]tag[done]]
 strike
 $link$view field=title//$link
 /strike
 /$list
 $list filter=[is[current]tag[task]!tag[done]]
 span style=background-color:pink
 $link$view field=title//$link
 /span
 /$list

 Then, instead of writing [[mytask]], write {{mytask||tasklink}}

 Hope this helps.




-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TW5 - Way to change formatting of a link to a tiddler based on a tag that tiddler has?

2014-04-04 Thread Danielo Rodríguez
How do you use task that doesn't exist as a tiddler? 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TW5 - Way to change formatting of a link to a tiddler based on a tag that tiddler has?

2014-04-03 Thread Matthew Petty
That's very useful, thank you!


On Mon, Mar 31, 2014 at 11:21 PM, Stephan Hradek
stephan.hra...@gmail.comwrote:

 Almost possible.

 Create a tiddler called (e.g.) tasklink with this content (as an example)

 $list filter=[is[current]tag[done]]
 strike
 $link$view field=title//$link
 /strike
 /$list
 $list filter=[is[current]tag[task]!tag[done]]
 span style=background-color:pink
 $link$view field=title//$link
 /span
 /$list

 Then, instead of writing [[mytask]], write {{mytask||tasklink}}

 Hope this helps.


  --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/QAdf2MBUpJo/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 - Way to change formatting of a link to a tiddler based on a tag that tiddler has?

2014-04-01 Thread Stephan Hradek
Almost possible.

Create a tiddler called (e.g.) tasklink with this content (as an example)

$list filter=[is[current]tag[done]]
strike
$link$view field=title//$link
/strike
/$list
$list filter=[is[current]tag[task]!tag[done]]
span style=background-color:pink
$link$view field=title//$link
/span
/$list

Then, instead of writing [[mytask]], write {{mytask||tasklink}}

Hope this helps.


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.