TiddlyWiki5/plugins/tiddlywiki/tiddlyweb
Jermolene 08cfa88249 Fix problem with unsafe use of `String.prototype.replace()`
We were using `String.prototype.replace()` without addressing the
wrinkle that dollar signs in the replacement string have special
handling. This caused problems in situations where the replacement
string is derived from user input and contains dollar signs.

Fixes #2517
2016-08-06 14:45:33 +01:00
..
GettingStarted.tid Get rid of GettingStarted tabs in empty 2014-12-12 10:18:49 +00:00
SaveWikiButtonTemplate.tid
ServerControlPanel.tid
html-div-tiddler.tid
plugin.info Improve plugin readmes 2015-03-19 10:53:45 +00:00
readme.tid Expand description of "TiddlyWeb and TiddlySpace components" 2015-11-03 19:56:14 +01:00
save-offline.tid Update save-offline.tid 2015-06-29 14:31:33 -07:00
tiddlywebadaptor.js Fix problem with unsafe use of `String.prototype.replace()` 2016-08-06 14:45:33 +01:00

readme.tid

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