[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread TW Tones
Mark,

To be clear a time stamp like this
<>
is a date only, however also midnight

I have used
<>

For noon, but one could use 6am etc...
or add "[UTC]0MM0DD12000"

Regards
Tony


On Saturday, July 11, 2020 at 10:07:46 AM UTC+10, Mark S. wrote:
>
>
>
> On Friday, July 10, 2020 at 3:29:34 PM UTC-7, TW Tones wrote:
>>
>> Mark,
>>
>> I am not sure what Time Zone you are in but I find time of day issues 
>> when I don't add UTC into the tiddlywiki data format. The date can be the 
>> day before for me because of this. 
>>
>>
>> Yes. That's exactly why using a human-readable format like -mm-dd 
> makes more sense for manipulation. I often want to know what a date will be 
> 50 days from a field date. I'm almost never concerned whether that date is 
> 2 in the morning or 2 in the afternoon.
>
>

-- 
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/1114758b-09c1-4e5b-9dad-8379d7f13912o%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread 'Mark S.' via TiddlyWiki


On Friday, July 10, 2020 at 3:29:34 PM UTC-7, TW Tones wrote:
>
> Mark,
>
> I am not sure what Time Zone you are in but I find time of day issues when 
> I don't add UTC into the tiddlywiki data format. The date can be the day 
> before for me because of this. 
>
>
> Yes. That's exactly why using a human-readable format like -mm-dd 
makes more sense for manipulation. I often want to know what a date will be 
50 days from a field date. I'm almost never concerned whether that date is 
2 in the morning or 2 in the afternoon.

-- 
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/de829579-cbea-4dbe-ad72-ec16445e24fdo%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread TW Tones
Warning some of the input tags throw an error but most work.

Regards
Tony

On Saturday, July 11, 2020 at 8:29:34 AM UTC+10, TW Tones wrote:
>
> Mark,
>
> I am not sure what Time Zone you are in but I find time of day issues when 
> I don't add UTC into the tiddlywiki data format. The date can be the day 
> before for me because of this. 
>
> I don't recall which but one plugin does not use the UTC format and one 
> Tiddlywiki feature does not work correctly unless its used. I can't recall 
> but I just use UTC to avoid it as much as possible. Since I am in the +10 
> timezone this can be a substantial error.
>
> But the html date input is not too bad 
> https://www.w3schools.com/html/html_form_input_types.asp (others work as 
> well)
>
> <$edit-text field=fieldname type=date tag="input"/>
>
> <$edit-text field=fieldname2 type=datetime-local tag="input"/>
> At least In my locality the date returned is -MM-DD which is at least 
> sortable
>
> However there is real value capturing the full tiddlywiki serial date 
> because the days operator and other need it.
>
>
> Even this works returning 0 to 100
> <$edit-text field=fieldname type=range tag="input"/>
>
> I just discovered that online the following added C:\fakepath\ to the 
> selected filename
> <$edit-text field=fieldname type=file tag="input"/>
> however on TiddlyDesktop wikis this returns the full pathname
>
> In conclusion the edit-text is far more useful that first appears.
>
> Regards
> Tony
>
>
> On Saturday, July 11, 2020 at 6:20:23 AM UTC+10, Mark S. wrote:
>>
>> Are you using native input fields? Or dates like "-mm-dd" ?
>>
>> The date macros currently use either a field with native TW date built in 
>> or dates broken out by year, month , day as input.
>> Unfortunately they output dates like -mm-dd. I suppose it would be 
>> possible to add a function that can also take your Timezone and calculate a 
>> mmddHHMMSS date like TW uses. Maybe. I guess if it was me I'd 
>> dispense with TW dates altogether since there are so few operators that 
>> make use of them any-ways. UTZ precision is usually not necessary if all 
>> your users are living in the same timezone.
>>
>> As far as inputting into a field, the result of the macro probably just 
>> needs to be wikified.
>>
>>
>> On Friday, July 10, 2020 at 7:37:36 AM UTC-7, Ste wrote:
>>>
>>>
>>> Hi Mark, sorry to mither...
>>>
>>> I've created buttons which copy the entire macro to a new tiddler, 
>>> create error messages and do nothing at all (I swear once I heard it 
>>> laughing at me...) but not one of my bumbling attempts at tiddlywiki-speak 
>>> have made the text of the date, and only the text of the date, appear in 
>>> another field or tiddler.
>>>
>>> To clarify...
>>>
>>> enter a date in a field.
>>>
>>> Use your wonderful macro to add a number of days (probably in another 
>>> field)
>>>
>>> Put the text output of that in a final field.   <--This be the bit 
>>> that killing me :)
>>>
>>> Smile as vis.js finally recognises the output!
>>>
>>> :)
>>> On Thursday, 9 July 2020 at 17:40:46 UTC+1 Mark S. wrote:
>>>

 https://marxsal.github.io/various/playground.html#Date%20Conversion%20Macros

 You can calculate future dates. Coupled with the range widget, you 
 could calculate a series of dates every X days apart. To poke it back into 
 a field requires a button or other action widget, as always.

 If you have an app that depends on thousands of dates being calculated 
 when the TW loads, then this might not be the solution for you. Javascript 
 will always be faster. However, even Javascript has some serious date 
 range 
 limitations built in, surprisingly enough.

 On Thursday, July 9, 2020 at 8:49:10 AM UTC-7, Mat wrote:
