I tried installing shiraz plugin on node.js server but the plugins is found missing in the config/plugins list after starting again the server.
In my tiddlywiki.info files there is:
{
"description": "Basic client-server edition",
"languages" : [
"fr-FR"
],
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight",
"kookma/shiraz"
],
(....)
And now my directory structure (the root level where tiddlywiki.info lies is proteva-data/proteva
):
proteva-data/proteva/plugins/kookma/
└── shiraz
├── images
├── macros
│ ├── csvtables
│ └── dtables
├── styles
│ ├── bs
│ ├── misc
│ └── multicols
├── templates
│ ├── body
│ ├── footer
│ └── header
├── ui
│ ├── Buttons
│ └── ControlPanel
└── viewtemplates
Il also tried to have plugins
under proteva-data/proteva/tiddlers
but it also fails.
What should I have done to get it right?