[tw5] Re: List Widget Filters "Only" operator

2021-07-25 Thread PMario
UUPS, I didn't read your OP good enough, because my solution works for 1 tag only. ... BUT it should contain enough info to figure out, how the filter should look like for your problem;) -m On Monday, July 26, 2021 at 7:39:12 AM UTC+2 PMario wrote: > Hi, > > In TW you sometimes need to think

[tw5] Re: List Widget Filters "Only" operator

2021-07-25 Thread PMario
Hi, In TW you sometimes need to think different, because filter sets can dynamically change as you found out. <$set name="condition" value="[tags[]count[]match[1]]"> <$list filter="[tag[a]filter]"/> In this example, the first filter tag[a] gets all tiddlers that have a tag a. The second

[tw5] Re: How can I hide the color-picker when adding a "color" field?

2021-07-25 Thread Eric Shulman
On Sunday, July 25, 2021 at 3:57:13 AM UTC-7 TW Tones wrote: > That looks like a substantial piece of work your edit-list macro. I am > working on a fields handling package and this may be a good fit. Is it > production ready for its broader use? > I still working on improving it to the point

[tw5] Re: filter question

2021-07-25 Thread Frédéric Demers
Hi Mohammad, can you expand a bit about the list you want to see? is this just when you click the button? One issue is that the setfield will replace the example1 tag with tag1. Did you mean to show the list only after the change happened, or did you mean to *add *tag1 to the tiddlers that also

[tw5] Re: How to create a table that updates each cell entry as tiddlers change?

2021-07-25 Thread Charlie Veniot
Hey Harry, Your use case had me pondering how I'd prototype something like that. It wound up turning into a "brain age" exercise for me, as I went ahead and put together a wee for-the-giggles-prototype hosted here

[tw5] filter question

2021-07-25 Thread paulgilbert2000
Hi , is it possible to assign an action to a button that would affect some but not all tiddlers listed in a filter so for example, i want to add "tag1" to all tiddlers tagged with "example1" <$button> add tag 1 <$list filter="[tag[example1]]" > <$action-setfield tags="tag1"/> but i also

[tw5] Re: [Avenues] My take on TiddlyWiki ...

2021-07-25 Thread TW Tones
TT - yes I am aware of and support you desire for examples. Of course we already have a list of editions. No changes for years with most. We need authors to publish more editions, if not actual sites where once can obtain an edition. I do think a primary use of tiddlywiki is for private

[tw5] Re: Is there a way to apply a template stored in the field of another tiddler?

2021-07-25 Thread TW Tones
Si, Yes you can, *apply a template stored in the field of another tiddler?* and/or find a *workaround*. Keep in mind the double curly braces are in face a short hand version of using the transclude widget. Because you are referencing the current tiddler using the !!title you should be able

Re: [tw5] Re: How to create a table that updates each cell entry as tiddlers change?

2021-07-25 Thread TW Tones
Harry, I understand where this confusion exists for many new users who in my opinion over rely in list-links which is a specific purpose macro to simplify things, but trying to use it other ways makes it more complex. I have the tweak info below, but feel you would benefit understanding my

[tw5] Re: List Widget Filters "Only" operator

2021-07-25 Thread TW Tones
Hi johnangus... First you could place [tag[Tag1]tag[Tag2]!tag[Tag3]!tag[Tag4]] in a tiddler or a macro eg; $:/config/tag-filter then reference is as {{$:/config/tag-filter}} as the whole filter or "... {$:/config/tag-filter} ..." within a filter. Alternatively in a tiddler tagged

[tw5] Re: How can I hide the color-picker when adding a "color" field?

2021-07-25 Thread TW Tones
Si, A quick attempt to edit-text to the field <$edit-text field=color/> shows it is still using the picker, so it seems it is this widget that is choosing to use the picker. - Found edit-text widget defined in $:/core/modules/widgets/edit-text.js I have not yet uncovered the full

[tw5] List Widget Filters "Only" operator

2021-07-25 Thread John McDonnell
Hi all, I'm looking for a way to filter tiddlers in a list that only contain certain tags. For example, lets say I want to select only tiddlers with Tag1 and Tag2 an no other tags. Tiddler A Tags: Tag1, Tag2, Tag3 Tiddler B Tags: Tag1, Tag2 Tiddler C Tags: Tag1, Tag2, Tag4 In this limited

Re: [tw5] Re: How to create a table that updates each cell entry as tiddlers change?

