If those plugins exist in the single-file TW instance that you are Loading, then yes - In fact, I don't think you even need a tiddlywiki.info file at all, Unless you are unpacking that wiki into a foler-style / individial *.tid(s).
Timing wise, you are getting the `Warning: Cannot find plugin ` errors AS the TW core is loading your wiki-folder, therefore BEFORE the command is initiated. Once the single-file tiddlers are loaded, those plugins should appear in the normal `tiddlers/` directory. Best, Joshua Fontany On Sunday, March 28, 2021 at 2:08:45 PM UTC-7 [email protected] wrote: > Hello, > > I have a TW called notes.hta that contains the following plugins: > > "welford/twstaticblog/helper", > "welford/twstaticblog/export", > "welford/twyt", > "welford/twspimg" > > however when I call this > > ``` > call tiddlywiki .\tw --load .\notes.hta --output .\blog --build posts > ``` > > I am getting the error messages: > > ``` > Warning: Cannot find plugin 'welford/twstaticblog/helper' > Warning: Cannot find plugin 'welford/twstaticblog/export' > Warning: Cannot find plugin 'welford/twyt' > Warning: Cannot find plugin 'welford/twspimg' > ``` > > Presumably getting these because I have these plugins listed in my > tiddlwyiki.info > > Maybe I am just misremembering, but i thought having the plugins in the > file you load is ok. Is that not the case? do they need to be in the > Node.js instance of TW? Is there any way around this? > > Thanks, > James > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3e4f427f-dd3b-46df-8285-9589094735d5n%40googlegroups.com.

