[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread 'Mark S.' via TiddlyWiki
Hi Tony, I don't think the navigator-widget actually opens anything. If I'm wrong, I would sure love to have the full docs of the NW, since the docs at TIddlyWiki.com are really sparse. Here's what it does -- I think. It catches any tiddler openings inside the widget and then adds them to the

[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread TonyM
Mat, Thanks for your help so far. In this case the navigator widget should open the <> in the story river (and open the tiddler). Usually this is the default however I trying to open tiddlers from outside the story. Unfortunately this seems over my head as well. Never the less thanks for the

[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Mat
Well, I don't know what the Navigator widget is supposed to achieve there to begin with? (I don't quite understand the docs ). <$navigator story="$:/StoryList"><> For example, the output does not seem to be a link. Maybe using the non-link styling and

[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread TonyM
Mat, I am not so sure how to make the Navigator widget works in the above example /*when content is a link*/ .foo a {visibility:hidden; position:relative;} .foo a:before {visibility:visible; content:"xx"; } <$navigator story="$:/StoryList">< > Regard Tony On Thursday, May 3, 2018 at

[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Mat
I was a bit too quick. Here are better solutions; <$navigator story="$:/StoryList"><> /*when content is a link*/ .foo a {visibility:hidden; position:relative;} .foo a:before {visibility:visible; content:"xx"; } /*when content is not a link*/ .foo {visibility:hidden; position:relative;}

[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread TonyM
Thanks Mat heaps On Thursday, May 3, 2018 at 5:32:30 PM UTC+10, Mat wrote: > > > <$navigator story="$:/StoryList"><> > > > > .foo2 { visibility:hidden; } > .foo1:after { content:"xx"; } > > > > > For macro > > \define

[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-03 Thread Mat
<$navigator story="$:/StoryList"><> .foo2 { visibility:hidden; } .foo1:after { content:"xx"; } For macro \define tiddlername(tid) $tid$ <> <:-) -- You received this message because you are subscribed to the Google Groups

[tw5] Re: [TW5] How to I apply a pretty link to widget and macrocalls etc...

2018-05-02 Thread TonyM
Post script, Around a transclusion would be helpful as well eg; {{||$:/core/ui/TagTemplate}} If rather than display the tag in the tagpill display some static text eg tagging which still operated the same. I have created a modified tag macro for this previously. Regards Tony On Thursday,