1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-03-08 20:48:09 +00:00
Matt Lauber 22145e2e51 Fix for #2274
List fields (such as tags) when evaluated to produce tiddlers result in empty arrays.  Using the exact not equals, an empty array is not the same as an empty string.  By using equivelent not equals, we state that the field is either != "" or anything that can be coerced to "".  Which, based on https://dorey.github.io/JavaScript-Equality-Table/ is `false` `0` `[]` or `[[]]`` neither `false` nor `0` can be set as a tiddler field as both will end up being quoted (`"false"`, `"0"`) so this should work.
2016-02-15 08:31:23 -05:00
..
2016-02-02 17:35:22 +01:00
2016-02-15 08:31:23 -05:00
2015-05-28 09:47:42 +01:00
2016-02-15 11:38:21 +00:00
2016-02-05 18:44:43 +00:00
2016-01-03 18:04:21 +00:00
2015-03-31 14:39:36 +01:00
2015-02-17 10:28:54 +00:00
2014-08-07 15:49:52 +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