1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 02:03:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/tiddlyweb/plugin.info
Mario Pietsch 6645afcd15
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.
2020-08-27 15:48:30 +01:00

8 lines
179 B
Plaintext

{
"title": "$:/plugins/tiddlywiki/tiddlyweb",
"name": "TiddlyWeb",
"description": "Sync changes to TW5 server or TiddlyWeb server",
"list": "readme",
"plugin-priority": 10
}