[tw5] How to add tag A to all tiddlers with tag B

2020-12-06 Thread Harry
Hi all, I have a question about adding tags. I have finished creating 800+ tiddlers and now need to add additional tags to some of them. What I want to do is that for all tiddlers that already have been tagged "NV-senator", I want to also tag them with "NV-legislator". Is there a way that I

[tw5] Re: How to add tag A to all tiddlers with tag B

2020-12-08 Thread Harry
Thanks a lot, this really helps me resolve the issue! Best Harry 在2020年12月7日星期一 UTC-5 上午1:00:43 写道: > On Sunday, December 6, 2020 at 9:41:46 PM UTC-8 Harry wrote: > >> for all tiddlers that already have been tagged "NV-senator", I want to >> also tag them with "

[tw5] Re: How to create a new field and translate multiple values with a dictionary?

2020-12-10 Thread Harry
Another novice question: I want to filter all entries born before 1948 (in the birth_year field) who has not died or been purged (in the c_status field), and assign them value "retired". The following code I created apparently contains error. I would also appreciate general guidance on

[tw5] How to create a new field and translate multiple values with a dictionary?

2020-12-10 Thread Harry
Hi, I have a tiddlywiki with multiple entries. I now want to assign a unique field value for every entry so that I can sort them in a particular way. Is there a way that I can do this with button or other batch orders. I searched and found something of creating a dictionary. Say I select all

[tw5] Re: How to create a new field and translate multiple values with a dictionary?

2020-12-11 Thread Harry
<$list filter="[get[birth_year]compare:number:gteq[1]compare:number:lteq[1948]]"> <> 在2020年12月11日星期五 UTC-5 上午5:54:48 写道: > Here's some sample filter logic for each of the conditions you want: > > On Thursday, December 10, 2020 at 8:52:42 PM UTC-8 Harry w

[tw5] tags sorting and batch color editing questions

2020-12-13 Thread Harry
! Best Harry -- 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 vi

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

2021-07-23 Thread Harry
be clicked and redirected, nor can I add specific formatting as mentioned in the example above. Is there anyway that I can write a code to reflect this need? Very much appreciate all the help! Best Harry -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&q

[tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-23 Thread Harry
really appreciate your help with the specific steps on coding (I'm extremely novice to this), thanks again! Best Harry 在2021年7月23日星期五 UTC-4 下午9:43:36 写道: > Harry, > > It would not be wise to do it on the first click of the tag as access to > the tag pill dropdown is important

[tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-23 Thread Harry
save a click and also help me not opening too many tiddlers after clicking on these tags. If it's too much hassle, then never mind, thanks again! Best Harry 在2021年7月23日星期五 UTC-4 下午8:02:52 写道: > Harry, > > In this case the tiddler CBC is a tiddler for the tag. The quick solution >

[tw5] How to link a tag to a tiddler of a different name?

2021-07-23 Thread Harry
er. Is there a simple way that I can do it? Thanks a lot! Best Harry -- 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...@googl

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

2021-07-24 Thread Harry
ormat? This could achieve what I have in the attached pic and also get rid of the bullet point. Thanks again for your time and generous help to my nitpicking questions! Best Harry 在2021年7月24日星期六 UTC-4 下午10:35:02 写道: > Harry, > > I suggested the list widget <$list not the list-links ma

Re: [tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-24 Thread Harry
Hi Tones, This works perfect in my case! Thanks a lot for your patience and help!! Best Harry 在2021年7月24日星期六 UTC-4 下午10:25:57 写道: > Harry, > > Find attached a "Quick and Dirty solution" drop this on your wiki, or > tiddlywiki.com to test. > >- After importi

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

2021-07-25 Thread Harry
t don't know how to do it. I could also be completely wrong and would appreciate any help you patiently lend. Best Harry 在2021年7月25日星期日 UTC-4 上午1:39:36 写道: > Harry, > > The content inside the list widget is the template for each result it > produces., unless you use th

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

2021-07-25 Thread Harry
and will not ever change, I do not need that entry to auto-update. Best Harry 在2021年7月25日星期日 UTC-4 上午10:09:22 写道: > 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 co

[tw5] How to sort a list by multiple fields (and put it in a table)?

2022-04-15 Thread Harry
Hi, I have a question about sort a list by multiple fields. I have a bunch of entries of persons' bios. Each bio entry has a set of fields associated, such as birth year, death year, birth date, tenure length etc. I want to create a list with some of those persons and sort it by multiple

Re: [tw5] Re: How to link a tag to a tiddler of a different name?

2021-07-24 Thread Harry Reid
Thanks a lot, Tones! Hope your test end up fine. Best Harry TW Tones 于2021年7月24日周六 上午9:20写道: > Harry, > > I will have a look tomorrow, after I get in a Queue for a covid test, > since an employee at my local supermarket has tested positive when I was > there. If you don't he

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

2021-07-24 Thread Harry Reid
shaded). Is there anyway that I can tweak the macro to remove the dot? Or should I try some different routes? Thanks a million! Best Harry TW Tones 于2021年7月23日周五 下午8:08写道: > Harry, > > There are arrange of approaches you can use here. There are already *dynamic > table* solutions or the content

Re: [tw5] Re: How to sort a list by multiple fields (and put it in a table)?

2022-04-16 Thread Harry Reid
ffix[tenure]addsuffix[birth_year]] > ``` > > which would sort by rank, tenure, and birth year. You might need to > zero-pad your fields. > > To create the table, the easiest way is to use standard HTML notation. > > > > On Friday, April 15, 2022 at 2:09:56 PM UTC-7 Harry