1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00
TiddlyWiki5/core
jeremy@jermolene.com 34afe4e143 Refactor function invocation
* Introduce new widget helper function to evaluate variables.Functions are evaluated as parameterised filter strings, macros as text with textual substitution of parameters and variables, and procedures and widgets as plain text
* Refactor the function operator and unknown operator to use the new helper
* Use the new helper to evaluate variables within filter strings, thus fixing a bug whereby functions called in such a way were being returned as plain text instead of being evaluated
* Refactor the transclude widget to use the new helper
* Update tests
2023-01-21 22:07:34 +00:00
..
images Add layout switcher page control button (#7076) 2022-12-04 16:25:13 +00:00
language Added documentation for neglected core fields (#7191) 2023-01-08 13:13:04 +00:00
modules Refactor function invocation 2023-01-21 22:07:34 +00:00
palettes Restore "Add default settings for styled inline SPANs (#6877)" 2022-10-16 17:28:36 +01:00
templates External.js: Allow boot code to remain as tiddlers in tiddlywikicore.js (#7210) 2023-01-19 16:52:12 +00:00
ui Merge branch 'master' into parameterised-transclusions 2023-01-21 20:45:21 +00:00
wiki Merge branch 'master' into parameterised-transclusions 2023-01-21 20:45:21 +00:00
acknowledgements.tid Remove extraneous text/vnd.tiddlywiki from system tiddlers in light of #2883 2017-06-09 15:42:32 +01:00
copyright.tid It's 2023 2023-01-02 15:47:24 +00:00
icon.tid Experimental SVG Compression 2015-03-31 14:39:36 +01:00
plugin.info Minor tweaks to plugin library listings 2020-04-06 10:15:18 +01:00
readme.tid Add/update plugin readmes 2014-08-07 15:49:52 +01:00
sjcl-license.tid Move SJCL license file into core plugin 2017-04-23 09:53:18 +01:00

title: $:/core/readme

This plugin contains TiddlyWiki's core components, comprising:

* JavaScript code modules
* Icons
* Templates needed to create TiddlyWiki's user interface
* British English (''en-GB'') translations of the localisable strings used by the core