1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 17:23:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/tiddlyweb
Mario Pietsch 79ec21346d
Fix 4596 - High cpu consume after upgrade to 5.1.22 (#4634)
* add a new-line before the log text to increase readability of the test output

* make eslint, jslint happy

* it shouldn't be there

* fremove this file from my PRs

* fix high CPU load
2020-05-14 14:31:57 +01:00
..
config-tiddlers-filter.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
configOfficialPluginLibrary.tid Client-server: Add message about disabled plugin library 2020-04-20 13:28:02 +01:00
css-tiddler.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01: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 Fix the template for serving tiddlers 2013-10-25 22:30:36 +01:00
icon-cloud.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
javascript-tiddler.tid Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
plugin.info Improve plugin metadata, and add a "name" field 2019-09-19 13:04:10 +01:00
readme.tid Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01: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 Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
save-wiki-button.tid TiddlyWebAdaptor: Trim whitespace from save button 2020-03-31 14:54:03 +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 syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +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 Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
tiddlywebadaptor.js Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +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.

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