mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-15 23:07:18 +00:00
Lots of improvements to the plugin library
* 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>`
This commit is contained in:
@@ -82,7 +82,7 @@ exports.startup = function() {
|
||||
} else {
|
||||
iframeInfo.domNode.contentWindow.postMessage({
|
||||
verb: "GET",
|
||||
url: "recipes/default/tiddlers.json",
|
||||
url: "recipes/library/tiddlers.json",
|
||||
cookies: {
|
||||
type: "save-info",
|
||||
infoTitlePrefix: paramObject.infoTitlePrefix || "$:/temp/RemoteAssetInfo/",
|
||||
@@ -104,7 +104,7 @@ exports.startup = function() {
|
||||
} else {
|
||||
iframeInfo.domNode.contentWindow.postMessage({
|
||||
verb: "GET",
|
||||
url: "recipes/default/tiddlers/" + encodeURIComponent(title) + ".json",
|
||||
url: "recipes/library/tiddlers/" + encodeURIComponent(title) + ".json",
|
||||
cookies: {
|
||||
type: "save-tiddler",
|
||||
url: url
|
||||
|
||||
Reference in New Issue
Block a user