mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
24435a46be
* Moved “add new plugin” into a modal wizard * Adopt big friendly buttons * Add plugin icons and readmes to “add new plugin” modal * Use tabs for splitting plugins/themes/languages * Consistent styling between the “add new plugin” modal and the “installed plugins” control panel tab * Behind the scenes, moved from addressing the library as `recipes/defaults/tiddlers/<etc>` to `recipes/library/tiddlers<etc>`
18 lines
664 B
Plaintext
18 lines
664 B
Plaintext
{
|
|
"description": "TiddlyWiki Plugin Library",
|
|
"plugins": [
|
|
"tiddlywiki/pluginlibrary"
|
|
],
|
|
"themes": [
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"library": [
|
|
"--makelibrary","$:/UpgradeLibrary",
|
|
"--savelibrarytiddlers","$:/UpgradeLibrary","[prefix[$:/]] -[[$:/plugins/tiddlywiki/upgrade]] -[[$:/plugins/tiddlywiki/translators]] -[[$:/plugins/tiddlywiki/pluginlibrary]] -[[$:/plugins/tiddlywiki/jasmine]]","recipes/library/tiddlers/","$:/UpgradeLibrary/List",
|
|
"--savetiddler","$:/UpgradeLibrary/List","recipes/library/tiddlers.json",
|
|
"--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","index.html","text/plain"]
|
|
}
|
|
}
|