1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

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.
This commit is contained in:
Mario Pietsch 2020-08-27 16:48:30 +02:00 committed by GitHub
parent 259b45065a
commit 6645afcd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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