mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-20 00:34:50 +00:00
8e6647b615
This first commit adds some of the code needed for the plugin mechanism, but it isn't all fully operational yet. I'm merging the branch so that I can get some other pre-requisites done quickly on the main branch, and then plan to return to this branch.
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"}
|
|
]
|
|
}
|