>
> Ste, it may be worth considering that TW now has math functionality 
> that was not available when Evan made his plugin. Also, I recall digging 
> up 
> some algo for how to calculate future dates that Mark used for some 
> problem. Maybe he has a ready made solution that you can use.
>
> <:-)
>


-- 
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/eb0ccb17-2905-4796-bea8-f38ec046b286o%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread TW Tones
Mark,

I am not sure what Time Zone you are in but I find time of day issues when 
I don't add UTC into the tiddlywiki data format. The date can be the day 
before for me because of this. 

I don't recall which but one plugin does not use the UTC format and one 
Tiddlywiki feature does not work correctly unless its used. I can't recall 
but I just use UTC to avoid it as much as possible. Since I am in the +10 
timezone this can be a substantial error.

But the html date input is not too bad 
https://www.w3schools.com/html/html_form_input_types.asp (others work as 
well)

<$edit-text field=fieldname type=date tag="input"/>

<$edit-text field=fieldname2 type=datetime-local tag="input"/>
At least In my locality the date returned is -MM-DD which is at least 
sortable

However there is real value capturing the full tiddlywiki serial date 
because the days operator and other need it.


Even this works returning 0 to 100
<$edit-text field=fieldname type=range tag="input"/>

I just discovered that online the following added C:\fakepath\ to the 
selected filename
<$edit-text field=fieldname type=file tag="input"/>
however on TiddlyDesktop wikis this returns the full pathname

In conclusion the edit-text is far more useful that first appears.

Regards
Tony


