Hi Jeremy, To make sure I have downloaded the latest TW 5.1.23 again from GitHub, deleting the previous version and install the new one on my computer. The error is still there. So, it seems something going wrong with core!
p.s: My test with TW 5.1.22 works fine with no warning. Best Mohammad On Monday, November 16, 2020 at 8:26:36 PM UTC+3:30 Jeremy Ruston wrote: > Hi Mohammad > > That looks like there's a corrupt .multids file, perhaps > core/language/en-GB/ControlPanel.multids > > Best wishes > > Jeremy > > On Sunday, November 15, 2020 at 5:14:23 PM UTC Mohammad wrote: > >> 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/62e03481-ddc0-46a1-9592-e627657e3a47n%40googlegroups.com.