mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
005dfdadf0
* Add automatic sync of tiddler changes in browswer-storage on restoration of server connection in tiddlywebadaptor * Fix issue with new tiddlers not being synced. * Fix issue with new tiddlers not being synced. * Added logging * Modified browser-storage plugin. Refactored into utility class. * Modified browser-storage plugin. Refactored into utility class. * Fix: browser storage config tiddler created on load only if not already exists * Fix: Removed extra indent in util.js |
||
---|---|---|
.. | ||
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. [[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/tiddlyweb]]