mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +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.
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
{
|
|
"metadata": {
|
|
"title": "Zoomigator",
|
|
"pluginType": "plugin"
|
|
"description": "Enables touch devices to swipe in from the right to zoom out to a birds eye view for navigating within the page",
|
|
"author": "JeremyRuston",
|
|
"version": "0.0.0",
|
|
"coreVersion": ">=5.0.0",
|
|
"source": "http://tiddlywiki.com/core/plugins/zoomigator"
|
|
}
|
|
}
|