TiddlyWiki5/core
ento 259b45065a
Fix server error when saving a new tiddler created by following a tiddler link (#4770)
* Initialize draft tiddler with empty text

Otherwise, when the tiddler has a meta file,
$tw.utils.saveTiddlerToFile will call fs.writeFile with the content
to write as `undefined`. Depending on the version of Node, this
results in the string "undefined" getting saved or a TypeError.

* Remove what seems to be a leftover debug log
2020-08-27 15:45:34 +01:00
..
images Remove extraneous paths from line-width and list icons 2019-11-25 12:15:24 +00:00
language TiddlySpot Saver: Add link to control panel 2020-07-30 19:14:53 +01:00
modules Fix server error when saving a new tiddler created by following a tiddler link (#4770) 2020-08-27 15:45:34 +01:00
palettes Adding SolarizedDark Palette, updated SolarizedLight and one tiny UI fix (#4799) 2020-08-11 18:54:17 +01:00
templates Fix syncing issues with external JS template 2020-08-14 11:06:08 +01:00
ui Fix #4795 - PaletteManager showing wrong tooltip (#4796) 2020-08-27 15:40:39 +01:00
wiki Fix syncing issues with external JS template 2020-08-14 11:06:08 +01:00
acknowledgements.tid
copyright.tid It's 2020! 2020-01-03 11:34:26 +00:00
icon.tid
plugin.info Minor tweaks to plugin library listings 2020-04-06 10:15:18 +01:00
readme.tid
sjcl-license.tid

readme.tid

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