On Saturday, July 11, 2020 at 6:20:23 AM UTC+10, Mark S. wrote:
>
> Are you using native input fields? Or dates like "-mm-dd" ?
>
> The date macros currently use either a field with native TW date built in 
> or dates broken out by year, month , day as input.
> Unfortunately they output dates like -mm-dd. I suppose it would be 
> possible to add a function that can also take your Timezone and calculate a 
> mmddHHMMSS date like TW uses. Maybe. I guess if it was me I'd 
> dispense with TW dates altogether since there are so few operators that 
> make use of them any-ways. UTZ precision is usually not necessary if all 
> your users are living in the same timezone.
>
> As far as inputting into a field, the result of the macro probably just 
> needs to be wikified.
>
>
> On Friday, July 10, 2020 at 7:37:36 AM UTC-7, Ste wrote:
>>
>>
>> Hi Mark, sorry to mither...
>>
>> I've created buttons which copy the entire macro to a new tiddler, create 
>> error messages and do nothing at all (I swear once I heard it laughing at 
>> me...) but not one of my bumbling attempts at tiddlywiki-speak have made 
>> the text of the date, and only the text of the date, appear in another 
>> field or tiddler.
>>
>> To clarify...
>>
>> enter a date in a field.
>>
>> Use your wonderful macro to add a number of days (probably in another 
>> field)
>>
>> Put the text output of that in a final field.   <--This be the bit 
>> that killing me :)
>>
>> Smile as vis.js finally recognises the output!
>>
>> :)
>> On Thursday, 9 July 2020 at 17:40:46 UTC+1 Mark S. wrote:
>>
>>>
>>> https://marxsal.github.io/various/playground.html#Date%20Conversion%20Macros
>>>
>>> You can calculate future dates. Coupled with the range widget, you could 
>>> calculate a series of dates every X days apart. To poke it back into a 
>>> field requires a button or other action widget, as always.
>>>
>>> If you have an app that depends on thousands of dates being calculated 
>>> when the TW loads, then this might not be the solution for you. Javascript 
>>> will always be faster. However, even Javascript has some serious date range 
>>> limitations built in, surprisingly enough.
>>>
>>> On Thursday, July 9, 2020 at 8:49:10 AM UTC-7, Mat wrote:

 Ste, it may be worth considering that TW now has math functionality 
 that was not available when Evan made his plugin. Also, I recall digging 
 up 
 some algo for how to calculate future dates that Mark used for some 
 problem. Maybe he has a ready made solution that you can use.

 <:-)

>>>

-- 
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/20b38bdb-f370-4167-8301-4939215dc3cco%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread 'Mark S.' via TiddlyWiki
Are you using native input fields? Or dates like "-mm-dd" ?

The date macros currently use either a field with native TW date built in 
or dates broken out by year, month , day as input.
Unfortunately they output dates like -mm-dd. I suppose it would be 
possible to add a function that can also take your Timezone and calculate a 
mmddHHMMSS date like TW uses. Maybe. I guess if it was me I'd 
dispense with TW dates altogether since there are so few operators that 
make use of them any-ways. UTZ precision is usually not necessary if all 
your users are living in the same timezone.

As far as inputting into a field, the result of the macro probably just 
needs to be wikified.


On Friday, July 10, 2020 at 7:37:36 AM UTC-7, Ste wrote:
>
>
> Hi Mark, sorry to mither...
>
> I've created buttons which copy the entire macro to a new tiddler, create 
> error messages and do nothing at all (I swear once I heard it laughing at 
> me...) but not one of my bumbling attempts at tiddlywiki-speak have made 
> the text of the date, and only the text of the date, appear in another 
> field or tiddler.
>
> To clarify...
>
> enter a date in a field.
>
> Use your wonderful macro to add a number of days (probably in another 
> field)
>
> Put the text output of that in a final field.   <--This be the bit 
> that killing me :)
>
> Smile as vis.js finally recognises the output!
>
> :)
> On Thursday, 9 July 2020 at 17:40:46 UTC+1 Mark S. wrote:
>
>>
>> https://marxsal.github.io/various/playground.html#Date%20Conversion%20Macros
>>
>> You can calculate future dates. Coupled with the range widget, you could 
>> calculate a series of dates every X days apart. To poke it back into a 
>> field requires a button or other action widget, as always.
>>
>> If you have an app that depends on thousands of dates being calculated 
>> when the TW loads, then this might not be the solution for you. Javascript 
>> will always be faster. However, even Javascript has some serious date range 
>> limitations built in, surprisingly enough.
>>
>> On Thursday, July 9, 2020 at 8:49:10 AM UTC-7, Mat wrote:
>>>
>>> Ste, it may be worth considering that TW now has math functionality that 
>>> was not available when Evan made his plugin. Also, I recall digging up some 
>>> algo for how to calculate future dates that Mark used for some problem. 
>>> Maybe he has a ready made solution that you can use.
>>>
>>> <:-)
>>>
>>

