1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00
TiddlyWiki5/core
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
..
images Remove extraneous paths from line-width and list icons 2019-11-25 12:15:24 +00:00
language Remove "hack-to-give-us-something-to-compare-against" 2019-11-14 09:23:17 +00:00
modules Changed importVariable to store its own variables (#4108) 2020-01-30 12:53:26 +00:00
palettes Update/fix nord palette notification background (#4031) 2019-06-29 08:15:46 +01:00
templates Make the single window template compatible with the page template 2019-11-20 18:01:06 +00:00
ui Fix stamp dropdown not transcluding caption field 2020-01-15 20:29:13 +00:00
wiki Remove &nbsp from tag pill in edit mode (#4366) 2019-11-07 12:39:14 +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 2020! 2020-01-03 11:34:26 +00:00
icon.tid Experimental SVG Compression 2015-03-31 14:39:36 +01:00
plugin.info Consistent plugin descriptions 2015-02-17 10:28:54 +00: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