TiddlyWiki5/plugins/tiddlywiki/tiddlyweb
Mario Pietsch 231a39e743
Fix whitespace in all plugins for v5.3.6 (#8285)
* Fix whitespace in all plugins for v5.3.5

* remove const to var chanes
2024-08-20 16:33:07 +01:00
..
config-tiddlers-filter.tid
configOfficialPluginLibrary.tid Re-apply "Link to correct plugin instructions for Node.js #8246" 2024-06-29 13:08:16 +01:00
css-tiddler.tid
GettingStarted.tid Revert #7821 2024-06-18 20:52:35 +01:00
html-div-skinny-tiddler.tid
html-div-tiddler.tid
html-json-skinny-tiddler.tid Restore comma before skinny tiddlers (#7897) 2023-12-21 10:36:29 +00:00
html-json-tiddler.tid Add join attribute to list widget (#7694) 2023-11-25 09:35:05 +00:00
icon-cloud.tid
javascript-tiddler.tid
plugin.info Add plugin stability badges (#8198) 2024-05-21 11:22:39 +01:00
readme.tid More rename Jermolene/TiddlyWiki5 to TiddlyWiki/TiddlyWiki5 2024-07-25 17:44:52 +01:00
readonly-styles.tid
save-offline.tid Introduce $:/tags/Global tag 2023-05-09 15:46:54 +01:00
save-wiki-button.tid
SaveWikiButtonTemplate.tid
styles.tid
syncer-actions-copy-logs.tid Revert #7821 2024-06-18 20:52:35 +01:00
syncer-actions-login-status.tid Revert #7821 2024-06-18 20:52:35 +01:00
syncer-actions-login.tid Revert #7821 2024-06-18 20:52:35 +01:00
syncer-actions-logout.tid Revert #7821 2024-06-18 20:52:35 +01:00
syncer-actions-refresh.tid Revert #7821 2024-06-18 20:52:35 +01:00
syncer-actions-save-snapshot.tid Revert #7821 2024-06-18 20:52:35 +01:00
tags-syncerdropdown.tid
tiddlywebadaptor.js Fix whitespace in all plugins for v5.3.6 (#8285) 2024-08-20 16:33:07 +01:00

title: $:/plugins/tiddlywiki/tiddlyweb/readme

This plugin runs in the browser to synchronise tiddler changes to and from a TiddlyWeb-compatible server (including TiddlyWiki 5 itself, running on Node.js). It 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.  

[[Source code|https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/plugins/tiddlywiki/tiddlyweb]]