-- 
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/4303a26f-0850-46a8-83e4-5d7f778e8bd2o%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread Ste

Hi Mark, sorry to mither...

I've created buttons which copy the entire macro to a new tiddler, create 
error messages and do nothing at all (I swear once I heard it laughing at 
me...) but not one of my bumbling attempts at tiddlywiki-speak have made 
the text of the date, and only the text of the date, appear in another 
field or tiddler.

To clarify...

enter a date in a field.

Use your wonderful macro to add a number of days (probably in another field)

Put the text output of that in a final field.   <--This be the bit that 
killing me :)

Smile as vis.js finally recognises the output!

:)
On Thursday, 9 July 2020 at 17:40:46 UTC+1 Mark S. wrote:

>
> https://marxsal.github.io/various/playground.html#Date%20Conversion%20Macros
>
> You can calculate future dates. Coupled with the range widget, you could 
> calculate a series of dates every X days apart. To poke it back into a 
> field requires a button or other action widget, as always.
>
> If you have an app that depends on thousands of dates being calculated 
> when the TW loads, then this might not be the solution for you. Javascript 
> will always be faster. However, even Javascript has some serious date range 
> limitations built in, surprisingly enough.
>
> On Thursday, July 9, 2020 at 8:49:10 AM UTC-7, Mat wrote:
>>
>> Ste, it may be worth considering that TW now has math functionality that 
>> was not available when Evan made his plugin. Also, I recall digging up some 
>> algo for how to calculate future dates that Mark used for some problem. 
>> Maybe he has a ready made solution that you can use.
>>
>> <:-)
>>
>

-- 
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/6b7a3f26-2c7b-4cb9-8877-4b5e175d9f8an%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread TW Tones
Stephan,

I know its a conceptual leap. Now is a time date stamp of the current time 
and date. The point is then lists are the ones that choose which tiddlers 
to include, using the days operator , not calculating the date when you are 
touching/modifying the tiddler.

In your case however the timeline plugin demands start and end dates. So 
perhaps this will not help you.

I use the plugin here https://github.com/kixam/TW5-datepicker for selecting 
actual dates past present or future.

I use UTC in the date format see the view Widget and DateFormat details

I hope this helps
TW Tones



