mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
64812f5c06
* Add join attribute to list widget * Use new join attribute in HTML saving templates This simplifies the logic involved in saving tiddlers in JSON format into TW html files, and should also slightly speed up the saving process depending on how often that list widget gets refreshed. * Unit tests for list widget's new join attribute * Add `<$list-join>` widget Allows specifying complicated join text more easily than an attribute |
||
---|---|---|
.. | ||
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 | ||
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/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/tiddlyweb]]