TiddlyWiki5/core/modules
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
..
commands First pass at upgrade mechanism 2014-07-12 09:09:36 +01:00
filters Extend 'all' filter operator to select all source tiddlers 2014-08-29 09:54:31 +01:00
info Sort out info mechanism docs 2014-07-22 15:16:18 +01:00
macros Get rid of the qualifyTiddlerTitles hack 2013-11-02 15:42:24 +00:00
parsers Skip whitespace from start of inline macro definitions 2014-08-28 20:21:09 +01:00
savers Remove stray console.log 2014-08-27 09:59:15 +01:00
startup Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
storyviews Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
upgraders Block temporary state tiddlers from import/upgrade 2014-08-20 13:52:59 +01:00
utils Fix for autosave 2014-08-29 09:58:30 +01:00
widgets Fix for autosave 2014-08-29 09:58:30 +01:00
commander.js Fix bug handling of build command 2014-06-24 12:09:10 +01:00
config.js Explicitly blacklist unsafe elements, starting with `<script>` 2014-03-19 10:05:44 +00:00
deserializers.js Fix importing blank fields from TiddlyWiki files 2014-05-26 17:47:07 +01:00
filters.js Typo 2014-07-28 14:20:18 +01:00
language.js Make more core strings be translateable 2014-03-20 20:55:59 +00:00
pluginswitcher.js Make shadowTiddlers, pluginTiddlers and pluginInfo be private to the Wiki object constructor 2014-03-17 10:50:18 +00:00
saver-handler.js Fix for autosave 2014-08-29 09:58:30 +01:00
syncer.js Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
wiki.js Fix for autosave 2014-08-29 09:58:30 +01:00