mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-25 06:40:42 -07:00
Add plugin.info to tw2parser
Every plugin must have a plugin.info file to be valid
This commit is contained in:
parent
9de679b84b
commit
b9bf1ff574
1 changed files with 6 additions and 0 deletions
6
plugins/tiddlywiki/tw2parser/plugin.info
Normal file
6
plugins/tiddlywiki/tw2parser/plugin.info
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "$:/plugins/tiddlywiki/tw2parser",
|
||||
"description": "TiddlyWiki Classic-compatible wikitext parser",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue