Re: [tw5] Re: Update to TiddlyServer 2.1 Beta

2019-08-09 Thread Arlen Beiler
I'm not going to release any particulars on the login until I release 2.1
because I'm still working on it. I'm going to use cookie authentication
instead of basic auth, so it will be a little more secure over unencrypted
HTTP because the password is hashed with a PBKDF first. So keep using it
like you have been for now and let me know if anything breaks. I'll add the
basic auth back in for now. I'll let you know when I do that.

On Mon, Aug 5, 2019 at 9:16 AM Arlen Beiler  wrote:

> The static tiddlers are still experimental and the path may change in
> 5.1.20. TiddlyServer keeps it's own copy of TiddlyWiki to guarentee
> compatibility, but I usually try to upgrade to each new release fairly
> quickly. I will probably update 2.0 as well this time since 2.1 is not
> ready yet.
>
>
> On Sat, Aug 3, 2019 at 10:34 PM TonyM  wrote:
>
>> Arelen,
>>
>> I raised an issue in GitHub but I have the new version running.
>>
>>
>>- With a node WIki I had a look at the address
>>http://192.168.1.81/Node/HPSaT/Home (no Hash) VS
>>http://192.168.1.81/Node/HPSaT/#Home and can see the static tiddlers
>>are present, I wonder if this was possible on earlier versions?
>>   - I would like to find a way to publish json, text and other file
>>   types through the same above mechanism
>>
>>
>>- With Version 5.1.20 Coming out soon (maybe). Can we upgrade
>>TiddlyServer using the normal node tiddlywiki upgrade?
>>- Is there documentation I can't find that can tell me about the use
>>of the login process?
>>
>> By the way I found it very useful to add another IP address on my windows
>> machine and host TiddlyServer on that. It takes the default port 80 and
>> does not interfere with any other server on my computer.
>>
>> Thanks heaps
>> Tony
>>
>> Regards
>> Tony
>>
>> On Sunday, August 4, 2019 at 7:30:51 AM UTC+10, Arlen Beiler wrote:
>>>
>>> Thank you. Keep the feedback and suggestions coming. It helps me to know
>>> what features to add and what problems need to be solved.
>>>
>>> Arlen
>>>
>>> On Fri, Aug 2, 2019 at 7:30 PM 'Mark S.' via TiddlyWiki <
>>> tiddl...@googlegroups.com> wrote:
>>>
 Hello Arlen,

 What are the differences between the two links you provided? They seem
 to lead to the same place ??

 It looks like single-file wikis are now correctly indicating their
 "save" state -- great!

 In terms of documentation ... if I didn't already have a settings.json
 file, I would be totally lost. There's no
 place that tells you how to set the port. There's no example of trees
 and sub-trees (children?). I think most
 first-timers aren't going to know where to use $element and how to
 create more "roots" and branches.

 The format for TS 2.0.14 was easy to understand, but I find TS 2.1
 confusing. Presumably the complexity brings some new abilities?
 Or is this required for the new node JSON parser? I noticed that Bob
 also had an uptick in configuration complexity.

 I'm curious what the new features in 2.1 are. It looks very similar to
 2.0.14.

 There's a visual distraction problem where missing branches have no
 icon. See image below.

 Thanks!



 On Friday, August 2, 2019 at 1:41:47 PM UTC-7, Arlen Beiler wrote:
>
> And then I forgot to push the last bit. So here's the updated link.
>
>
> https://github.com/Arlen22/TiddlyServer/tree/02b47908381a987411ec2fdf1c8d4f0e64055bd4
>
> Enjoy!
>
> Arlen
>
> On Fri, Aug 2, 2019 at 4:39 PM Arlen Beiler  wrote:
>
>> Hi TiddlyServer testers,
>>
>>
>> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>>
>> Here is an update to TiddlyServer 2.1 Beta. The simplified tree
>> format from 2.0 is back, but the expanded format is available. A string
>> represents a folder element and an object with no $element property
>> represents a group element.
>>
>> You can use this for a basic settings.json file
>>
>> {
>> "tree": "../webroot",
>> "bindInfo": {"bindAddress": ["127.0.0.1"]},
>> "$schema": "./settings-2-1.schema.json"
>> }
>>
>> Backup your current settings.json and don't depend on
>> upgrade-settings.js at this point. I will update that soon.
>>
>> Let me know if you run into any problems.
>>
>> Here's the link again.
>>
>>
>> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>>
>> Arlen
>>
> --
 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 tiddl...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/cca16cdf-7ae3-4486-8045-1fe5f65610bb%40googlegroups.com
 

