Got a little absorbed apparently. Here's 0.1.3: http://evanbalster.com/tiddlywiki/formulas.html
- Add array functions FIRST, LAST, NTH, COUNT, COUNTA, AVERAGE - Fix the parsing bug with zero-argument functions - Require parentheses for zero-argument functions like NOW(), RAND(), but not constants like PI, _E - Fix non-functional DATE function - Fix non-functional unary plus operator That clears most of the pressing functional issues. Keep reporting any issues on GitHub: https://github.com/EvanBalster/TiddlyWikiFormula On Monday, 18 December 2017 19:36:57 UTC-6, Evan Balster wrote: > > 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/4f007fc9-6665-4a42-97fd-f57b26fefda0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

