Tony,
I will try to answer the questions in order.
0 - Bob doesn't support single file wikis yet, and even when it does it
won't be the same as what TiddlyServer does. The plan is to have Bob create
a temporary node wiki from the single file wiki so it can have all of Bob
features and it will autosave to the single file version. I hope to make
switching between using the single html file and node seamless doing this.
1 - otherwiki is just the name given to the wiki. Wikis need to have unique
names because they are what determines the url for that wiki. But you can
have the same name if you have things like this:
wikis: {
"group1":{
"aname": "/some/other/path"
},
"aname": "/some/path"
}
where you would have a wiki at localhost:8080/aname and another wiki at
localhost:8080/group1/aname, so the full path has to be unique, not
specifically the last part.
2 - The paths are to the folders that have the tiddlywiki.info files
3 - The ~ is used in unix systems to point to the home folder of the
current user. I don't think that windows has an equivalent. If you replace
~ with 'c:\Users\inmysocks' (and switch / to \) you would get something
like what you would have in windows.
4 - In file paths '.' represents the current working directory. Which in
this case in the location of the executable. It is how you make relative
paths. So './Wikis/tw5docs' would be the same as putting in
'C:\Users\inmysocks\TiddlyWiki\Wikis\tw5docs' assuming that the executable
was located in 'C:\Users\inmysocks\TiddlyWiki\'
5 - It looks like you have both Bob and tiddlyserver running at the same
time and that error message is something from TiddlyServer. Having both
running at the same time for the same wikis is redundant and will most
likely just break things. Why are you trying to open a wiki from Bob in
tiddlyserver?
--
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 post to this group, send email to [email protected].
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/d948805c-ebd5-499f-a18c-e3d650f31269%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.