mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
|
title: TemporaryTestPlugin
|
||
|
type: application/x-tiddlywiki-plugin
|
||
|
|
||
|
{
|
||
|
"tiddlers": [
|
||
|
{"title": "Test1", "text": "Some text"},
|
||
|
{"title": "Test2", "type": "Some more text"}
|
||
|
]
|
||
|
}
|