On Friday, July 10, 2020 at 6:16:49 PM UTC+10, Stephen Wilson wrote:
>
> @Mark S
> Thanks, will have a look!
>
> Perhaps a fuller explanation of what I'm trying to achieve...
>
> Last year I cobbled together an assessment schedule, handcrafting all the 
> dates for each toddler and feeding it into vis.js timeline plugin.  It's 
> about that time again to update this for the next academic year, so I was 
> hoping to make this a little more robust/ spreadsheet-like in that I could 
> set the start date and watch and smile as all the other dates set 
> themselves from that, and from that set up forms to more easily add/ edit 
> dates etc.
>
> Then I can host the thing and stick it in teams!!  Yay Microsoft Teams
>
>
> file:///C:/PortableApps/Documents/Tiddlywikis/Testing%20Schedule.html_backup/Testing%20Schedule.20200709135916295.html#Assessment%20Schedule
>
> @TW Tones
> So when you say 'NOW' is that any now, ie it could be a future now, or 
> does it have to be a now now?   I keep getting stuck on NOW... :) !
>
> Thanks!
>
> On Friday, 10 July 2020 at 01:47:53 UTC+1 TW Tones wrote:
>
>> Ste,
>>
>> A Quick reminder, that on numerous occasions I have raised the idea of 
>> using a "now time stamp" rather than a future dated field and in the 
>> listing of such tiddler use the days operator to determine you are now +7 
>> days from the timestamp. That is avoid such date manipulation and let the 
>> search/listing deal with it.
>>
>> Eg review-date older than 7 days then it is due (in the weekly queue), 
>> but this also allows the same date field to be listed in fortnightly and 
>> monthly, even quarterly and annually. Just change the days operators, a 
>> caparison of the date field with now. All this without a single date 
>> manipulation. If you want to use a weekly-date and flag/tag it Monday and 
>> only list it on any day of the week if not done, but only Monday if done.
>>
>> Regards
>> Tony
>>
>>
>> On Thursday, July 9, 2020 at 9:22:55 PM UTC+10, Ste wrote:
>>>
>>> http://evanbalster.com/tiddlywiki/ 
>>> 
>>> seems to have gone! :(
>>> I'm sure this cam up before, and someone cloned the formula plugin 
>>> somewhere (with an update?), but my google groups searches can't seem to 
>>> find the thread...
>>> The wayback machine has a snapshot from Nov last year.
>>> Was just hoping I could get some date examples and usage from the site.
>>> Hope your ok Evan!
>>>
>>> Stephen
>>>
>>

-- 
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/0299a318-75a3-4757-95a8-cbb0ddc3o%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread Stephen Wilson
A link thats NOT pointing to my C:\ drive...!

http://stephenteachertests.tiddlyspot.com/#Assessment%20Schedule



On Friday, 10 July 2020 at 09:16:49 UTC+1 Stephen Wilson wrote:

> @Mark S
> Thanks, will have a look!
>
> Perhaps a fuller explanation of what I'm trying to achieve...
>
> Last year I cobbled together an assessment schedule, handcrafting all the 
> dates for each toddler and feeding it into vis.js timeline plugin.  It's 
> about that time again to update this for the next academic year, so I was 
> hoping to make this a little more robust/ spreadsheet-like in that I could 
> set the start date and watch and smile as all the other dates set 
> themselves from that, and from that set up forms to more easily add/ edit 
> dates etc.
>
> Then I can host the thing and stick it in teams!!  Yay Microsoft Teams
>
>
> file:///C:/PortableApps/Documents/Tiddlywikis/Testing%20Schedule.html_backup/Testing%20Schedule.20200709135916295.html#Assessment%20Schedule
>
> @TW Tones
> So when you say 'NOW' is that any now, ie it could be a future now, or 
> does it have to be a now now?   I keep getting stuck on NOW... :) !
>
> Thanks!
>
> On Friday, 10 July 2020 at 01:47:53 UTC+1 TW Tones wrote:
>
>> Ste,
>>
>> A Quick reminder, that on numerous occasions I have raised the idea of 
>> using a "now time stamp" rather than a future dated field and in the 
>> listing of such tiddler use the days operator to determine you are now +7 
>> days from the timestamp. That is avoid such date manipulation and let the 
>> search/listing deal with it.
>>
>> Eg review-date older than 7 days then it is due (in the weekly queue), 
>> but this also allows the same date field to be listed in fortnightly and 
>> monthly, even quarterly and annually. Just change the days operators, a 
>> caparison of the date field with now. All this without a single date 
>> manipulation. If you want to use a weekly-date and flag/tag it Monday and 
>> only list it on any day of the week if not done, but only Monday if done.
>>
>> Regards
>> Tony
>>
>>
>> On Thursday, July 9, 2020 at 9:22:55 PM UTC+10, Ste wrote:
>>>
>>> http://evanbalster.com/tiddlywiki/ 
>>> 
>>> seems to have gone! :(
>>> I'm sure this cam up before, and someone cloned the formula plugin 
>>> somewhere (with an update?), but my google groups searches can't seem to 
>>> find the thread...
>>> The wayback machine has a snapshot from Nov last year.
>>> Was just hoping I could get some date examples and usage from the site.
>>> Hope your ok Evan!
>>>
>>> Stephen
>>>
>>

-- 
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/167621d5-3b1e-4ccd-ac3d-6e6838112059n%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread Stephen Wilson

@Mark S
Thanks, will have a look!

Perhaps a fuller explanation of what I'm trying to achieve...

Last year I cobbled together an assessment schedule, handcrafting all the 
dates for each toddler and feeding it into vis.js timeline plugin.  It's 
about that time again to update this for the next academic year, so I was 
hoping to make this a little more robust/ spreadsheet-like in that I could 
set the start date and watch and smile as all the other dates set 
themselves from that, and from that set up forms to more easily add/ edit 
dates etc.

Then I can host the thing and stick it in teams!!  Yay Microsoft Teams

file:///C:/PortableApps/Documents/Tiddlywikis/Testing%20Schedule.html_backup/Testing%20Schedule.20200709135916295.html#Assessment%20Schedule

@TW Tones
So when you say 'NOW' is that any now, ie it could be a future now, or does 
it have to be a now now?   I keep getting stuck on NOW... :) !

