Re: [tw] [TW5] for GTD

2016-03-10 Thread Arkady Grudzinsky
Thanks, Jeremy, adding value=$tw.utils.parseDate(value) to $tw.utils.stringifyDate() function seems to do the trick. parseDate() is defined right after stringifyDate() and seems to do exactly what is needed. You may consider adding it there for future releases. It's a good idea to make sure tha

Re: [tw] [TW5] for GTD

2016-03-10 Thread Jeremy Ruston
Hi Arkady As far as I can tell, you have correctly set up the tiddlerfield object to describe the new “scheduled” field. The problem is that your “New Tiddler” has a “scheduled” field that is a string; the tiddlerfield object causes the core to expect the field to be a date, hence the crash wh

Re: [tw] [TW5] for GTD

2013-10-31 Thread Jeremy Ruston
> I have noticed, the date field is set to time in UTC. When the field is > set to "20120101", then <$view field="start" format="date"/> renders it as > December 31, 2011. Is there a way to interpret dates in local time? > Hi Arkady No, date fields are always interpreted as UTC. There does inde

Re: [tw] [TW5] for GTD

2013-10-29 Thread Arkady Grudzinsky
Jeremy, thanks. It worked. I cut and pasted this into a file, imported into TW5, and that's it. I created a tiddler with a start field "20120101", and another tiddler with the following list: <$list filter="[has[start]]"> <$view field="start" format="date"/> I have noticed, the date field

Re: [tw] [TW5] for GTD

2013-10-29 Thread Jeremy Ruston
The tiddlerfields that are defined in the core are not full modules because they are needed before the tiddler loading mechanism is fully installed. That call to $tw.modules.define() directly defines the module exports. For a normal module, you should use something like this: /*\ title: $:/plugin

Re: [tw] [TW5] for GTD

2013-10-26 Thread Jeremy Ruston
Hi Arkady Thanks for the encouragement, and the detailed feedback, much appreciated. > I'm currently using mGSD to manage my tasks. Recently tried TW5. I > think, it's awesome. Wanted to thank Jeremy for Tiddlywiki. <$list> and > <$checkbox> widgets available at TW5 are very handy to create

[tw] [TW5] for GTD

2013-10-25 Thread Arkady Grudzinsky
I'm currently using mGSD to manage my tasks. Recently tried TW5. I think, it's awesome. Wanted to thank Jeremy for Tiddlywiki. <$list> and <$checkbox> widgets available at TW5 are very handy to create task lists by project/context/contact. The TW5 ability to manipulate and customize tiddle