1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00
TiddlyWiki5/plugins/tiddlywiki/multiwikiclient
Jeremy Ruston e396334b20 Disable SSE by default
The current implementation is still broken, and actually more broken than it was before a37d50166f.

It seems that we should be exposing the SSE events to the syncer so that the resulting updates can be handled by the syncers existing task scheduler
2024-05-28 13:15:34 +01:00
..
config-incoming-updates-filter.tid Incoming updates filter should exclude tiddlers prefixed $:/StoryList and $:/HistoryList 2024-03-28 17:32:10 +00:00
config-tiddlers-filter.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
config-use-server-sent-events.tid Disable SSE by default 2024-05-28 13:15:34 +01:00
configOfficialPluginLibrary.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
GettingStarted.tid Update GettingStarted 2024-03-26 12:25:13 +00:00
icon-cloud.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
info-segment.tid Add bag indicator to tiddler info panel 2024-04-12 10:28:26 +01:00
multiwikiclientadaptor.js Fix string vs. number confusion for revisions 2024-05-28 09:08:17 +01:00
plugin.info Mark MWS plugins as experimental 2024-05-21 12:07:01 +01:00
readme.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
readonly-styles.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
save-offline.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
save-wiki-button.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
SaveWikiButtonTemplate.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
sidebarsegment.tid Disable SSE by default 2024-05-28 13:15:34 +01:00
styles.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
syncer-actions-copy-logs.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
syncer-actions-login-status.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
syncer-actions-login.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
syncer-actions-logout.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
syncer-actions-refresh.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
syncer-actions-save-snapshot.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00
tags-syncerdropdown.tid Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00:00

title: $:/plugins/tiddlywiki/multiwikiclient/readme

This plugin runs in the browser to synchronise tiddler changes to and from a TiddlyWiki server running ~MultiWikiServer.


This plugin is inert when run under Node.js. Disabling this plugin via the browser can not be undone via the browser since this plugin provides the mechanism to synchronize settings with the server.

Changes made while offline are saved in memory and automatically synchonised with the server when the connection is re-established. However, if the browser tab is closed or another URL is loaded, the in-memory changes will be lost. The [[https://tiddlywiki.com/#BrowserStorage Plugin]] may be added to provide temporary filesystem storage of tiddler changes made while offline and enable them to be synchronised with the server the next time the wiki is loaded in the same browser.