Re: [tw5] Re: Update to TiddlyServer 2.1 Beta

2019-08-05 Thread Arlen Beiler
The static tiddlers are still experimental and the path may change in
5.1.20. TiddlyServer keeps it's own copy of TiddlyWiki to guarentee
compatibility, but I usually try to upgrade to each new release fairly
quickly. I will probably update 2.0 as well this time since 2.1 is not
ready yet.


On Sat, Aug 3, 2019 at 10:34 PM TonyM  wrote:

> Arelen,
>
> I raised an issue in GitHub but I have the new version running.
>
>
>- With a node WIki I had a look at the address
>http://192.168.1.81/Node/HPSaT/Home (no Hash) VS
>http://192.168.1.81/Node/HPSaT/#Home and can see the static tiddlers
>are present, I wonder if this was possible on earlier versions?
>   - I would like to find a way to publish json, text and other file
>   types through the same above mechanism
>
>
>- With Version 5.1.20 Coming out soon (maybe). Can we upgrade
>TiddlyServer using the normal node tiddlywiki upgrade?
>- Is there documentation I can't find that can tell me about the use
>of the login process?
>
> By the way I found it very useful to add another IP address on my windows
> machine and host TiddlyServer on that. It takes the default port 80 and
> does not interfere with any other server on my computer.
>
> Thanks heaps
> Tony
>
> Regards
> Tony
>
> On Sunday, August 4, 2019 at 7:30:51 AM UTC+10, Arlen Beiler wrote:
>>
>> Thank you. Keep the feedback and suggestions coming. It helps me to know
>> what features to add and what problems need to be solved.
>>
>> Arlen
>>
>> On Fri, Aug 2, 2019 at 7:30 PM 'Mark S.' via TiddlyWiki <
>> tiddl...@googlegroups.com> wrote:
>>
>>> Hello Arlen,
>>>
>>> What are the differences between the two links you provided? They seem
>>> to lead to the same place ??
>>>
>>> It looks like single-file wikis are now correctly indicating their
>>> "save" state -- great!
>>>
>>> In terms of documentation ... if I didn't already have a settings.json
>>> file, I would be totally lost. There's no
>>> place that tells you how to set the port. There's no example of trees
>>> and sub-trees (children?). I think most
>>> first-timers aren't going to know where to use $element and how to
>>> create more "roots" and branches.
>>>
>>> The format for TS 2.0.14 was easy to understand, but I find TS 2.1
>>> confusing. Presumably the complexity brings some new abilities?
>>> Or is this required for the new node JSON parser? I noticed that Bob
>>> also had an uptick in configuration complexity.
>>>
>>> I'm curious what the new features in 2.1 are. It looks very similar to
>>> 2.0.14.
>>>
>>> There's a visual distraction problem where missing branches have no
>>> icon. See image below.
>>>
>>> Thanks!
>>>
>>>
>>>
>>> On Friday, August 2, 2019 at 1:41:47 PM UTC-7, Arlen Beiler wrote:

 And then I forgot to push the last bit. So here's the updated link.


 https://github.com/Arlen22/TiddlyServer/tree/02b47908381a987411ec2fdf1c8d4f0e64055bd4

 Enjoy!

 Arlen

 On Fri, Aug 2, 2019 at 4:39 PM Arlen Beiler  wrote:

