1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-08 23:20:03 +00:00
Cameron Fischer aa817f66d2
Changed importVariable to store its own variables (#4108)
* Changed importVariable to store its ownvariables

Before, importVariables was creating a setWidget for every single variable it would find in its tiddlers, and it would create a long-ass call tree. Now, instead, it just accumulates the variables in itself.

* Can't use Object.assign

Learned the hardway while working on tw5-relink that Object.assign
doesn't exist in IE11. Using $tw.utils.extend instead.

* Retaining setWidget transclusion flexibility

* One more test to verify mixing sets and macros
2020-01-30 12:53:26 +00:00
..
2017-07-03 20:34:58 +01:00
2017-11-18 19:53:52 +00:00
2018-12-17 11:07:39 +00:00
2019-03-07 18:46:38 +00:00
2016-05-25 12:10:41 -06:00
2019-10-14 13:19:40 +01:00
2016-08-16 15:45:17 +01:00
2014-12-05 10:20:32 +00:00
2014-12-05 10:20:32 +00:00