Ste,

the cp error is because there was a typo in the readme giving the wrong 
path. It is updated now.

The other things seem like a lot of path errors. You can put the wikis 
wherever you want, but you have to give their path correctly when running 
the tiddlywiki command. So if you have already created a wiki in 
~/Wikis/bobstars
and then in your home folder you run
tiddlywiki Wikis/bobstars --wsserver
than it will run the wsserver command using the wiki in ~/Wikis/bobstars, 
but this only works if the plugin is listed in the tiddlywiki.info file for 
that wiki.

I am not certain that going into the 
/usr/lib/node_modules/tiddlywiki/plugins/OokTech/Bob folder and running 
that git command would put the plugin in the correct place. I think that it 
would put the plugin 
in /usr/lib/node_modules/tiddlywiki/plugins/OokTech/Bob/TW5-Bob. What you 
would do here is delete the Bob folder then from the OokTech folder run

git clone --depth=1 https://github.com/OokTech/TW5-Bob.git Bob
and it should put the plugin in the Bob folder.


The error you got from editing the tiddlywiki.info file sounds like a comma 
error. If there is a plugin listed before Bob than you have to have a comma 
between the names.


It would look something like this:

"plugins": [
    "tiddlywiki/railroad 
<https://tiddlywiki.com/#%24%3A%2Fplugins%2Ftiddlywiki%2Frailroad>",
    "OokTech/Bob"
],
where there is a comma between each plugin listed and no comma at the end of 
the list.

The configuration for the single executable version is the same as for the 
plugin version, it gets taken from the settings folder of the index wiki 
folder. If you try running it once on the pi it should create a Wikis folder 
and an IndexWiki, inside that folder there should be a settings folder and 
inside that a settings.json file that you can edit to set the suppress browser 
option to true. But the single executable has some big bugs in it because I 
haven't updated it to the newest version yet.


Out of curiosity, when you install tiddlywiki with npm on windows where does it 
get installed?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a0c62d6e-ea6c-4a5a-91ff-c42617b958d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to