1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-12 07:19:44 +00:00
TiddlyWiki5/core/plugins/TemporaryTestPlugin.tid

13 lines
437 B
Plaintext
Raw Normal View History

title: TemporaryTestPlugin
type: application/json
plugin: yes
{
"tiddlers": [
{"title": "Test1", "text": "Some text"},
{"title": "Test2", "text": "Some more text"},
{"title": "Test3", "text": "console.log(require('Test4').string);", "type": "application/javascript", "module-type": "custom"},
{"title": "Test4", "text": "exports.string = 'Plugin I am in You!';", "type": "application/javascript", "module-type": "custom"}
]
}