1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 07:43:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/tiddlyweb
fkmiec fe2c677ac4
Docs for #7169 - update readme tiddlers for TiddlyWebAdaptor and BrowserStorage plugins (#7240)
* Update readme to reflect optional use of browser storage with tiddlyweb sync adapter

* Fix typos in readme
2023-01-27 20:39:13 +00:00
..
config-tiddlers-filter.tid Fix syncing issues with external JS template 2020-08-14 11:06:08 +01:00
configOfficialPluginLibrary.tid Client-server: Add message about disabled plugin library 2020-04-20 13:28:02 +01:00
css-tiddler.tid Fix data-tiddler field duplications in server snapshots (#7130) 2023-01-19 17:47:49 +00:00
GettingStarted.tid Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
html-div-skinny-tiddler.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
html-div-tiddler.tid Do not escape double quotes in tiddler DIVs to save space (#5383) 2021-04-02 09:32:32 +01:00
html-json-skinny-tiddler.tid Add support for JSON-formatted tiddler store, and make it the default (#5708) 2021-07-14 09:15:30 +01:00
html-json-tiddler.tid Add support for JSON-formatted tiddler store, and make it the default (#5708) 2021-07-14 09:15:30 +01:00
icon-cloud.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
javascript-tiddler.tid Fix data-tiddler field duplications in server snapshots (#7130) 2023-01-19 17:47:49 +00:00
plugin.info Change description for Filesystem and TiddlyWeb plugins (#4865) 2020-09-24 18:28:22 +01:00
readme.tid Docs for #7169 - update readme tiddlers for TiddlyWebAdaptor and BrowserStorage plugins (#7240) 2023-01-27 20:39:13 +00:00
readonly-styles.tid Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
save-offline.tid Update filters for single file to match changes to syncFilter (#4907) 2020-10-25 15:57:35 +00:00
save-wiki-button.tid Adjust position of server page control dropdown (#6767) 2022-07-13 17:28:32 +01:00
SaveWikiButtonTemplate.tid Refactor saver handler 2014-08-20 10:02:44 +01:00
styles.tid Fix 4596 - High cpu consume after upgrade to 5.1.22 (#4634) 2020-05-14 14:31:57 +01:00
syncer-actions-copy-logs.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
syncer-actions-login-status.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
syncer-actions-login.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
syncer-actions-logout.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
syncer-actions-refresh.tid Fix ViewToolbar items inconsistent spacing (#5473) 2021-05-24 19:24:37 +01:00
syncer-actions-save-snapshot.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
tags-syncerdropdown.tid Revert some of the UI changes for downloading external-js 2021-09-12 10:48:17 +01:00
tiddlywebadaptor.js Automatic sync of tiddler changes in browser storage when sync connection is re-established (#7169) 2023-01-17 22:12:18 +00: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 synchonized 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 [[browser-storage plugin|https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/browser-storage]] may be added to provide temporary filesystem storage of tiddler changes made while offline and enable them to be synchronized with the server the next time the wiki is loaded in the browser.  

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