Thanks!

On Friday, 10 July 2020 at 01:47:53 UTC+1 TW Tones wrote:

> Ste,
>
> A Quick reminder, that on numerous occasions I have raised the idea of 
> using a "now time stamp" rather than a future dated field and in the 
> listing of such tiddler use the days operator to determine you are now +7 
> days from the timestamp. That is avoid such date manipulation and let the 
> search/listing deal with it.
>
> Eg review-date older than 7 days then it is due (in the weekly queue), but 
> this also allows the same date field to be listed in fortnightly and 
> monthly, even quarterly and annually. Just change the days operators, a 
> caparison of the date field with now. All this without a single date 
> manipulation. If you want to use a weekly-date and flag/tag it Monday and 
> only list it on any day of the week if not done, but only Monday if done.
>
> Regards
> Tony
>
>
> On Thursday, July 9, 2020 at 9:22:55 PM UTC+10, Ste wrote:
>>
>> http://evanbalster.com/tiddlywiki/ 
>> 
>> seems to have gone! :(
>> I'm sure this cam up before, and someone cloned the formula plugin 
>> somewhere (with an update?), but my google groups searches can't seem to 
>> find the thread...
>> The wayback machine has a snapshot from Nov last year.
>> Was just hoping I could get some date examples and usage from the site.
>> Hope your ok Evan!
>>
>> Stephen
>>
>

-- 
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/3705eb9a-09bb-4d88-812c-8f2975956daen%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread TW Tones
Ste,

A Quick reminder, that on numerous occasions I have raised the idea of 
using a "now time stamp" rather than a future dated field and in the 
listing of such tiddler use the days operator to determine you are now +7 
days from the timestamp. That is avoid such date manipulation and let the 
search/listing deal with it.

Eg review-date older than 7 days then it is due (in the weekly queue), but 
this also allows the same date field to be listed in fortnightly and 
monthly, even quarterly and annually. Just change the days operators, a 
caparison of the date field with now. All this without a single date 
manipulation. If you want to use a weekly-date and flag/tag it Monday and 
only list it on any day of the week if not done, but only Monday if done.

Regards
Tony

On Thursday, July 9, 2020 at 9:22:55 PM UTC+10, Ste wrote:
>
> http://evanbalster.com/tiddlywiki/ 
> 
> seems to have gone! :(
> I'm sure this cam up before, and someone cloned the formula plugin 
> somewhere (with an update?), but my google groups searches can't seem to 
> find the thread...
> The wayback machine has a snapshot from Nov last year.
> Was just hoping I could get some date examples and usage from the site.
> Hope your ok Evan!
>
> Stephen
>

-- 
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/5d14d53a-341f-4da7-8460-2501aa3c1fb1o%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread 'Mark S.' via TiddlyWiki
 tiddlymap  has now been 
updated to reflect these changes.

On Thursday, July 9, 2020 at 5:04:00 AM UTC-7, Stephen Wilson wrote:
>
> Found it...discussion which mentions Evans site going down.
>
> https://groups.google.com/g/tiddlywiki/c/7jtgYsV6iXE/m/84D8Y34gCAAJ  
>
> https://joshuafontany.github.io/TiddlyWikiFormula/ 
>
>

-- 
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/2873cdd8-94be-4466-93fd-e6e69b9fc53fo%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread 'Mark S.' via TiddlyWiki
https://marxsal.github.io/various/playground.html#Date%20Conversion%20Macros

You can calculate future dates. Coupled with the range widget, you could 
calculate a series of dates every X days apart. To poke it back into a 
field requires a button or other action widget, as always.

If you have an app that depends on thousands of dates being calculated when 
the TW loads, then this might not be the solution for you. Javascript will 
always be faster. However, even Javascript has some serious date range 
limitations built in, surprisingly enough.

On Thursday, July 9, 2020 at 8:49:10 AM UTC-7, Mat wrote:
>
> Ste, it may be worth considering that TW now has math functionality that 
> was not available when Evan made his plugin. Also, I recall digging up some 
> algo for how to calculate future dates that Mark used for some problem. 
> Maybe he has a ready made solution that you can use.
>
> <:-)
>

-- 
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/ce8abd21-7d58-4a34-90e2-c0081187add3o%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread Mat
Ste, it may be worth considering that TW now has math functionality that 
was not available when Evan made his plugin. Also, I recall digging up some 
algo for how to calculate future dates that Mark used for some problem. 
Maybe he has a ready made solution that you can use.

<:-)

