[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
Great stuff! Thanks Mohammad and Hans. Another really useful component for the TW toolkit. -- 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

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Watt, It works, just note if you want to feed arraySet with transclusion use the $macrocall. Example Hans in his post pointed out how this can be used for Tagcycle. I use his idea as below Assume you have A tiddler entitled Test300 as below title: Test300 text: 1 2 3 4 5 6 7 8 9 10 Now,

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Thanks Hans! I got idea from you post. See my answer to Watt below! Cheers Mohammad On Friday, July 19, 2019 at 6:47:02 PM UTC+4:30, HansWobbe wrote: > > Mohammad: > > This is very nice! So far, i've been using Tobi's cycletags to move > through a sequence of tags. You approach of using an

[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
My experiments failed, I can't get arraySet to accept a transcluded value. I was hoping to be able to pass the values to arraySet either from a field, a macro or possibly from the values of another data tiddler. No luck so far. I know it's not offered as an option but it seems like a useful

[tw5] Re: The Cycle macro

2019-07-19 Thread HansWobbe
Mohammad: This is very nice! So far, i've been using Tobi's cycletags to move through a sequence of tags. You approach of using an array opens up several more use cases. Thanks for sharing this (and your many other contributions). Regards, Hans On Friday, July 19, 2019 at 4:52:23 AM

[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
Thanks very much Mohammad! It works very well. With the dates 01 to 31 typed into arraySet I can scroll through them and display events previously entered for that date into another data tiddler. A diary viewer! I'm now experimenting to see if the arraySet can be transcluded in from either a

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Watt, See example ii in https://tw-scripts.github.io/Yazd/#macro%2Fcycle Cheers Mohammad On Friday, July 19, 2019 at 3:09:34 PM UTC+4:30, Watt wrote: > > Breaking News - "Todolist not done!" > > Nice Mohammad, would you be able to cycle through days of the month with > this? e.g. For a quick

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
Hi Watt! On Friday, July 19, 2019 at 3:09:34 PM UTC+4:30, Watt wrote: > > Breaking News - "Todolist not done!" I will publish a new version of Todolist soon! > Nice Mohammad, would you be able to cycle through days of the month with > this? e.g. For a quick day view on a diary app? > Yes,

[tw5] Re: The Cycle macro

2019-07-19 Thread Watt
Breaking News - "Todolist not done!" Nice Mohammad, would you be able to cycle through days of the month with this? e.g. For a quick day view on a diary app? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: The Cycle macro

2019-07-19 Thread Mohammad
*Good to know* What is the application of cycle macro? One example is Todolist plugin. 5 colores are set as priority level and by clicking on a button you can cycle through colors to set the priority level. --Mohammad On Friday, July 19, 2019 at 1:22:23 PM UTC+4:30, Mohammad wrote: > > The