[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 29, 2020 at 9:02:51 PM UTC+9, Jon Light wrote:
>
> 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 
>> 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:
>>
>>> 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 
>>> tiddler but lacked the knowledge how to create the necessary code content 
>>>
>>> So if I had tags
>>>
>>> A B C D E F G Journal
>>>
>>> Then clicking on A would show all tiddlers that have tag A  in general* 
>>> I do not need conditionals that involve more than one tag at a time. 
>>>
>>> My journal tiddlers do not have any additional tags so mutual 
>>> exclusivity exists.   
>>>
>>> *It would be nice to have an extra pill that meant "all except journal" 
>>> - this would show any tiddler that had at least one of the tags [ABCDEFG] 
>>> or alternatively did NOT have the tag journal ( courtesy of mutual 
>>> exclusivity ) but I could live without this.  
>>>
>>>
>>>
>>>
>>>
>>> On Saturday, 29 August 2020 at 11:51:25 UTC+1 JD wrote:
>>>
 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: 
 *[!is[system]sort[title]tag[KENM]]*
 then clicking *MEME *will narrow it some 
 more to *[!is[system]sort[title]tag[TAGGER]tag[MEME]]* (tiddlers 
 tagged *KENM* and *MEME*)

 ...or will clicking *MEME* replace the 
 story tiddler to  *[!is[system]sort[title]tag[MEME]]* ?

 btw.. Tiddlywiki can behave however you like ^^,


 On Saturday, August 29, 2020 at 7:36:33 PM UTC+9, JD wrote:
>
> 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.
>>
>> I would like to be able to create a list of tag-pills such that when 
>> I click on one the story river is filtered to only show tiddlers that 
>> have 
>> that tag.
>>
>> The project I have in mind breaks down into two parts.
>>
>> 1. Creation of a tiddler that displays a tag-pill for each of my 
>> tags. Ideally I would also like to add options to not filter at all and 
>> one 
>> to filter out tiddlers with tag "Journal". 
>>
>> 2. When one of the tag-pills mentioned in 1. is clicked I would like 
>> the story river to be filtered so as to show only tiddlers that have the 
>> corresponding tags. I might wish to look at only my journal tiddlers in 
>> which case I would click the journal tag-pill.
>>
>> I might be fighting the intended flow of tiddlyWiki here, I note that 
>> tag-pills when clicked on offer a drop down offering the user a list of 
>> all 
>> corresponding tiddlers which they can then visit if they make a 
>> selection. 
>> In a sense I am trying to create a tiddler where the pull-down is 
>> replaced 
>> conceptually by a filtered story-river - the user then 'chooses' from 
>> the 
>> list presented in the story river rather than from a pull down.  
>>
>> In my first attempt at asking this question I was talking of "views" 
>> but now with a little more familiarity I think what I am really asking 
>> is... 
>>
>> how can I filter the story river according to a users choice of a 
>> single nominated tag?
>>
>>
>>
>>
>>
>>
>>
>>
>>

-- 
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 t

[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 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:
>
>> 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 
>> tiddler but lacked the knowledge how to create the necessary code content 
>>
>> So if I had tags
>>
>> A B C D E F G Journal
>>
>> Then clicking on A would show all tiddlers that have tag A  in general* I 
>> do not need conditionals that involve more than one tag at a time. 
>>
>> My journal tiddlers do not have any additional tags so mutual exclusivity 
>> exists.   
>>
>> *It would be nice to have an extra pill that meant "all except journal" - 
>> this would show any tiddler that had at least one of the tags [ABCDEFG] or 
>> alternatively did NOT have the tag journal ( courtesy of mutual exclusivity 
>> ) but I could live without this.  
>>
>>
>>
>>
>>
>> On Saturday, 29 August 2020 at 11:51:25 UTC+1 JD wrote:
>>
>>> 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: 
>>> *[!is[system]sort[title]tag[KENM]]*
>>> then clicking *MEME *will narrow it some 
>>> more to *[!is[system]sort[title]tag[TAGGER]tag[MEME]]* (tiddlers tagged 
>>> *KENM* and *MEME*)
>>>
>>> ...or will clicking *MEME* replace the 
>>> story tiddler to  *[!is[system]sort[title]tag[MEME]]* ?
>>>
>>> btw.. Tiddlywiki can behave however you like ^^,
>>>
>>>
>>> On Saturday, August 29, 2020 at 7:36:33 PM UTC+9, JD wrote:

 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.
>
> I would like to be able to create a list of tag-pills such that when I 
> click on one the story river is filtered to only show tiddlers that have 
> that tag.
>
> The project I have in mind breaks down into two parts.
>
> 1. Creation of a tiddler that displays a tag-pill for each of my tags. 
> Ideally I would also like to add options to not filter at all and one to 
> filter out tiddlers with tag "Journal". 
>
> 2. When one of the tag-pills mentioned in 1. is clicked I would like 
> the story river to be filtered so as to show only tiddlers that have the 
> corresponding tags. I might wish to look at only my journal tiddlers in 
> which case I would click the journal tag-pill.
>
> I might be fighting the intended flow of tiddlyWiki here, I note that 
> tag-pills when clicked on offer a drop down offering the user a list of 
> all 
> corresponding tiddlers which they can then visit if they make a 
> selection. 
> In a sense I am trying to create a tiddler where the pull-down is 
> replaced 
> conceptually by a filtered story-river - the user then 'chooses' from the 
> list presented in the story river rather than from a pull down.  
>
> In my first attempt at asking this question I was talking of "views" 
> but now with a little more familiarity I think what I am really asking 
> is... 
>
> how can I filter the story river according to a users choice of a 
> single nominated tag?
>
>
>
>
>
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e96f032-3103-4365-b2f2-2f70ee2ce14an%40googlegroups.com.


[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 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:
>
>> 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 
>> tiddler but lacked the knowledge how to create the necessary code content 
>>
>> So if I had tags
>>
>> A B C D E F G Journal
>>
>> Then clicking on A would show all tiddlers that have tag A  in general* I 
>> do not need conditionals that involve more than one tag at a time. 
>>
>> My journal tiddlers do not have any additional tags so mutual exclusivity 
>> exists.   
>>
>> *It would be nice to have an extra pill that meant "all except journal" - 
>> this would show any tiddler that had at least one of the tags [ABCDEFG] or 
>> alternatively did NOT have the tag journal ( courtesy of mutual exclusivity 
>> ) but I could live without this.  
>>
>>
>>
>>
>>
>> On Saturday, 29 August 2020 at 11:51:25 UTC+1 JD wrote:
>>
>>> 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: 
>>> *[!is[system]sort[title]tag[KENM]]*
>>> then clicking *MEME *will narrow it some 
>>> more to *[!is[system]sort[title]tag[TAGGER]tag[MEME]]* (tiddlers tagged 
>>> *KENM* and *MEME*)
>>>
>>> ...or will clicking *MEME* replace the 
>>> story tiddler to  *[!is[system]sort[title]tag[MEME]]* ?
>>>
>>> btw.. Tiddlywiki can behave however you like ^^,
>>>
>>>
>>> On Saturday, August 29, 2020 at 7:36:33 PM UTC+9, JD wrote:

 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.
>
> I would like to be able to create a list of tag-pills such that when I 
> click on one the story river is filtered to only show tiddlers that have 
> that tag.
>
> The project I have in mind breaks down into two parts.
>
> 1. Creation of a tiddler that displays a tag-pill for each of my tags. 
> Ideally I would also like to add options to not filter at all and one to 
> filter out tiddlers with tag "Journal". 
>
> 2. When one of the tag-pills mentioned in 1. is clicked I would like 
> the story river to be filtered so as to show only tiddlers that have the 
> corresponding tags. I might wish to look at only my journal tiddlers in 
> which case I would click the journal tag-pill.
>
> I might be fighting the intended flow of tiddlyWiki here, I note that 
> tag-pills when clicked on offer a drop down offering the user a list of 
> all 
> corresponding tiddlers which they can then visit if they make a 
> selection. 
> In a sense I am trying to create a tiddler where the pull-down is 
> replaced 
> conceptually by a filtered story-river - the user then 'chooses' from the 
> list presented in the story river rather than from a pull down.  
>
> In my first attempt at asking this question I was talking of "views" 
> but now with a little more familiarity I think what I am really asking 
> is... 
>
> how can I filter the story river according to a users choice of a 
> single nominated tag?
>
>
>
>
>
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/15392e33-55b9-4d60-a639-ed90a319b095n%40googlegroups.com.


[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:

> 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 
> tiddler but lacked the knowledge how to create the necessary code content 
>
> So if I had tags
>
> A B C D E F G Journal
>
> Then clicking on A would show all tiddlers that have tag A  in general* I 
> do not need conditionals that involve more than one tag at a time. 
>
> My journal tiddlers do not have any additional tags so mutual exclusivity 
> exists.   
>
> *It would be nice to have an extra pill that meant "all except journal" - 
> this would show any tiddler that had at least one of the tags [ABCDEFG] or 
> alternatively did NOT have the tag journal ( courtesy of mutual exclusivity 
> ) but I could live without this.  
>
>
>
>
>
> On Saturday, 29 August 2020 at 11:51:25 UTC+1 JD wrote:
>
>> 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: 
>> *[!is[system]sort[title]tag[KENM]]*
>> then clicking *MEME *will narrow it some 
>> more to *[!is[system]sort[title]tag[TAGGER]tag[MEME]]* (tiddlers tagged 
>> *KENM* and *MEME*)
>>
>> ...or will clicking *MEME* replace the story 
>> tiddler to  *[!is[system]sort[title]tag[MEME]]* ?
>>
>> btw.. Tiddlywiki can behave however you like ^^,
>>
>>
>> On Saturday, August 29, 2020 at 7:36:33 PM UTC+9, JD wrote:
>>>
>>> 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.

 I would like to be able to create a list of tag-pills such that when I 
 click on one the story river is filtered to only show tiddlers that have 
 that tag.

 The project I have in mind breaks down into two parts.

 1. Creation of a tiddler that displays a tag-pill for each of my tags. 
 Ideally I would also like to add options to not filter at all and one to 
 filter out tiddlers with tag "Journal". 

 2. When one of the tag-pills mentioned in 1. is clicked I would like 
 the story river to be filtered so as to show only tiddlers that have the 
 corresponding tags. I might wish to look at only my journal tiddlers in 
 which case I would click the journal tag-pill.

 I might be fighting the intended flow of tiddlyWiki here, I note that 
 tag-pills when clicked on offer a drop down offering the user a list of 
 all 
 corresponding tiddlers which they can then visit if they make a selection. 
 In a sense I am trying to create a tiddler where the pull-down is replaced 
 conceptually by a filtered story-river - the user then 'chooses' from the 
 list presented in the story river rather than from a pull down.  

 In my first attempt at asking this question I was talking of "views" 
 but now with a little more familiarity I think what I am really asking 
 is... 

 how can I filter the story river according to a users choice of a 
 single nominated tag?










-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1771f64c-46ad-454a-b2cd-6027c95c8093n%40googlegroups.com.


[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 
tiddler but lacked the knowledge how to create the necessary code content 

So if I had tags

A B C D E F G Journal

Then clicking on A would show all tiddlers that have tag A  in general* I 
do not need conditionals that involve more than one tag at a time. 

My journal tiddlers do not have any additional tags so mutual exclusivity 
exists.   

*It would be nice to have an extra pill that meant "all except journal" - 
this would show any tiddler that had at least one of the tags [ABCDEFG] or 
alternatively did NOT have the tag journal ( courtesy of mutual exclusivity 
) but I could live without this.  





On Saturday, 29 August 2020 at 11:51:25 UTC+1 JD wrote:

> 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: 
> *[!is[system]sort[title]tag[KENM]]*
> then clicking *MEME *will narrow it some more 
> to *[!is[system]sort[title]tag[TAGGER]tag[MEME]]* (tiddlers tagged *KENM* 
> and *MEME*)
>
> ...or will clicking *MEME* replace the story 
> tiddler to  *[!is[system]sort[title]tag[MEME]]* ?
>
> btw.. Tiddlywiki can behave however you like ^^,
>
>
> On Saturday, August 29, 2020 at 7:36:33 PM UTC+9, JD wrote:
>>
>> 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.
>>>
>>> I would like to be able to create a list of tag-pills such that when I 
>>> click on one the story river is filtered to only show tiddlers that have 
>>> that tag.
>>>
>>> The project I have in mind breaks down into two parts.
>>>
>>> 1. Creation of a tiddler that displays a tag-pill for each of my tags. 
>>> Ideally I would also like to add options to not filter at all and one to 
>>> filter out tiddlers with tag "Journal". 
>>>
>>> 2. When one of the tag-pills mentioned in 1. is clicked I would like the 
>>> story river to be filtered so as to show only tiddlers that have the 
>>> corresponding tags. I might wish to look at only my journal tiddlers in 
>>> which case I would click the journal tag-pill.
>>>
>>> I might be fighting the intended flow of tiddlyWiki here, I note that 
>>> tag-pills when clicked on offer a drop down offering the user a list of all 
>>> corresponding tiddlers which they can then visit if they make a selection. 
>>> In a sense I am trying to create a tiddler where the pull-down is replaced 
>>> conceptually by a filtered story-river - the user then 'chooses' from the 
>>> list presented in the story river rather than from a pull down.  
>>>
>>> In my first attempt at asking this question I was talking of "views" but 
>>> now with a little more familiarity I think what I am really asking is... 
>>>
>>> how can I filter the story river according to a users choice of a single 
>>> nominated tag?
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/99bfbef8-26e9-4196-aca5-e075a7ac37a4n%40googlegroups.com.


[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 $name="tag-pill" tag="All tiddlers" element-tag="$button" 
actions="""<$wikify name="filteredList" text="<$list 
filter='[!is[system]!sort[modified]limit]'><$text text='[['/><$text 
text={{!!title}}/><$text text=']] '/>"><$action-setfield 
$tiddler="$:/StoryList" list=<>/>"""/>
<$macrocall $name="tag-pill" tag="Journal" element-tag="$button" 
actions="""<$wikify name="filteredList" text="<$list 
filter='[!is[system]!sort[modified]tag[Journal]limit]'><$text 
text='[['/><$text text={{!!title}}/><$text text=']] 
'/>"><$action-setfield $tiddler="$:/StoryList" 
list=<>/>"""/>


<$list filter="[tags[]sort[title]] -Journal" variable="tagItem">
<$macrocall $name="tag-pill" tag=<> element-tag="$button" 
actions="""<$wikify name="filteredList" text="<$list 
filter='[!is[system]!sort[modified]taglimit]'><$text 
text='[['/><$text text={{!!title}}/><$text text=']] 
'/>"><$action-setfield $tiddler="$:/StoryList" 
list=<>/>"""/>






Before I go, please be aware this is not the only solution, there are many 
methods to do this, I think. Also, please be aware listing a lot of tag 
pills might cause your wiki to lag..! I tried the above code on 
Tiddlywiki.com itself, which has a lot of tagpills!

-jd

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.
>
> I would like to be able to create a list of tag-pills such that when I 
> click on one the story river is filtered to only show tiddlers that have 
> that tag.
>
> The project I have in mind breaks down into two parts.
>
> 1. Creation of a tiddler that displays a tag-pill for each of my tags. 
> Ideally I would also like to add options to not filter at all and one to 
> filter out tiddlers with tag "Journal". 
>
> 2. When one of the tag-pills mentioned in 1. is clicked I would like the 
> story river to be filtered so as to show only tiddlers that have the 
> corresponding tags. I might wish to look at only my journal tiddlers in 
> which case I would click the journal tag-pill.
>
> I might be fighting the intended flow of tiddlyWiki here, I note that 
> tag-pills when clicked on offer a drop down offering the user a list of all 
> corresponding tiddlers which they can then visit if they make a selection. 
> In a sense I am trying to create a tiddler where the pull-down is replaced 
> conceptually by a filtered story-river - the user then 'chooses' from the 
> list presented in the story river rather than from a pull down.  
>
> In my first attempt at asking this question I was talking of "views" but 
> now with a little more familiarity I think what I am really asking is... 
>
> how can I filter the story river according to a users choice of a single 
> nominated tag?
>
>
>
>
>
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7f46a0b2-d673-495f-9faf-cd0841198363o%40googlegroups.com.


[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: 
*[!is[system]sort[title]tag[KENM]]*
then clicking *MEME *will narrow it some more 
to *[!is[system]sort[title]tag[TAGGER]tag[MEME]]* (tiddlers tagged *KENM* 
and *MEME*)

...or will clicking *MEME* replace the story 
tiddler to  *[!is[system]sort[title]tag[MEME]]* ?

btw.. Tiddlywiki can behave however you like ^^,


On Saturday, August 29, 2020 at 7:36:33 PM UTC+9, JD wrote:
>
> 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.
>>
>> I would like to be able to create a list of tag-pills such that when I 
>> click on one the story river is filtered to only show tiddlers that have 
>> that tag.
>>
>> The project I have in mind breaks down into two parts.
>>
>> 1. Creation of a tiddler that displays a tag-pill for each of my tags. 
>> Ideally I would also like to add options to not filter at all and one to 
>> filter out tiddlers with tag "Journal". 
>>
>> 2. When one of the tag-pills mentioned in 1. is clicked I would like the 
>> story river to be filtered so as to show only tiddlers that have the 
>> corresponding tags. I might wish to look at only my journal tiddlers in 
>> which case I would click the journal tag-pill.
>>
>> I might be fighting the intended flow of tiddlyWiki here, I note that 
>> tag-pills when clicked on offer a drop down offering the user a list of all 
>> corresponding tiddlers which they can then visit if they make a selection. 
>> In a sense I am trying to create a tiddler where the pull-down is replaced 
>> conceptually by a filtered story-river - the user then 'chooses' from the 
>> list presented in the story river rather than from a pull down.  
>>
>> In my first attempt at asking this question I was talking of "views" but 
>> now with a little more familiarity I think what I am really asking is... 
>>
>> how can I filter the story river according to a users choice of a single 
>> nominated tag?
>>
>>
>>
>>
>>
>>
>>
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d09e472c-874d-4604-a145-ec4a0971193ao%40googlegroups.com.


[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.
>
> I would like to be able to create a list of tag-pills such that when I 
> click on one the story river is filtered to only show tiddlers that have 
> that tag.
>
> The project I have in mind breaks down into two parts.
>
> 1. Creation of a tiddler that displays a tag-pill for each of my tags. 
> Ideally I would also like to add options to not filter at all and one to 
> filter out tiddlers with tag "Journal". 
>
> 2. When one of the tag-pills mentioned in 1. is clicked I would like the 
> story river to be filtered so as to show only tiddlers that have the 
> corresponding tags. I might wish to look at only my journal tiddlers in 
> which case I would click the journal tag-pill.
>
> I might be fighting the intended flow of tiddlyWiki here, I note that 
> tag-pills when clicked on offer a drop down offering the user a list of all 
> corresponding tiddlers which they can then visit if they make a selection. 
> In a sense I am trying to create a tiddler where the pull-down is replaced 
> conceptually by a filtered story-river - the user then 'chooses' from the 
> list presented in the story river rather than from a pull down.  
>
> In my first attempt at asking this question I was talking of "views" but 
> now with a little more familiarity I think what I am really asking is... 
>
> how can I filter the story river according to a users choice of a single 
> nominated tag?
>
>
>
>
>
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8dad44b9-8605-43a7-a2a6-5ba907ade8d9o%40googlegroups.com.