TiddlyWiki5/plugins/tiddlywiki/tiddlyweb
Leilei332 eaf8558595
Update PageControls buttons to use v5.3.2 syntax (#8579)
* Let PageControls buttons use v5.3.2 syntax

* Rewrite buttons and actions

* Omit whitespace & use function to avoid duplicating

* Omit whitespace in conditional syntax
* Define tf.get-tags function to avoid duplicated text substitution
* Rewrite advanced search button

* Add space in join operator

* Rewrite buttons in plugins

* Remove tf prefix in new-journal.tid

* Remove tf prefix in new-tiddler.tid
2024-09-10 12:00:13 +01:00
..
config-tiddlers-filter.tid
configOfficialPluginLibrary.tid
css-tiddler.tid
GettingStarted.tid
html-div-skinny-tiddler.tid
html-div-tiddler.tid
html-json-skinny-tiddler.tid
html-json-tiddler.tid
icon-cloud.tid
javascript-tiddler.tid
plugin.info
readme.tid
readonly-styles.tid
save-offline.tid
save-wiki-button.tid Update PageControls buttons to use v5.3.2 syntax (#8579) 2024-09-10 12:00:13 +01:00
SaveWikiButtonTemplate.tid
styles.tid
syncer-actions-copy-logs.tid
syncer-actions-login-status.tid
syncer-actions-login.tid
syncer-actions-logout.tid
syncer-actions-refresh.tid
syncer-actions-save-snapshot.tid
tags-syncerdropdown.tid
tiddlywebadaptor.js

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]]