2012-08-06 21:34:16 +00:00
|
|
|
title: TemporaryTestPlugin
|
2012-08-31 11:34:39 +00:00
|
|
|
type: application/json
|
|
|
|
plugin: yes
|
2012-08-06 21:34:16 +00:00
|
|
|
|
|
|
|
{
|
2012-08-31 13:19:13 +00:00
|
|
|
"title": "$:/plugins/tiddlywiki/test",
|
|
|
|
"description": "An exemplary plugin for demonstration purposes",
|
|
|
|
"author": "JeremyRuston",
|
|
|
|
"version": "0.0.0-alpha0",
|
|
|
|
"coreVersion": ">=5.0.0",
|
|
|
|
"tiddlers": {
|
|
|
|
"Test1": {"text": "Some text"},
|
|
|
|
"Test2": {"text": "Some more text"},
|
|
|
|
"Test3": {"text": "console.log(require('$:/plugins/tiddlywiki/test/Test4').string);", "type": "application/javascript", "module-type": "custom"},
|
|
|
|
"Test4": {"text": "exports.string = 'Plugin I am in You!';", "type": "application/javascript", "module-type": "custom"}
|
|
|
|
}
|
2012-08-06 21:34:16 +00:00
|
|
|
}
|