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