The __path entries are the path for a wiki that is at that level, nothing 
more. The reason is that if you have an entry like "foo": "/path/to/foo" in 
the settings than you can't list any wikis under foo, so now it is 

"foo":{
   __path:"path/to/foo",
   bar: {
    __path:"path/to/bar"
   }
}

so you would have a wiki on localhost:8080/foo and a wiki on 
localhost:8080/foo/bar. To make a wiki like this you just put the name in 
as foo/bar and it does the nesting and sets up the settings file 
automatically.

The wikiPathBase setting lets you set the path to where your Wikis folder 
is. In the case of BobEXE it defaults to the folder where the executable 
is, for the plugin version it defaults to wherever the command is run. You 
don't have to touch this if you are using BobEXE with wikis you create in 
the in-wiki interface. If you use absolute paths than this has no effect.

-- 
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/92816423-624d-4da4-95ea-b1d61220c7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to