[tw5] Re: when opening a tiddler, automatically open tiddlers based on multiple tags?

2019-07-08 Thread TonyM
Jarad,

I have called for the provision of an action on open tiddler, ideally the 
ability to do so on a per tiddler basis. 

However an effective work around for now is to have a button in the 
tiddler, which once pressed will do as you ask, I know this is not what you 
are after but to be honest perhaps it is better the user gets a chance to 
choose what happens before a lot of tiddlers are opened.

The Button can contain a list widget with a filter which wrapps 
actionWidgets such as open tiddler. A form of batch button.

Let me know if you require more detail.

Regard
Tony


On Saturday, July 6, 2019 at 10:25:58 PM UTC+10, Jarrad Hope wrote:
>
> Hello
>
> I was wondering if someone could help me achieve a certain effect with 
> Tiddlywiki
>
> When I open I certain tiddler titled "Foobar" I would like to then open 
> all tiddlers with the tags "Foobar" and "Journal" below it in the story 
> river
> Currently I have been adapting the SubStories example 
>  to achieve a 
> similar effect but it's not quite what I'm looking for, and requires 
> pressing a button, when I would like it to happen on opening the tiddler.
>
> The desired effect would to be have the topic summary tiddler at the top, 
> then below it the journal entries automatically open beneath it in the 
> storyriver.
>
> Thanks in advance.
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/52774c57-6ec0-4719-add6-d009a27b7ff8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: when opening a tiddler, automatically open tiddlers based on multiple tags?

2019-07-07 Thread PMario


On Saturday, July 6, 2019 at 3:06:33 PM UTC+2, Jed Carty wrote:
>
> I am pretty certain that this would require a javascript plugin. I think 
> you  could use the th-navigating hook for this but I am not certain what 
> the code would look like.
>

The linkcatcher widget is the user facing option for tm-navigation.

But as Mat wrote: How can some logic see, if it should do special things.

-m

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d1387af4-fec0-450e-8ea5-cded76ed0873%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: when opening a tiddler, automatically open tiddlers based on multiple tags?

2019-07-06 Thread Jed Carty
I am pretty certain that this would require a javascript plugin. I think 
you  could use the th-navigating hook for this but I am not certain what 
the code would look like.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/23462056-648d-4ce6-91cd-38ab0ecb40e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: when opening a tiddler, automatically open tiddlers based on multiple tags?

2019-07-06 Thread Mat
I don't have any direct solution but a first question is what distinguishes 
the tiddlers that should behave that way from those that shouldn't. The 
link mechanism would have to be able to tell the difference so it can 
decide what to do next. Your only distinction so far is that it is called 
"Foobar" but I don't think you want it for only one specific tiddler, 
right? Also, is it for any occurrence of those tiddler(titles) or is it 
only for in the sidebar? 

<:-)

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b1720e7e-5041-4649-8e55-53f73bbd7afa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.