1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/core
Jermolene 2952afe7af Fix for autosave
Re-introduces the “tw-auto-save-wiki” message. The previous approach of
automatically triggering autosave whenever a tiddler changed meant that
changing configuration changes in control panel was triggering an
autosave. Using the explicit message gives us better control of the
situations in which we’ll autosave.

Now we solve the earlier problem of there being outstanding tiddler
change events at the time that we process the “tw-auto-save-wiki” by
deferring the autosave until the outstanding change event comes in.
2014-08-29 09:58:30 +01:00
..
images Rename "tw-image-*" classes to "tc-image-*" 2014-08-28 17:47:43 +01:00
language Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
modules Fix for autosave 2014-08-29 09:58:30 +01:00
palettes Refine page control button colour 2014-08-02 22:51:04 +01:00
templates Change "tw-*" variables to "tv-*" 2014-08-28 22:28:02 +01:00
ui Change "tw-*" variables to "tv-*" 2014-08-28 22:28:02 +01:00
wiki Fix for autosave 2014-08-29 09:58:30 +01:00
acknowledgements.tid Reorganise acknowledgements 2014-08-01 08:42:52 +01:00
copyright.tid Update copyright year 2014-01-02 10:55:19 +00:00
icon.tid Minor icon tweaks 2014-08-08 16:35:48 +01:00
plugin.info Add/update plugin readmes 2014-08-07 15:49:52 +01: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