From bdaf3a45025eb9ae2c30cdb521c793c14da91f09 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Thu, 24 Sep 2020 19:28:22 +0200 Subject: [PATCH] Change description for Filesystem and TiddlyWeb plugins (#4865) * 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 * Improve the plugin description field to make the dataflow more obvious --- plugins/tiddlywiki/filesystem/plugin.info | 2 +- plugins/tiddlywiki/tiddlyweb/plugin.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tiddlywiki/filesystem/plugin.info b/plugins/tiddlywiki/filesystem/plugin.info index 17cfe96c9..ffa8bd754 100644 --- a/plugins/tiddlywiki/filesystem/plugin.info +++ b/plugins/tiddlywiki/filesystem/plugin.info @@ -1,6 +1,6 @@ { "title": "$:/plugins/tiddlywiki/filesystem", "name": "Filesystem", - "description": "Synchronise changes to the local filesystem", + "description": "Synchronize changes from the node.js server to the local filesystem", "list": "readme" } diff --git a/plugins/tiddlywiki/tiddlyweb/plugin.info b/plugins/tiddlywiki/tiddlyweb/plugin.info index 987244daf..8dd0266ec 100644 --- a/plugins/tiddlywiki/tiddlyweb/plugin.info +++ b/plugins/tiddlywiki/tiddlyweb/plugin.info @@ -1,7 +1,7 @@ { "title": "$:/plugins/tiddlywiki/tiddlyweb", "name": "TiddlyWeb", - "description": "Sync changes to TW5 server or TiddlyWeb server", + "description": "Sync changes from the browser to TW5 (node.js) or TiddlyWeb server", "list": "readme", "plugin-priority": 10 }