[tw] Missing Link Style in TW5

2014-04-08 Thread Joe Bush
Is there a way to edit the style of a missing tiddly link? I'd like the missing links to be red, instead of blending in with the rest of the blue links, so I can make sure I'm being complete. Is this best done by CSS, and if so, what's the least intrusive way to edit the CSS? Is there a way to

[tw] Re: Missing Link Style in TW5

2014-04-09 Thread Joe Bush
Nailed it. Thanks guys! On Wednesday, April 9, 2014 5:23:27 AM UTC-5, PMario wrote: The css should be: .tw-tiddlylink-missing { color:red; } but atm you'll need a.tw-tiddlylink-missing { color:red; } that it works. I didn't find a value for this in the Appearance tab. have

[tw] Listing Tags with Color

2014-04-09 Thread Joe Bush
So I'm listing the tags on a list of tagged tiddlers $list filter=[tag[character]] li$link to={{!!title}}$view field=title/ /$link - small($list filter=[{!!title}tags[]]span class=char-tag style=background-color:{{!!color}}$link to={{!!title}}$view field=title/$view/$link$fields

[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-10 Thread Joe Bush
Wow, thanks, that was exactly what I needed. On Saturday, May 10, 2014 5:45:40 PM UTC-5, Stephan Hradek wrote: 2 clicks per tiddler: $list filter=[tag[myTag]] $button message=tw-delete-tiddler param={{!!title}}$view field=title/$button /$list -- You received this message because you

[tw] [TW5] sorting the tags field on tiddlers

2015-01-08 Thread Joe Bush
I'm trying to sort some tiddlers based on their tags, without having to do a nested list. The problem I've encountered is that the tags in the tags field are not sorted by title, so if I apply them in the wrong order, I get the wrong order in the list. What I started trying to do is to create

[tw5] Re: Hide $count if zero

2018-07-28 Thread Joe Bush
est) you can subtract out the 0: > > <$list filter="[tagcount[]] -[[0]]" variable=result > emptyMessage="none"> > > Then it will return "none" for the zero count. > > -- Mark > > On Saturday, July 28, 2018 at 9:18:29 AM UTC-7, Joe Bush wro

[tw5] Re: Hide $count if zero

2018-07-28 Thread Joe Bush
ou could extend this with the emptyMessage (not what you are asking > for) > > <$list filter="[yourfilter]count[]" variable=result emptyMessage="none"> > <> > > > Regards > Tony > > > > On Thursday, July 26, 2018 at 8:05:23 AM UT

[tw5] Hide $count if zero

2018-07-25 Thread Joe Bush
In part of my $list tree I display a $count of the children of a given tiddler. Is there a way to hide or not display the <$count> element if it returns 0? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Macro Help: Transcluding the name of the tiddler the macro was called from as a parameter

2018-07-25 Thread Joe Bush
t;$macrocall $name="test" level=4 base={{!!title}}/> > > -- Mark > > > On Wednesday, July 25, 2018 at 1:50:45 PM UTC-7, Joe Bush wrote: >> >> This is a very short text case for a macro I want to use inside a larger >> <$list>, so just using the default/currentTi

[tw5] Macro Help: Transcluding the name of the tiddler the macro was called from as a parameter

2018-07-25 Thread Joe Bush
This is a very short text case for a macro I want to use inside a larger <$list>, so just using the default/currentTiddler won't work then. \define test( level:3 base:{{!!title}} ) $level$, $base$ <$reveal type=gteq state="$base$!!depth" text=2> WHEEE \end <> The intent is to build a list

[tw5] Re: Macro Help: Transcluding the name of the tiddler the macro was called from as a parameter

2018-07-25 Thread Joe Bush
The question could be rephrased as "How do I use a Macro Parameter as the a Reveal State?" On Wednesday, July 25, 2018 at 3:50:45 PM UTC-5, Joe Bush wrote: > > This is a very short text case for a macro I want to use inside a larger > <$list>, so just using the default/

[tw5] Listing tiddlers by length of text field

2019-02-01 Thread Joe Bush
I'm trying to list "stub" tiddlers for me to work on, which I want to find by sorting/filtering them by text length. I found this tactic from a while back, but it doesn't work anymore. https://tobibeer.github.io/tb5/#How%20Big%20Are%20Tiddlers%20In%20Size%3F I've tried downloading a blank TW5

[tw5] Re: Listing tiddlers by length of text field

2019-02-01 Thread Joe Bush
you drag the necessary macro and filter to your wiki? > I followed the instructions here > <http://tobibeer.github.io/tw/demo/#length%20macro%20and%20lsort%20filter>, > saved and refreshed my wiki and it worked wonderfully. > > On Friday, February 1, 2019 at 7:16:38 PM UTC+1, Joe Bush w

[tw5] Re: Listing tiddlers by length of text field

2019-02-01 Thread Joe Bush
Wow, I take it back. I never actually refreshed the page, because I failed to realize that the filter needed to be loaded on startup. It works now and I feel like an idiot. On Friday, February 1, 2019 at 8:33:54 PM UTC-6, Joe Bush wrote: > > Really? Huh. Yes, I dragged both the