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.
optimising-macrocalls
Mario Pietsch 2020-08-27 16:48:30 +02:00 zatwierdzone przez GitHub
rodzic 259b45065a
commit 6645afcd15
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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
}