I can confirm that the problem exists. It seems to arise at this commit though I don't see anything problematic in it: https://github.com/Jermolene/TiddlyWiki5/commit/72c07a3f81233384623ed6293d7f93bdb3104db0#diff-097629654b32250326a4e5bb6faa3b4a3c2fe2a66b1eea2bbcf9c5984c72bf27
On Monday, November 16, 2020 at 7:23:38 PM UTC+1 Mohammad wrote: > 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/c329ea7f-72a6-42b7-b09d-fc6f56d730e6n%40googlegroups.com.