mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 04:41:57 -08:00
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.
9 lines
178 B
Text
9 lines
178 B
Text
title: TemporaryTestPlugin
|
|
type: application/x-tiddlywiki-plugin
|
|
|
|
{
|
|
"tiddlers": [
|
|
{"title": "Test1", "text": "Some text"},
|
|
{"title": "Test2", "type": "Some more text"}
|
|
]
|
|
}
|