> Hi TiddlyServer testers,
>
>
> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>
> Here is an update to TiddlyServer 2.1 Beta. The simplified tree format
> from 2.0 is back, but the expanded format is available. A string 
> represents
> a folder element and an object with no $element property represents a 
> group
> element.
>
> You can use this for a basic settings.json file
>
> {
> "tree": "../webroot",
> "bindInfo": {"bindAddress": ["127.0.0.1"]},
> "$schema": "./settings-2-1.schema.json"
> }
>
> Backup your current settings.json and don't depend on
> upgrade-settings.js at this point. I will update that soon.
>
> Let me know if you run into any problems.
>
> Here's the link again.
>
>
> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>
> Arlen
>
 --
>>> 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 tiddl...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/tiddlywiki/cca16cdf-7ae3-4486-8045-1fe5f65610bb%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/280067c2-38fc-4a25-bf3c-9b734efcb061%40googlegroups.com
> 

Re: [tw5] Re: Update to TiddlyServer 2.1 Beta

2019-08-03 Thread TonyM
Arelen,

I raised an issue in GitHub but I have the new version running. 


   - With a node WIki I had a look at the address 
   http://192.168.1.81/Node/HPSaT/Home (no Hash) VS 
   http://192.168.1.81/Node/HPSaT/#Home and can see the static tiddlers are 
   present, I wonder if this was possible on earlier versions?
  - I would like to find a way to publish json, text and other file 
  types through the same above mechanism
   

   - With Version 5.1.20 Coming out soon (maybe). Can we upgrade 
   TiddlyServer using the normal node tiddlywiki upgrade?
   - Is there documentation I can't find that can tell me about the use of 
   the login process?

By the way I found it very useful to add another IP address on my windows 
machine and host TiddlyServer on that. It takes the default port 80 and 
does not interfere with any other server on my computer.

Thanks heaps
Tony

Regards
Tony

On Sunday, August 4, 2019 at 7:30:51 AM UTC+10, Arlen Beiler wrote:
>
> Thank you. Keep the feedback and suggestions coming. It helps me to know 
> what features to add and what problems need to be solved. 
>
> Arlen
>
> On Fri, Aug 2, 2019 at 7:30 PM 'Mark S.' via TiddlyWiki <
> tiddl...@googlegroups.com > wrote:
>
>> Hello Arlen,
>>
>> What are the differences between the two links you provided? They seem to 
>> lead to the same place ??
>>
>> It looks like single-file wikis are now correctly indicating their "save" 
>> state -- great!
>>
>> In terms of documentation ... if I didn't already have a settings.json 
>> file, I would be totally lost. There's no
>> place that tells you how to set the port. There's no example of trees and 
>> sub-trees (children?). I think most 
>> first-timers aren't going to know where to use $element and how to create 
>> more "roots" and branches. 
>>
>> The format for TS 2.0.14 was easy to understand, but I find TS 2.1 
>> confusing. Presumably the complexity brings some new abilities?
>> Or is this required for the new node JSON parser? I noticed that Bob also 
>> had an uptick in configuration complexity.
>>
>> I'm curious what the new features in 2.1 are. It looks very similar to 
>> 2.0.14.
>>
>> There's a visual distraction problem where missing branches have no icon. 
>> See image below.
>>
>> Thanks!
>>
>>
>>
>> On Friday, August 2, 2019 at 1:41:47 PM UTC-7, Arlen Beiler wrote:
>>>
>>> And then I forgot to push the last bit. So here's the updated link.
>>>
>>>
>>> https://github.com/Arlen22/TiddlyServer/tree/02b47908381a987411ec2fdf1c8d4f0e64055bd4
>>>
>>> Enjoy!
>>>
>>> Arlen
>>>
>>> On Fri, Aug 2, 2019 at 4:39 PM Arlen Beiler  wrote:
>>>
 Hi TiddlyServer testers,


 https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d

 Here is an update to TiddlyServer 2.1 Beta. The simplified tree format 
 from 2.0 is back, but the expanded format is available. A string 
 represents 
 a folder element and an object with no $element property represents a 
 group 
 element. 

 You can use this for a basic settings.json file

 {
 "tree": "../webroot",
 "bindInfo": {"bindAddress": ["127.0.0.1"]},
 "$schema": "./settings-2-1.schema.json"
 }

 Backup your current settings.json and don't depend on 
 upgrade-settings.js at this point. I will update that soon.

 Let me know if you run into any problems.

 Here's the link again. 


 https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d

 Arlen