-- 
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/df878c17-b21a-4844-a284-38a5352233f4o%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread Stephen Wilson
Edit..

In the next tiddler I want 'start' and end to be +7 days after the start 
and end in tiddler *one*.

On Thursday, 9 July 2020 at 13:04:00 UTC+1 Stephen Wilson wrote:

> Found it...discussion which mentions Evans site going down.
>
> https://groups.google.com/g/tiddlywiki/c/7jtgYsV6iXE/m/84D8Y34gCAAJ  
>
> https://joshuafontany.github.io/TiddlyWikiFormula/ 
>
> currently hosting.
>
> At the risk of hijacking my own thread, does anyone have examples of using 
> it to manipulate dates?
>
> I have a field, 'start' containing a date.  Want the field 'end' to 
> contain a date six days after the start.
>
> In the next tiddler I want 'start' and end to be +7 days after the start 
> and end in tiddler two.
>
> Will keep poking in the meantime.
>
> On Thursday, 9 July 2020 at 12:36:20 UTC+1 Mat wrote:
>
>> Whupp! That site is clearly hijacked leading to some "bitcoin news" in my 
>> local language(!). I did some malware searches on my own computer and 
>> nothing comes up so I conclude it is the site.
>>
>> <:-)
>>
>>

-- 
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/5a5a8430-a637-465d-b788-2686fda2c3c1n%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread Stephen Wilson
Found it...discussion which mentions Evans site going down.

https://groups.google.com/g/tiddlywiki/c/7jtgYsV6iXE/m/84D8Y34gCAAJ  

https://joshuafontany.github.io/TiddlyWikiFormula/ 

currently hosting.

At the risk of hijacking my own thread, does anyone have examples of using 
it to manipulate dates?

I have a field, 'start' containing a date.  Want the field 'end' to contain 
a date six days after the start.

In the next tiddler I want 'start' and end to be +7 days after the start 
and end in tiddler two.

Will keep poking in the meantime.

On Thursday, 9 July 2020 at 12:36:20 UTC+1 Mat wrote:

> Whupp! That site is clearly hijacked leading to some "bitcoin news" in my 
> local language(!). I did some malware searches on my own computer and 
> nothing comes up so I conclude it is the site.
>
> <:-)
>
>

-- 
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/29a3ddf4-b425-4bbc-b583-bf4f3dfc3821n%40googlegroups.com.


[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread Mat
Whupp! That site is clearly hijacked leading to some "bitcoin news" in my 
local language(!). I did some malware searches on my own computer and 
nothing comes up so I conclude it is the site.

<:-)

-- 
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/b8dd3ff1-6e5b-43cc-92ae-b437642f0a7fo%40googlegroups.com.