TiddlyWikiFormula
TiddlyWikiFormula copied to clipboard
Functional Formulas for TiddlyWiki, in the style of Excel and Google Sheets
When the plugin is enabled in my wiki, no keyboard shortcut works. Even default ones like alt-n. If I set all keyboard breakpoints in dev tools, none of them are...
Try this formulas without setting `` and ``: * `0.99999` = `1` * `0.999999` = `0.1` (wrong result at 6+ digits after point, but using `` and `` can fix...
Found some interested thing about filters: `(= [[Candy-Bar]get[value]]+1 =)` resulted in `ComputeError: Cannot convert "2.03" to number!` I think best solution here will be using `first()` function with such filter....
The tiddler for the link `Mod Maker Utility` is missing.  Is it the one to call from the `patchmaker` tab? >  What exactly do I have to enter...
A frequent scenario is where you have two arrays (or filter runs) of numbers where you want each element from one array to be multiplied by the corresponding element from...
I'm seeking unit tests and bug reproductions from users. Unit tests should be submitted here as JSON files containing one or more tiddlers. To ease automation, unit tests should follow...
Add support for expanding macros with arguments. At minimum, literal (text) arguments should be supported. It could be interesting to add support for other entities (transclusions, etc) but doing so...
Variables are fixed during the execution of a formula, resulting in inconsistent behavior with transclusions. For example, if Tiddlers A and B both define `field1` and `field2` as follows: field...
Right associativity should be supported, for the exponentiation operator and possibly other user-defined operators.
Can you auto release github pages? So adding this to CPL will be easier.