From 6645afcd15e3adaa05d5e8ca6ec81e4995f3dc36 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Thu, 27 Aug 2020 16:48:30 +0200 Subject: [PATCH] Fix #4750 plugin priority for tiddlyweb (#4751) * 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 * fix issue #4750 add plugin-priority of 10 to tiddlyweb plugin. --- plugins/tiddlywiki/tiddlyweb/plugin.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/tiddlyweb/plugin.info b/plugins/tiddlywiki/tiddlyweb/plugin.info index 0ba3464ec..987244daf 100644 --- a/plugins/tiddlywiki/tiddlyweb/plugin.info +++ b/plugins/tiddlywiki/tiddlyweb/plugin.info @@ -2,5 +2,6 @@ "title": "$:/plugins/tiddlywiki/tiddlyweb", "name": "TiddlyWeb", "description": "Sync changes to TW5 server or TiddlyWeb server", - "list": "readme" + "list": "readme", + "plugin-priority": 10 }