mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
13c4e028b1
Previously we were using a message `tw-auto-save-wiki` to trigger an autosave. The message was generated by certain UI actions such as saving a tiddler. The trouble was that the message was being processed before the wiki change event for the accompanying change had had a chance to percolate. The end result was that the dirty indicator was staying lit when using autosave. The new approach abandons the autosave message and instead triggers the autosave in the wiki change event when a relevant change occurs. One happy side effect of these changes is that the dirty indicator now works as expected with the client server edition - ie, when typing in a draft tiddler the dirty indicator will flash briefly, and then clear when the sync mechanism has completed saving the draft.
12 lines
460 B
Plaintext
12 lines
460 B
Plaintext
created: 20140811112325641
|
|
modified: 20140811115149288
|
|
tags: message
|
|
title: WidgetMessage: tw-save-wiki
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The save wiki message causes the current saver module to perform a full save operation. The save operation can involve user interaction.
|
|
|
|
The save wiki message is usually generated by the ButtonWidget.
|
|
|
|
The save wiki message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SaverModule|SaverModules]].
|