[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread JD
Glad this helped! Essentially all you needed was for an action to set field:*list* of tiddler:*$:/StoryList *to be the result of filter:*[tag[TagName]]*, and yes, there are many paths to produce and present this list, as I'm sure you've found exploring Tiddlywiki ^^, On Saturday, August

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread Jon Light
Correction - its exactly what I wanted :-) I just needed to play with it a little to realise it ticks all the boxes - Brilliant - many thanks ! On Saturday, 29 August 2020 at 12:52:37 UTC+1 Jon Light wrote: > Hi JD, > > Thanks so much for the solution you posted - straight out of the tin it

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread bimlas
I may not understand your exact purpose, but it seems that the Locator plugin may be useful to you: https://bimlas.gitlab.io/tw5-locator/ jonligh...@gmail.com a következőt írta (2020. augusztus 29., szombat, 13:52:37 UTC+2): > Hi JD, > > Thanks so much for the solution you posted - straight

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread Jon Light
Hi JD, Thanks so much for the solution you posted - straight out of the tin it is pretty much what I wanted and certainly a great starting point for tinkering. I am glad I asked for help! I really appreciate your time. Jon On Saturday, 29 August 2020 at 12:41:32 UTC+1 Jon Light wrote: >

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread Jon Light
Hi JD Thanks very much for responding. I was thinking of a menu bar at the top for the tag-pills but a side bar might be a good way to do it as well. The tag list would not be a tree structure, just a linear list with no sense of hierarchy. I have already played around with creating a menu

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread JD
Anyway, you can begin with this: Title: *PopulateStory* Tags: *$:/tags/SideBar* Text: <$vars limit={{{ [[$:/state/limit]is[tiddler]then{$:/state/limit}else[10]] }}}> <$range tiddler="$:/state/limit" min="10" max="100" default="10" increment="5"/> limit: <$text text=<>/> tiddlers <$macrocall

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread JD
EDIT: I have some more questions, Jon ^^, 1. Do you want the tag list to have a tree-structure? 2. While already filtered on a tag, do you want it so that clicking another tagpill will filter it down some more? *Sample*: clicking *KENM* will filter the storylist to:

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread JD
I can help you with this, but I'd like to know where you'd like this tag list to show? In the sidebar? On Saturday, August 29, 2020 at 7:07:59 PM UTC+9, Jon Light wrote: > > > Hi Noobie here, > > I asked my first question yesterday, I think I can better express it in > TiddlyWiki terminology.