Issues targeted for next update:

* Make arrays more useful (add NTH, AVERAGE, etc):  
https://github.com/EvanBalster/TiddlyWikiFormula/issues/11
* Parsing bug with zero-argument functions:  
https://github.com/EvanBalster/TiddlyWikiFormula/issues/8

On Monday, 18 December 2017 19:32:36 UTC-6, Evan Balster wrote:
>
> Released version 0.1.2:  http://evanbalster.com/tiddlywiki/formulas.html
>
> * Add months, years, add_months, add_years functions.
> * The DATE function no longer rejects a date argument.
> * Fix an off-by-one-month error parsing transcluded date fields in 
> YYYY-MM-DD format
> * Better documentation 
> <http://evanbalster.com/tiddlywiki/formulas.html#Extending%20Formulas> 
> about extending formulas with new functions and operators
> * Added dateFormat option to $formula and $formula-vars widgets
>
> Also
> * Added badger inoculation simulator 
> <http://evanbalster.com/tiddlywiki/formulas.html#Demo%3A%20Tabulator> for 
> @TiddlyTweeter (still lacks month automation, though)
>
> On Monday, 18 December 2017 15:18:04 UTC-6, [email protected] wrote:
>>
>>
>> On Monday, December 18, 2017 at 9:34:25 PM UTC+1, [email protected] wrote:
>>>
>>>
>>> 2.) I created a group of tiddlers with the same tag. Each tiddler 
>>> contains a date in the "datum" field. I was able to pick the latest date 
>>> from the list and add 14 days with the following syntax:
>>>
>>
>> Just in case someone wants to copy my code, this seems to be the proper 
>> syntax:
>>
>> (= date(sum([tag<currentTiddler>sort[datum]last[1]get[datum]],14)) =) 
>>
>> The "sort" operator in my code above was wrong (it only worked for me 
>> because of the particular order of my tiddlers). 
>>
>> ~Stef
>>  
>>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0e08bcb7-1e02-4a0c-b840-52d410247fca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to