Jed,
Thanks for the response, I will process this and Hopefully return some
documentation for windows in the end.
- I understood the "otherwiki" was illustrative, The problem has always
being confident of how to specify wikis to be opened, clearly I will stop
trying single file wikis. and Arlen has pointed out why even some editions
created, using bob, fail.
- I also have a problem getting a path to a folder based wiki outside
the bob or below bob folders, and trying to resolve this with no confidence
in the path statement, has being difficult.
- To Test Bob I have being trying to access my existing suite of
Tiddly-wikis.
- I have at one point tried the path "../../instances/wikiname" to
get above the installed folder and back down another branch (I have to
reevaluate this on the basis of no single file wikis)
*Why are you trying to open a wiki from Bob in tiddlyserver?*
Because I could not open some Bob Created folder wikis any other way, it
was purely diagnostic. It showed be that the Bob Created Folder Wikis that
failed were not valid NodeJS Folder wikis in either tool. Since it failed
in both platforms. I thought the TiddlyServer diagnostics may provide some
useful information.
Items to make more Prominent in the Documentation
- Bob only serves TiddlyWiki folders (although it will facilitate the
conversion to and from folder wikis and file-based wikis) it will not serve
File based wikis
- Bob can create TiddlyWiki folders from editions but sometimes further
configuration of that edition may be needed
- Paths to wikis only support Folder Based TiddlyWikis
I value the functionality of Bob that exists no where else, however from a
practical day to day use It would be nice if we could get Bob and
TiddlyWiki server functionality somewhat integrated. I understand the
different functions and limitations however these are not relevant to
organising a suite of TiddlyWikis. It looks as if for me to take advantage
of Bob I am going to have to migrate my key File Wikis into folder based
wikis and chose when I maintain any wiki as a file only version. Of course
running TiddlyServer in parallel on another port, with links to Wikis in my
Bob Wikis linked from my own tiddlers, not under bobs "wiki listing" will
work.
Don't get me wrong, it may be impossible to provide multi-access to a
single File Wiki, but it would not hurt if we could serve single file wikis
from Bob as does TiddlyServer, or link, or integrate the two.
Thanks
Tony
On Tuesday, May 15, 2018 at 6:35:27 PM UTC+10, Jed Carty wrote:
>
> 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/181442be-7b54-4670-b235-e40272124ccd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.