1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/multiwikiclient
Jeremy Ruston 131a5abeb8 Protect against syncing client state tiddlers to the server
The default sync filter omits $:/state/, but users can customise it
2024-04-12 10:58:45 +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
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 Protect against syncing client state tiddlers to the server 2024-04-12 10:58:45 +01:00
plugin.info Introduce multiwikiclient plugin 2024-03-20 15:13:50 +00: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 Expose the connection status in the UI 2024-03-25 17:07:36 +00: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.