2021-07-25 Thread Harry
Hi Tones, Thanks again for looking into this. Please forgive my fault of not making my point clear. My hope is to make the table cells auto-update themselves with both text and format. So far I find the list-link to be quite convenient as it allows me to assign values to the caption field and

[tw5] Is there a way to apply a template stored in the field of another tiddler?

2021-07-25 Thread Si
Say for example I have the following tiddler: title: MyTemplate text: Hello template: <$link to={{!!title}}> {{!!title}} I thought I would be able to call this template in another tiddler like this: {{Tiddler to link to||MyTemplate!!template}} But alas not. It seems like the template must be

[tw5] Is there a way to use the contents of a field as a template?

2021-07-25 Thread Si
Say for example I have the following tiddler: title: MyTemplate text: Hello template: <$link to={{!!title}}> {{!!title}} I thought I would be able to call this template in another field like this: {{Tiddler to link to||MyTemplate!!template}} But alas not. It seems like the template must be

[tw5] Re: How to create a table that updates each cell entry as tiddlers change?

2021-07-25 Thread Harry
Hi Charilie, For this table I only care about current chairs and ranking members as I want them to constantly auto-update as I edit other entries and the political cycle changes. I have a separate entry where I record historical committee compositions, as these entries are historical records

[tw5] Re: How can I hide the color-picker when adding a "color" field?

2021-07-25 Thread Hans Wobbe
Eric: Thank you for this "excellent" additional capability. Cheers, Hans On Sunday, July 25, 2021 at 5:07:14 AM UTC-4 Eric Shulman wrote: > Give this a try: > > Copy the following tiddlers into your own TW document: > > https://tiddlytools.com/edit-list.html#TiddlyTools%2FMacros%2Fedit-list >

[tw5] Re: How to create a table that updates each cell entry as tiddlers change?

2021-07-25 Thread Charlie Veniot
Silly question for you, Harry: do you only care about current chairs and ranking members in senate committees? Do you think you'd ever like to see the composition of these committees at various points in time ? On Friday, July 23, 2021 at 8:08:25 PM UTC-3 Harry wrote: > Hi all, > > I have a

[tw5] Re: [Avenues] My take on TiddlyWiki ...

2021-07-25 Thread Charlie Veniot
On Sunday, July 25, 2021 at 9:43:21 AM UTC-3 TiddlyTweeter wrote: > ... What I mean is that, we need a SHOWCASE of APPLICATION ORIENTED wiki* > to get TW much more widely used. * > What I mean is stuff like ... > >The ANTHROPOLOGIST'S Wiki >The POET'S Wiki >The SCREENWRITER'S Wiki

[tw5] Re: How can I hide the color-picker when adding a "color" field?

2021-07-25 Thread Si
Wow thanks a lot Eric, yet again you have gone above and beyond. Is there some part of the TiddlyWiki core that is telling TiddlyWiki to use the color-picker for the color field, or is this just something that the browser does automatically? On Sunday, 25 July 2021 at 10:07:14 UTC+1 Eric

[tw5] Re: Getting relink to prevent obsolete permalinks

2021-07-25 Thread Charlie Veniot
G'day Tones, Thank you much for taking the time. As a career senior systems analyst and now freelance information systems consultant, I appreciate where you are coming from. It just boils down to different perspectives about wiki. I've never liked applying to wikis the kind of rules,

[tw5] Re: [Avenues] My take on TiddlyWiki ...

2021-07-25 Thread TiddlyTweeter
G'day mate, TW Tones wrote: > *"The fundamentally open, quinoidal, structure of TW, fundamentally allows > ANY system you pine after." - **yes I think I agree* > *"Though it is radically agnostic about the importance of mother's > linkages." **- perhaps tiddlywiki is but is the universe?* >

[tw5] Re: How can I hide the color-picker when adding a "color" field?

2021-07-25 Thread TW Tones
Eric, That looks like a substantial piece of work your edit-list macro. I am working on a fields handling package and this may be a good fit. Is it production ready for its broader use? Love your work Tones On Sunday, 25 July 2021 at 19:07:14 UTC+10 Eric Shulman wrote: > Give this a try: > >

[tw5] Re: How can I hide the color-picker when adding a "color" field?

2021-07-25 Thread Eric Shulman
Give this a try: Copy the following tiddlers into your own TW document: https://tiddlytools.com/edit-list.html#TiddlyTools%2FMacros%2Fedit-list https://tiddlytools.com/edit-list.html#TiddlyTools%2FSettings%2FColors%2FX11Names