>>> -- 
>> 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 tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/cca16cdf-7ae3-4486-8045-1fe5f65610bb%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/280067c2-38fc-4a25-bf3c-9b734efcb061%40googlegroups.com.


Re: [tw5] Re: Update to TiddlyServer 2.1 Beta

2019-08-03 Thread Arlen Beiler
Thank you. Keep the feedback and suggestions coming. It helps me to know
what features to add and what problems need to be solved.

Arlen

On Fri, Aug 2, 2019 at 7:30 PM 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> Hello Arlen,
>
> What are the differences between the two links you provided? They seem to
> lead to the same place ??
>
> It looks like single-file wikis are now correctly indicating their "save"
> state -- great!
>
> In terms of documentation ... if I didn't already have a settings.json
> file, I would be totally lost. There's no
> place that tells you how to set the port. There's no example of trees and
> sub-trees (children?). I think most
> first-timers aren't going to know where to use $element and how to create
> more "roots" and branches.
>
> The format for TS 2.0.14 was easy to understand, but I find TS 2.1
> confusing. Presumably the complexity brings some new abilities?
> Or is this required for the new node JSON parser? I noticed that Bob also
> had an uptick in configuration complexity.
>
> I'm curious what the new features in 2.1 are. It looks very similar to
> 2.0.14.
>
> There's a visual distraction problem where missing branches have no icon.
> See image below.
>
> Thanks!
>
>
>
> On Friday, August 2, 2019 at 1:41:47 PM UTC-7, Arlen Beiler wrote:
>>
>> And then I forgot to push the last bit. So here's the updated link.
>>
>>
>> https://github.com/Arlen22/TiddlyServer/tree/02b47908381a987411ec2fdf1c8d4f0e64055bd4
>>
>> Enjoy!
>>
>> Arlen
>>
>> On Fri, Aug 2, 2019 at 4:39 PM Arlen Beiler  wrote:
>>
>>> Hi TiddlyServer testers,
>>>
>>>
>>> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>>>
>>> Here is an update to TiddlyServer 2.1 Beta. The simplified tree format
>>> from 2.0 is back, but the expanded format is available. A string represents
>>> a folder element and an object with no $element property represents a group
>>> element.
>>>
>>> You can use this for a basic settings.json file
>>>
>>> {
>>> "tree": "../webroot",
>>> "bindInfo": {"bindAddress": ["127.0.0.1"]},
>>> "$schema": "./settings-2-1.schema.json"
>>> }
>>>
>>> Backup your current settings.json and don't depend on
>>> upgrade-settings.js at this point. I will update that soon.
>>>
>>> Let me know if you run into any problems.
>>>
>>> Here's the link again.
>>>
>>>
>>> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>>>
>>> Arlen
>>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/cca16cdf-7ae3-4486-8045-1fe5f65610bb%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSSgvSGoAtz-eqn%2B1Ncrt_UtmL-g6n2ATiwhZcrNEhBoEg%40mail.gmail.com.


[tw5] Re: Update to TiddlyServer 2.1 Beta

2019-08-02 Thread 'Mark S.' via TiddlyWiki
Hello Arlen,

What are the differences between the two links you provided? They seem to 
lead to the same place ??

It looks like single-file wikis are now correctly indicating their "save" 
state -- great!

In terms of documentation ... if I didn't already have a settings.json 
file, I would be totally lost. There's no
place that tells you how to set the port. There's no example of trees and 
sub-trees (children?). I think most 
first-timers aren't going to know where to use $element and how to create 
more "roots" and branches. 

The format for TS 2.0.14 was easy to understand, but I find TS 2.1 
confusing. Presumably the complexity brings some new abilities?
Or is this required for the new node JSON parser? I noticed that Bob also 
had an uptick in configuration complexity.

