[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-06-22 Thread 'Mark S.' via TiddlyWiki
On Windows 10 I consistently get errors relating to the tw-bookcase socket. 
It also can't seem to find tiddlywiki plugins. 

If it did work, how would you mount more than one wiki? There's nothing the 
readme that explains that part.

Thanks!


On Saturday, June 22, 2019 at 1:52:13 PM UTC-7, oleghbond wrote:
>
> Thanks. Great job. Works fine for Linux. 
>
> The only question: how to make it workable for Windows 10? So far I 
> haven't succeeded.
>
> четвер, 2 травня 2019 р. 19:51:18 UTC+3 користувач weave...@gmail.com 
> написав:
>>
>> Request For Comment
>>
>> I wrote a Node.JS server which manages a set of Node.JS based TiddlyWiki 
>> folders. Ut proxies the requests to the TiddlyWiki instance through Unix 
>> Sockets so that there is only one internet port in use. It can create new 
>> Wikis or import existing ones. It uses a TiddlyWiki as the front end 
>> framework. This is essentially a TiddlyDesktop like system for serving 
>> Node.JS versions of many TiddlyWikis.
>>
>> I designed the command-line to follow the same conventions that the 
>> tiddlywiki command-line uses. It is available as a global NPM package.
>>
>> I was hoping to get some feedback / testers before I submitted it to the 
>> TiddlyWiki.com documentation.
>>
>>
>>- Source - https://github.com/sukima/tw-bookcase
>>- NPM Listing - https://www.npmjs.com/package/tw-bookcase
>>
>>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/e64a2a25-ab56-4095-a42b-0f4d985efc8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-06-22 Thread oleghbond
Thanks. Great job. Works fine for Linux. 

The only question: how to make it workable for Windows 10? So far I haven't 
succeeded.

четвер, 2 травня 2019 р. 19:51:18 UTC+3 користувач weave...@gmail.com 
написав:
>
> Request For Comment
>
> I wrote a Node.JS server which manages a set of Node.JS based TiddlyWiki 
> folders. Ut proxies the requests to the TiddlyWiki instance through Unix 
> Sockets so that there is only one internet port in use. It can create new 
> Wikis or import existing ones. It uses a TiddlyWiki as the front end 
> framework. This is essentially a TiddlyDesktop like system for serving 
> Node.JS versions of many TiddlyWikis.
>
> I designed the command-line to follow the same conventions that the 
> tiddlywiki command-line uses. It is available as a global NPM package.
>
> I was hoping to get some feedback / testers before I submitted it to the 
> TiddlyWiki.com documentation.
>
>
>- Source - https://github.com/sukima/tw-bookcase
>- NPM Listing - https://www.npmjs.com/package/tw-bookcase
>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/352b6c58-7e57-4330-9b50-2123f6b7c498%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-03 Thread Jeremy Ruston
Hi Devin

Great stuff, thanks for sharing.

Just a reminder that if you send a PR with a docs update targeting the branch 
“tiddlywiki-com”  then it can be merged and published very quickly. In this 
case, it might be worth listing Bookcase under Community/Resources first, and 
getting a bit more feedback before adding it as one of the saving options 
listed in GettingStarted.

Best wishes

Jeremy.


> On 2 May 2019, at 21:57, weaver.de...@gmail.com wrote:
> 
> Yes, this is like TiddlyServer but when I looked into it I realized 
> TiddlyServer was way more complicated then I wanted it to be. In my version 
> the command-line closely matches the same well understood patterns you are 
> used to when running TiddlyWiki on its own on the command-line. I wanted the 
> experience to be the same. This also ahas far less features at the moment and 
> is designed to be for those who know enough about tiddlywiki to want a 
> launcher like system but don't want to really learn a large system like 
> TiddlyServer. I think of this as TiddlyWiki: beginner, TW-Bookcase: 
> intermediate, TiddlyServer: advanced
> 
> I updated the readme on github.
> 
> On Thursday, May 2, 2019 at 4:12:41 PM UTC-4, Mark S. wrote:
> This seems similar to TiddlyServer or Bob, which also consolidate on one 
> port. Being able to install it through npm could be very handy.
> 
> The "How to use" link didn't seem to go anywhere. 
> 
> There is an anomalous  link to "GutHub".
> 
> Thanks!
> 
> On Thursday, May 2, 2019 at 9:51:18 AM UTC-7, weave...@gmail.com <> wrote:
> Request For Comment
> 
> I wrote a Node.JS server which manages a set of Node.JS based TiddlyWiki 
> folders. Ut proxies the requests to the TiddlyWiki instance through Unix 
> Sockets so that there is only one internet port in use. It can create new 
> Wikis or import existing ones. It uses a TiddlyWiki as the front end 
> framework. This is essentially a TiddlyDesktop like system for serving 
> Node.JS versions of many TiddlyWikis.
> 
> I designed the command-line to follow the same conventions that the 
> tiddlywiki command-line uses. It is available as a global NPM package.
> 
> I was hoping to get some feedback / testers before I submitted it to the 
> TiddlyWiki.com documentation.
> 
> Source - https://github.com/sukima/tw-bookcase 
> 
> NPM Listing - https://www.npmjs.com/package/tw-bookcase 
> 
> 
> -- 
> 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 post to this group, send email to tiddlywiki@googlegroups.com 
> .
> 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/a9fad3b7-f22b-4cd6-9516-20cdd687a005%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/03ADA89A-EB80-4D0C-951F-68FB51E909E5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-02 Thread weaver . devin
Yes, this is like TiddlyServer but when I looked into it I realized 
TiddlyServer was way more complicated then I wanted it to be. In my version 
the command-line closely matches the same well understood patterns you are 
used to when running TiddlyWiki on its own on the command-line. I wanted 
the experience to be the same. This also ahas far less features at the 
moment and is designed to be for those who know enough about tiddlywiki to 
want a launcher like system but don't want to really learn a large system 
like TiddlyServer. I think of this as TiddlyWiki: beginner, TW-Bookcase: 
intermediate, TiddlyServer: advanced

I updated the readme on github.

On Thursday, May 2, 2019 at 4:12:41 PM UTC-4, Mark S. wrote:
>
> This seems similar to TiddlyServer or Bob, which also consolidate on one 
> port. Being able to install it through npm could be very handy.
>
> The "How to use" link didn't seem to go anywhere. 
>
> There is an anomalous  link to "GutHub".
>
> Thanks!
>
> On Thursday, May 2, 2019 at 9:51:18 AM UTC-7, weave...@gmail.com wrote:
>>
>> Request For Comment
>>
>> I wrote a Node.JS server which manages a set of Node.JS based TiddlyWiki 
>> folders. Ut proxies the requests to the TiddlyWiki instance through Unix 
>> Sockets so that there is only one internet port in use. It can create new 
>> Wikis or import existing ones. It uses a TiddlyWiki as the front end 
>> framework. This is essentially a TiddlyDesktop like system for serving 
>> Node.JS versions of many TiddlyWikis.
>>
>> I designed the command-line to follow the same conventions that the 
>> tiddlywiki command-line uses. It is available as a global NPM package.
>>
>> I was hoping to get some feedback / testers before I submitted it to the 
>> TiddlyWiki.com documentation.
>>
>>
>>- Source - https://github.com/sukima/tw-bookcase
>>- NPM Listing - https://www.npmjs.com/package/tw-bookcase
>>
>>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/a9fad3b7-f22b-4cd6-9516-20cdd687a005%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-02 Thread 'Mark S.' via TiddlyWiki
This seems similar to TiddlyServer or Bob, which also consolidate on one 
port. Being able to install it through npm could be very handy.

The "How to use" link didn't seem to go anywhere. 

There is an anomalous  link to "GutHub".

Thanks!

On Thursday, May 2, 2019 at 9:51:18 AM UTC-7, weave...@gmail.com wrote:
>
> Request For Comment
>
> I wrote a Node.JS server which manages a set of Node.JS based TiddlyWiki 
> folders. Ut proxies the requests to the TiddlyWiki instance through Unix 
> Sockets so that there is only one internet port in use. It can create new 
> Wikis or import existing ones. It uses a TiddlyWiki as the front end 
> framework. This is essentially a TiddlyDesktop like system for serving 
> Node.JS versions of many TiddlyWikis.
>
> I designed the command-line to follow the same conventions that the 
> tiddlywiki command-line uses. It is available as a global NPM package.
>
> I was hoping to get some feedback / testers before I submitted it to the 
> TiddlyWiki.com documentation.
>
>
>- Source - https://github.com/sukima/tw-bookcase
>- NPM Listing - https://www.npmjs.com/package/tw-bookcase
>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/6d2a141c-4172-44e4-ad18-19471e276f80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: RFC TiddlyWiki Bookcase - A new server/saver/manager for TiddlyWikis

2019-05-02 Thread cameronsajedi
I haven't tried it yet but from glancing at the repo I've got to say this 
is awesome! Great work, I've been trying to find a way to use multiple 
tiddlywiki's in a static site knowledge repository and this is probably 
perfect for that. I'll comment more as I get into that project down the 
road!

On Thursday, May 2, 2019 at 12:51:18 PM UTC-4, weave...@gmail.com wrote:
>
> Request For Comment
>
> I wrote a Node.JS server which manages a set of Node.JS based TiddlyWiki 
> folders. Ut proxies the requests to the TiddlyWiki instance through Unix 
> Sockets so that there is only one internet port in use. It can create new 
> Wikis or import existing ones. It uses a TiddlyWiki as the front end 
> framework. This is essentially a TiddlyDesktop like system for serving 
> Node.JS versions of many TiddlyWikis.
>
> I designed the command-line to follow the same conventions that the 
> tiddlywiki command-line uses. It is available as a global NPM package.
>
> I was hoping to get some feedback / testers before I submitted it to the 
> TiddlyWiki.com documentation.
>
>
>- Source - https://github.com/sukima/tw-bookcase
>- NPM Listing - https://www.npmjs.com/package/tw-bookcase
>
>

-- 
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 post to this group, send email to tiddlywiki@googlegroups.com.
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/6e782357-bde8-4ce9-9475-3b93199e9102%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.