I am trying to make a Plugin Library Using the below script

{
"description": "TiddlyWiki Plugin Library",
"plugins": [
"tiddlywiki/pluginlibrary",
        "kookma/commander",
        "kookma/favorites",
        "kookma/pinboard",
        "kookma/searchwikis",
        "kookma/shiraz",
        "kookma/slider",
        "kookma/solution", 
        "kookma/toc", 
        "kookma/todolist", 
        "kookma/trashbin", 
        "kookma/utility" 
],
"themes": [
                "tiddlywiki/vanilla",
                "tiddlywiki/snowwhite"
],
"includeWikis": [
],
"build": {
"library": [
"--makelibrary","$:/UpgradeLibrary",
    
"--savelibrarytiddlers","$:/UpgradeLibrary","[prefix[$:/plugins/kookma]]","recipes/library/tiddlers/","$:/UpgradeLibrary/List",
    
"--savetiddler","$:/UpgradeLibrary/List","recipes/library/tiddlers.json",
"--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","index.html","text/plain"]
}
}


I get the following warning

Warning: .multids file contains multiple definitions for 
$:/language/ControlPanel/<$button set="$

Interestingly, there is no warning if I use Tiddlywiki 5.1.22! What is 
going wrong here?

--Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/103a8545-740c-42c8-8e7d-7375740c597bn%40googlegroups.com.

Reply via email to