mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-18 08:43:11 +00:00

There are other ways we could add maths to TW5 (including @EvanBalster's awesome https://github.com/EvanBalster/TiddlyWikiFormula) but the approach here has the merit of simplicity because it reuses the existing filter evaluation mechanism. That means that it's not ordinary "2+2" maths, it's a unique list processing language... Docs to come Fixes #254