I'm curious what the new features in 2.1 are. It looks very similar to 
2.0.14.

There's a visual distraction problem where missing branches have no icon. 
See image below.

Thanks!



On Friday, August 2, 2019 at 1:41:47 PM UTC-7, Arlen Beiler wrote:
>
> And then I forgot to push the last bit. So here's the updated link.
>
>
> https://github.com/Arlen22/TiddlyServer/tree/02b47908381a987411ec2fdf1c8d4f0e64055bd4
>
> Enjoy!
>
> Arlen
>
> On Fri, Aug 2, 2019 at 4:39 PM Arlen Beiler  > wrote:
>
>> Hi TiddlyServer testers,
>>
>>
>> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>>
>> Here is an update to TiddlyServer 2.1 Beta. The simplified tree format 
>> from 2.0 is back, but the expanded format is available. A string represents 
>> a folder element and an object with no $element property represents a group 
>> element. 
>>
>> You can use this for a basic settings.json file
>>
>> {
>> "tree": "../webroot",
>> "bindInfo": {"bindAddress": ["127.0.0.1"]},
>> "$schema": "./settings-2-1.schema.json"
>> }
>>
>> Backup your current settings.json and don't depend on upgrade-settings.js 
>> at this point. I will update that soon.
>>
>> Let me know if you run into any problems.
>>
>> Here's the link again. 
>>
>>
>> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>>
>> Arlen
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cca16cdf-7ae3-4486-8045-1fe5f65610bb%40googlegroups.com.


[tw5] Re: Update to TiddlyServer 2.1 Beta

2019-08-02 Thread TonyM
Arlen,

Thanks for your work, I should be able to test Sunday Sydney time.,

Regards
Tony

On Saturday, August 3, 2019 at 6:40:10 AM UTC+10, Arlen Beiler wrote:
>
> Hi TiddlyServer testers,
>
>
> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>
> Here is an update to TiddlyServer 2.1 Beta. The simplified tree format 
> from 2.0 is back, but the expanded format is available. A string represents 
> a folder element and an object with no $element property represents a group 
> element. 
>
> You can use this for a basic settings.json file
>
> {
> "tree": "../webroot",
> "bindInfo": {"bindAddress": ["127.0.0.1"]},
> "$schema": "./settings-2-1.schema.json"
> }
>
> Backup your current settings.json and don't depend on upgrade-settings.js 
> at this point. I will update that soon.
>
> Let me know if you run into any problems.
>
> Here's the link again. 
>
>
> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>
> Arlen
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/75d1c5e5-bdec-44b9-a49b-dd77f0a3e278%40googlegroups.com.


[tw5] Re: Update to TiddlyServer 2.1 Beta

2019-08-02 Thread Arlen Beiler
And then I forgot to push the last bit. So here's the updated link.

https://github.com/Arlen22/TiddlyServer/tree/02b47908381a987411ec2fdf1c8d4f0e64055bd4

Enjoy!

Arlen

On Fri, Aug 2, 2019 at 4:39 PM Arlen Beiler  wrote:

> Hi TiddlyServer testers,
>
>
> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>
> Here is an update to TiddlyServer 2.1 Beta. The simplified tree format
> from 2.0 is back, but the expanded format is available. A string represents
> a folder element and an object with no $element property represents a group
> element.
>
> You can use this for a basic settings.json file
>
> {
> "tree": "../webroot",
> "bindInfo": {"bindAddress": ["127.0.0.1"]},
> "$schema": "./settings-2-1.schema.json"
> }
>
> Backup your current settings.json and don't depend on upgrade-settings.js
> at this point. I will update that soon.
>
> Let me know if you run into any problems.
>
> Here's the link again.
>
>
> https://github.com/Arlen22/TiddlyServer/tree/324342c58882b994b98365a6e34515b779f6e07d
>
> Arlen
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSQ1RXw4nt_exXFVqOns2DptvUc5UY8BuLh7obOA7DN0-g%40mail.gmail.com.