[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-20 Thread Jed Carty
Oh, yeah I forgot about that. I will build something and put it up on dropbox or something sometime tonight so people can test the potentially unstable version. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-20 Thread @TiddlyTweeter
Ciao Jed, erm ... which version do you need testing? :-) I'm in process of updating currently. Best wishes Josiah On Saturday, 20 April 2019 18:05:44 UTC+2, Jed Carty wrote: > > I keep forgetting that I haven't pushed version 1.2.3 yet. It gets > confusing trying to track down bugs that are

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-20 Thread 'Mark S.' via TiddlyWiki
I can relate. "Branches in git are cheap" we are admonished. Yes, but branches *in my head* are not. ;-) -- Mark On Saturday, April 20, 2019 at 9:05:44 AM UTC-7, Jed Carty wrote: > > I keep forgetting that I haven't pushed version 1.2.3 yet. It gets > confusing trying to track down bugs that

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-20 Thread Jed Carty
I keep forgetting that I haven't pushed version 1.2.3 yet. It gets confusing trying to track down bugs that are not there anymore. -- 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,

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-19 Thread Jed Carty
That is desired behaviour, the empty edition is empty, it doesn't have any plugins. If you want those plugins then you need to use the server edition or add them in. I don't see any problem with the settings, I will have to poke that later. -- You received this message because you are

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-19 Thread 'Mark S.' via TiddlyWiki
Also, when it created the empty wikis, the plugin part of the tiddlywiki.info file was empty. I don't know if this was on purpose, but it makes the datafolder incompatible with other node.js products. That is, these plugins were missing: "tiddlywiki/tiddlyweb",

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-19 Thread 'Mark S.' via TiddlyWiki
Here it is: { "wikis": { "recipes": { "__path": "recipes" }, "scribbles": { "__path": "scribbles" }, "TWAQ": { "__path": "TWAQ" }, "Groceries": "groceries", "scheduler": "scheduler", "test": "test", "Bible2": { "__path": "Bible2"

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-19 Thread Jed Carty
To make any reasonable fix for that I would need to see your settings.json file. -- 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

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-19 Thread 'Mark S.' via TiddlyWiki
FYI When I use the Bob interface to tell Bob to make an empty edition, it doesn't use filePathRoot, wikiPathBase, or wikisPath as the copy target directory. Instead it puts it in "Wikis" below the executable. HTH -- Mark -- You received this message because you are subscribed to the Google

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-18 Thread Jed Carty
If you are looking for something bullet proof than you should probably look somewhere other than some software that I make for myself in my free time. If you are looking for software that is set up for your preferences with conflict with mine you can get information about pricing and

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread 'Mark S.' via TiddlyWiki
I think it's having trouble with images I loaded into a Wiki. For one of my wikis, I'm getting: Bob error: includeWikis is not supported yet! { Error: EPERM: operation not permitted, read at Object.fs.readSync (fs.js:634:3) at Object.fs.readSync (pkg/prelude/bootstrap.js:550:32) at

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread 'Mark S.' via TiddlyWiki
It is set this way so that when I break the settings it still starts. The in wiki interface protects against things like misplaced commas. But what about when the auto-populate generates a zero-byte file? So, the wiki interface may not be bullet proof. Thanks! -- Mark -- You received this

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread Jed Carty
It is set this way so that when I break the settings it still starts. The in wiki interface protects against things like misplaced commas. Unfortunately adding a setting to change the behaviour would be in the settings.json file which kind of defeats the purpose. -- You received this message

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread 'Mark S.' via TiddlyWiki
This is just my opinion, but it appears that the default response to errors in the settings.json file is to write over the settings.json file, without making a backup and without asking the user. This may actually be deleting a lot of time-consuming setup info. It would be better, I think, if

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread Jed Carty
It is documented here: https://github.com/OokTech/TW5-Bob/blob/master/Documentation/Serving%20Files.tid -- 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

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread 'Mark S.' via TiddlyWiki
Can file images be served from only one place, or from multiple wikis? I was pretty sure you were working on the latter option, but I don't see it mentioned in the documentation or configuration file. Thanks! -- Mark -- You received this message because you are subscribed to the Google Groups

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread 'Mark S.' via TiddlyWiki
Setting up the Wikis by hand seems to work. So it appears that the auto-populate generates a zero-byte file. Maybe those windows \ slash symbols mess with parsing? With wikis working, I notice this error: Bob error: includeWikis is not supported yet! But don't know what that refers to.

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread 'Mark S.' via TiddlyWiki
Do I need to move IndexWiki too? Where is the real settings.json file kept? I tried it with the two paths both changed as suggested. Restart. Tell it to auto-populate. Looks promising. I can see it is identifying the Wikis. But they don't appear in the side list. Looking in the file structure,

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread Jed Carty
It looks like there is a bug in the function to find the available wikis. Try setting wikiPathBase to 'D:\Data', that may work until I get around to releasing the next BobEXE release. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread 'Mark S.' via TiddlyWiki
When I try BobExe on windows, it doesn't populate the side list. I set "wikisPath": to "D:\data\Wikis" and tell the configuration to auto-update. I see that it is able to find the wikis and write them in the configuration file. But the wikis don't appear in the side list. I restart Bob to see

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread Jed Carty
Bob is a plugin, so nothing should need to be changed as far as node is concerned. To set bob up you clone the repo into your plugins folder then the command to start is node tidddlywiki.js /path/to/wiki --wsserver there are no other command line arguments because I am very bad at command

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-17 Thread Paul Richards
Hi Jed, sorry for not responding sooner...work got in the way I'm afraid. Thanks for the comprehensive post. Bob sounds very promising...a *lot* of work for you. One question..do I need to make any changes to my node.js setup on the pi to allow Bob to work? Or do I need to make a clean

Re: [tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-06 Thread Stefan Pfister
Jed, can you post your raspi configuration of tw bob? I would like to use this too on my raspi nas. Thanks, Stefan Jed Carty schrieb am Sa., 6. Apr. 2019, 13:44: > Paul, > > Bob is a plugin that replaces the server component of the normal node > tiddlywiki. The big differentiating features are

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-06 Thread Jed Carty
Paul, Bob is a plugin that replaces the server component of the normal node tiddlywiki. The big differentiating features are that it has close to real-time updates to sync tiddlers between any connected browsers and the harddrive, multi-user features so multiple people can use and edit the

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-04 Thread TonyM
Jed, I deleted the '$:/plugins/OokTech/Bob/Wiki Listing" which was an overridden system tiddler and the fault was corrected. Thanks for your help Nesting wikis will be helpful, especially once I learn how to manage a single plugin store etc... Thanks for Bob. Tony On Wednesday, April 3,

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Jed Carty
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" } }

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Jed Carty
Tony, Try deleting the tiddler '$:/plugins/OokTech/Bob/Wiki Listing', it may be a template problem. Because that tiddler has a tag added to it to make it appear in the sidebar it is no longer a shadow tiddler and isn't updated when Bob is updated. I am looking into how to fix this. -- You

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread TonyM
Jed et al.. My master wiki has all my wikis listed as "http://127.0.0.1:8084/Registry/__path; and opens that path http://127.0.0.1:8084/Registry/__path Removing "/__path" from the address in the browser opens the intended wiki. All wikis but the master wiki have the correct available wikis

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Birthe C
Tony, You need the path to were your wiki folders are. My wikis are in "/home/lenovo/Dokumenter/TWfolders" wikiPathBase, the base path for wiki..at least I think. Hope you find a solution, Tony Birthe onsdag den 3. april 2019 kl. 09.13.19 UTC+2 skrev TonyM: > > Bithe, > > Do you mean

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread TonyM
Bithe, Do you mean "the "__path" is *now* the short way repeating the path in "wikiPathBase" ? Can I assume your Bob.exe is located in the folder "/home/lenovo/Dokumenter/TWfolders" I placed "C:\Data\TW5\Instances\Bob" in the wikiPathBase with no change. Sad Tony On Wednesday, April 3,

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Birthe C
Mine too, Tony. With each wiki defined link this > "wikis": { >"5.1.18-PreRelease": { > "__path": "5.1.18-PreRelease" >}, > the "__path" is that not the short way of repeating the path in "wikiPathBase" Birthe -- You received this message because you are subscribed

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Birthe C
Tony, In my settings, "wikisPath": "./Wikis", "wikiPathBase": "/home/lenovo/Dokumenter/TWfolders", Then it finds what is under that path. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread TonyM
Birthe, The setting you mention reads "wikiPathBase": ".", With "wikisPath":"./Wikis", With each wiki defined link this "wikis": { "5.1.18-PreRelease": { "__path": "5.1.18-PreRelease" }, I tried making "wikiPathBase": ".", like "wikisPath":"./Wikis", but no change

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-02 Thread Birthe C
Hi Tony, Did you look in your settings.json, "WikisPathBase": After runnning Bob the first time, it has my path correct and my wikis are found, links working. I have to set Bob to not open in browser automatically for it to work on my computer before running Bob, but that is the only reason

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-02 Thread TonyM
Jed, I have only raised the βš’.tid issue to simply put it on your radar and if you had any suggestions. I think this may have being the cause of me not being able to "import" other wikis into bob. In my sentence 'Auto Populate and Remove links to missing wikis is not regenerating this list

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-02 Thread TonyM
Jed, I am fine with the settings looking however you decide. My problem at present is my available wikis list looks like this and the links do not work; [image: 2019-04-03_9-43-36.jpg] For example Clicking opens a URL like this http://127.0.0.1:8084/5.1.18-PreRelease/__path which fails,

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-02 Thread @TiddlyTweeter
Jed I find Bob an amazing piece of work. You are a seriously brilliant programmer. I will install and test over the next few weeks. Best wishes Josiah -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-02 Thread Birthe C
Hi Jed, This is working as super duper Friendly Bob for me. Creating wiki from html is still creating 2 or 3 NewWiki, as we have discussed before. Renaming one of them and deleting the rest is no problem. It is listed correctly in Available Wikis. At first it worried me, that all the first

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-02 Thread Jed Carty
Tony, That is how the settings.json is supposed to look. That is what the third line in the changelog in the original post is talking about. It is required to allow wikis to be hosted on paths that contain other wikis, otherwise I have no way to list in the settings that you can have a wiki

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-01 Thread TonyM
Jed, I am back at my office and installed 1.2.2r6 (latest as at writing). As suggested by you I can access the correct address without __path but the wiki listing persists in adding __path. Auto Populate and Remove links to missing wikis is not regenerating this list wityhout __path In the

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-01 Thread Jed Carty
I just made another update to Bob. It now supports unicode wiki names and names with spaces. This includes emoji wiki names and many languages that don't use the latin alphabet. So now Bob is on version 1.2.2r6 and 'Things are done βœ…' and κΏ€λ²Œ are both usable wiki names. -- You received this

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-31 Thread Jed Carty
BIG NOTE OF DOOM: THIS IS VERY EXPERIMENTAL I haven't run into bugs, but as this thread demonstrates that doesn't mean that there aren't a lot of them. Back everything up before trying out the new features. That said, because I can't let things go, now you can get plugins directly from

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Jed Carty
There is now a manage themes interface like the manage plugins interface. Eventually I need to add a way to get themes and plugins off of GitHub. But that is a future jed problem. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Jed Carty
One bug I have seen is sometimes when you convert an html wiki into a Bob wiki it ignores the name you give it and it defaults to NewWiki (or NewWiki5 or whatever the next number would be, it doesn't overwrite anything) instead of the name you want it to use. I haven't found a consistent cause

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Birthe C
Jed, Created from Empty, right name and no repeats, opdated Available list. Creating from html, created one folder named NewWiki. You nailed it! No multiple wiki creation. Now how do we use the Themes folder? Birthe -- You received this message because you are subscribed to the Google Groups

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Birthe C
Hi Jed, No that is not the one I am running right now. I'll go get it now and test it. Birthe -- 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

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Jed Carty
Berthe, Are you using 1.2.2r3? I just uploaded it a few minutes ago, it has what I hope is a fix for the multiple wiki creation problem, but if you are already using it than I guess it didn't fix it. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Birthe C
Hi Jed, My wikis found automatically. Creating new from Edition, Empty created the right name, but two of them. Creating from html, stil got NewWiki - 1, 2 and 3. But they are found too. I do have slow hardware, it just doesn't feel that way using Tiddlywiki and now also Bob. Birthe -- You

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Jed Carty
I just put out 1.2.2r2 with some other simple fixes. The additional changes are: - (BobEXE) the Wikis, Plugins, Themes and Editions folders are all now created automatically in a default location in the same folder as the executable. - Fixed another bug that would sometimes allow a wiki with

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Birthe C
Jed, The new wikis from html do show up after updating the list in the control panel. And I just deleted the superfluos NewWiki 1 2 and 3 and renamed one of them the name I wanted. That do show up in the list now. I am very happy as it is an old wiki with lots of beautytricks ;-)...enormous

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Jed Carty
I am glad that it feels quicker, at least the memory parts that I added may be working. I have run into a lot of bugs that I didn't notice yesterday with creating wikis from html files and it is very unstable right now. I am working on it. Do the wikis show up if you update the list manually

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Birthe C
Hi Jed, Boblinux32: Creating a new wiki from html, this time around "only" created NewWiki and 3 numbered ones also. But it did *not* go on an on and on. I do enter a name for the new wiki but that has not worked in any of the releases for me. Available Wikis list show all 4 of them. Creating

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Jed Carty
Make sure you back up your data before testing these things. Always put the new version into its own folder and try it out there first. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-30 Thread Jed Carty
Of course no bug free software survives the first contact with people. Birthe, I may have fixed the naming problem you ran into. I can't be sure because I haven't been able to replicate it, I am not sure if that is because I am doing something differently than you are or if the 32bit version is

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-29 Thread TonyM
On updating to latest bobwin.exe on Windows 10 my wiki list looks like this and does not link to the wikis I tried to auto populate and remove missing wikis with no improvement. Regards Tony - 5.1.18-PreRelease/__path - Core/__path

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-03-29 Thread Birthe C
Hi Jed, BobLinux32, I created a new wiki from empty, it was created in the Wikis folder but Auto-populate list from Wikis folder does not show any wiki. Then I wanted to create from html. Selected the file and gave a new name. The same happened as with the last Bob release. This time just not