1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 17:40:29 +00:00
TiddlyWiki5/core
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
..
images fixed malformatted svg 2016-02-02 17:35:22 +01:00
language Make edit preview pane extensible 2016-02-15 11:38:21 +00:00
modules Fix for #2274 2016-02-15 08:31:23 -05:00
palettes Tweak contrast themes 2015-05-28 09:47:42 +01:00
templates Add a lazy loading template for all non-system tiddlers 2015-11-05 12:33:20 +00:00
ui Make edit preview pane extensible 2016-02-15 11:38:21 +00:00
wiki Add a bulk delete button 2016-02-05 18:44:43 +00:00
acknowledgements.tid Reorganise acknowledgements 2014-08-01 08:42:52 +01:00
copyright.tid It's 2016! 2016-01-03 18:04:21 +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

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