Re: [tw5] Re: How to keep multiple wikis running on node.js without terminal up

2020-09-04 Thread oha...@gmail.com
I use TiddlyServer for this, with the added benefit of being able to take 
my large files out of my TiddlyWikis and still serve them using 
TiddlyServer to access them inside any Wiki with just a canonical_uri or 
direct link.

On Friday, September 4, 2020 at 1:04:35 PM UTC+2 Darek Bobak wrote:

> Yes, the tiddlyserver seems to be a better option. And you can also run 
> tiddlyserver with pm2, putting it in the bacground (or even run  at system 
> startup) without terminal window open.
>
> Darek
> piątek, 4 września 2020 o 02:52:26 UTC+2 TW Tones napisał(a):
>
>> Morgaine,
>>
>> I support marks suggestion, the wikis then appear on a folder under the 
>> top wikis IP/Port address. Then you need only one IP address:port
>>
>> A Couple of big tips I found are as follow, just ask if you want more 
>> details. I have assumed a certain level of knowledge in my reply, so I am 
>> happy to provide more info.
>>
>> When loading node you can provide an address
>>
>> Local host addresses
>>
>>- When using local host addresses very few applications realise 
>>127.0.0.1 is the first of millions or addresses
>>- This means you can get a server to listen at Server at addresses 
>>such as 127.0.4.85 
>>- If you do this you can use the port 80 and need not provide the 
>>port number in the address bar (no competition for this valuable address.
>>- You can even give such addresses a pseudo DNS name in the hosts 
>>file eg: bob.local 127.0.4.85
>>- Thus all addresses will be bob.local/wikiname
>>- This will allow you to change the IP address, even move the server 
>>to another computer if desired and all your addresses remain valid.
>>
>> Using listen 0.0.0.0
>>
>>- Using this address makes the server available on a the LAN
>>- It simply acquires an available port on all IP addresses assigned 
>>to the host
>>- In windows and I am sure other platforms
>>   - You can assign additional IP addresses on the computer
>>   - Rather than use 0.0.0.0 use one of these additional IP addresses 
>>   (Commonly taken from a static IP address range)
>>
>> Using the information above I have a setup where my bob server exists 
>> locally at 
>>
>>- bob.local then the subwikis at b 
>>ob.local/wikname
>>- Or http://127.0.4.85:8081/ and http://127.0.4.85:8081/wikiname
>>
>> and simultaneously exists on the LAN at
>>
>>- http://192.168.1.85/ and http://192.168.1.85/wikiname (The 
>>additional IP Address on my computer)
>>
>> With my own DNS this becomes
>>
>>- http://bob.lan and http://bob.lan/wikiname 
>>
>> A Key advantage is the wikis can now always be addressed the same 
>> including links to tiddlers etc.., even If I move he server to another 
>> computer on the LAN.
>>
>> Regards
>> Tony
>>
>>
>> On Friday, 4 September 2020 06:10:52 UTC+10, Morgaine O'Herne wrote:
>>
>>> That sounds like something I want to try. Thank you.
>>>
>>> On Thu, Sep 3, 2020 at 10:54 AM 'Mark S.' via TiddlyWiki <
>>> tiddl...@googlegroups.com> wrote:
>>>
>> I understood your question to mean that you wanted to launch from the 
 browser. So I was interested in responses. Apparently that isn't what you 
 wanted.

 If you use Bob or tiddlyserver, then all your wikis can use the same 
 port number. You can just leave it running and have it launched by your 
 operating system. Then just bookmark your files like you would any web 
 page 
 and they're available whenever you need them. The bookmarking is easier 
 because the port number is always the same (that is, you don't have to 
 launch each wiki with pre-determined port number). 


 On Sunday, August 30, 2020 at 7:37:09 PM UTC-7, Morgaine O'Herne wrote:
>
> Hi all. I have 3 wikis running on node.js on my computer. They each 
> connect through a different port number. I want to be able to access any 
> of 
> them in the browser at any time without pulling up the terminal. I 
> believe 
> I remember doing this before, but I don't know how. How do I make my 
> wikis 
> permanent?

 -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "TiddlyWiki" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/tiddlywiki/XS0lO3_FSlo/unsubscribe.

>>> To unsubscribe from this group and all its topics, send an email to 
 tiddl...@googlegroups.com.
>>>
>>>
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/9a17251d-8ace-4a6b-9a86-6c61d6b9e2f9o%40googlegroups.com
  
 
 .

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop 

[tw5] Re: TiddlyServer Missing ETag on Nginx Reverse Proxy

2020-07-07 Thread oha...@gmail.com
Solved! Adding Etag required got it working in an Incognito, and it turned 
out one of my extensions ClearUrls 
<https://chrome.google.com/webstore/detail/clearurls/lckanjgmijmafbedllaakclkaicjfmnk>
 
was removing Etag too! Double issue, but ll fixed now. 

Thanks for the help you wonderful gentlemen. 

On Tuesday, 7 July 2020 at 06:58:18 UTC+2 saq.i...@gmail.com wrote:

> Have a look at the etag settings mentioned at 
> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html
>
> (A browser search on that page is helpful)
>
>
> On Tuesday, July 7, 2020 at 6:41:07 AM UTC+2, oha...@gmail.com wrote:
>>
>> Hello,
>>
>> Jordan here.
>>
>> That sounds like a good path to go down, how do I go about it?
>>
>> On Tuesday, 7 July 2020 at 01:32:50 UTC+2 TW Tones wrote:
>>
>>> Hi - whats your name?
>>>
>>> I do not have the skills to help you as I have not gone this way 
>>> previously. 
>>>
>>> I do recall however configuring etag settings in TiddlyServers 
>>> settings.json in the past, primarily to stop the passing of time giving 
>>> rise to failed saves.
>>>
>>> Perhaps this is a clue that could lead you to resolution?
>>>
>>> Regards
>>> Tony
>>>
>>>
>>> On Tuesday, July 7, 2020 at 6:02:50 AM UTC+10, oha...@gmail.com wrote:
>>>>
>>>> Hi all,
>>>>
>>>> I'm at the end of my rope here, trying to fix this. I am running an 
>>>> instance of TiddlyServer on my Raspberry Pi running behind an Nginx 
>>>> reverse 
>>>> proxy and SSL from Let's Encrypt. Some combination of all of these factors 
>>>> causes the Etag header to be missing on the responses, and my server 
>>>> cannot 
>>>> save because of it. Viewing the localhost works fine. 
>>>>
>>>> I came across this old thread with similar issues 
>>>> https://groups.google.com/u/1/g/tiddlywiki/c/8HB0R_ADYac/m/axe_o1IgBAAJ 
>>>> but 
>>>> saw no answers in there.
>>>>
>>>> Any help at all would be greatly appreciated. You can find my 
>>>> TiddlyServer setup in the original issue here 
>>>> https://github.com/Arlen22/TiddlyServer/issues/97 and my Nginx config 
>>>> is as follows:
>>>>
>>>> server {
>>>>   server_name mydomain.com www.mydomain.com;
>>>>
>>>>   error_log /var/log/nginx/mydomain.com.log;
>>>>   access_log /var/log/nginx/mydomain.com.access.log combined;
>>>>
>>>>   location / {
>>>> proxy_pass http://192.168.0.109:8080/;
>>>> proxy_set_header Host $host;
>>>> proxy_set_header X-Real-IP $remote_addr;
>>>> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
>>>>   }
>>>>
>>>> listen [::]:443 ssl ipv6only=on;
>>>> listen 443 ssl;
>>>>
>>>> ssl_certificate /etc/letsencrypt/live/mydomain.com/fullchain.pem; 
>>>> # managed by Certbot
>>>> ssl_certificate_key /etc/letsencrypt/live/mydomain.com/privkey.pem; 
>>>> # managed by Certbot
>>>> ssl_trusted_certificate /etc/letsencrypt/live/
>>>> mydomain.com/chain.pem;
>>>> include /etc/letsencrypt/options-ssl-nginx.conf; # managed by 
>>>> Certbot
>>>> ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
>>>>
>>>>
>>>>
>>>> }server {
>>>> if ($host = mydomain.com) {
>>>> return 301 https://$host$request_uri;
>>>> } # managed by Certbot
>>>>
>>>> if ($host = www.mydomain.com) {
>>>> return 301 https://$host$request_uri;
>>>> } # managed by Certbot
>>>>
>>>>
>>>>   listen 80;
>>>>   listen [::]:80;
>>>>   server_name mydomain.com www.mydomain.com;
>>>> return 404; # managed by Certbot
>>>> }
>>>>
>>>

-- 
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/99db0a0f-6474-4d08-87fc-cf47f9de7492n%40googlegroups.com.


[tw5] Re: TiddlyServer Missing ETag on Nginx Reverse Proxy

2020-07-06 Thread oha...@gmail.com
Hello,

Jordan here.

That sounds like a good path to go down, how do I go about it?

On Tuesday, 7 July 2020 at 01:32:50 UTC+2 TW Tones wrote:

> Hi - whats your name?
>
> I do not have the skills to help you as I have not gone this way 
> previously. 
>
> I do recall however configuring etag settings in TiddlyServers 
> settings.json in the past, primarily to stop the passing of time giving 
> rise to failed saves.
>
> Perhaps this is a clue that could lead you to resolution?
>
> Regards
> Tony
>
>
> On Tuesday, July 7, 2020 at 6:02:50 AM UTC+10, oha...@gmail.com wrote:
>>
>> Hi all,
>>
>> I'm at the end of my rope here, trying to fix this. I am running an 
>> instance of TiddlyServer on my Raspberry Pi running behind an Nginx reverse 
>> proxy and SSL from Let's Encrypt. Some combination of all of these factors 
>> causes the Etag header to be missing on the responses, and my server cannot 
>> save because of it. Viewing the localhost works fine. 
>>
>> I came across this old thread with similar issues 
>> https://groups.google.com/u/1/g/tiddlywiki/c/8HB0R_ADYac/m/axe_o1IgBAAJ but 
>> saw no answers in there.
>>
>> Any help at all would be greatly appreciated. You can find my 
>> TiddlyServer setup in the original issue here 
>> https://github.com/Arlen22/TiddlyServer/issues/97 and my Nginx config is 
>> as follows:
>>
>> server {
>>   server_name mydomain.com www.mydomain.com;
>>
>>   error_log /var/log/nginx/mydomain.com.log;
>>   access_log /var/log/nginx/mydomain.com.access.log combined;
>>
>>   location / {
>> proxy_pass http://192.168.0.109:8080/;
>> proxy_set_header Host $host;
>> proxy_set_header X-Real-IP $remote_addr;
>> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
>>   }
>>
>> listen [::]:443 ssl ipv6only=on;
>> listen 443 ssl;
>>
>> ssl_certificate /etc/letsencrypt/live/mydomain.com/fullchain.pem; # 
>> managed by Certbot
>> ssl_certificate_key /etc/letsencrypt/live/mydomain.com/privkey.pem; 
>> # managed by Certbot
>> ssl_trusted_certificate /etc/letsencrypt/live/mydomain.com/chain.pem;
>> include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
>> ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
>>
>>
>>
>> }server {
>> if ($host = mydomain.com) {
>> return 301 https://$host$request_uri;
>> } # managed by Certbot
>>
>> if ($host = www.mydomain.com) {
>> return 301 https://$host$request_uri;
>> } # managed by Certbot
>>
>>
>>   listen 80;
>>   listen [::]:80;
>>   server_name mydomain.com www.mydomain.com;
>> return 404; # managed by Certbot
>> }
>>
>

-- 
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/1e334f0d-bfe2-410a-8466-46f3fae750a9n%40googlegroups.com.


[tw5] TiddlyServer Missing ETag on Nginx Reverse Proxy

2020-07-06 Thread oha...@gmail.com
Hi all,

I'm at the end of my rope here, trying to fix this. I am running an 
instance of TiddlyServer on my Raspberry Pi running behind an Nginx reverse 
proxy and SSL from Let's Encrypt. Some combination of all of these factors 
causes the Etag header to be missing on the responses, and my server cannot 
save because of it. Viewing the localhost works fine. 

I came across this old thread with similar issues 
https://groups.google.com/u/1/g/tiddlywiki/c/8HB0R_ADYac/m/axe_o1IgBAAJ but 
saw no answers in there.

Any help at all would be greatly appreciated. You can find my TiddlyServer 
setup in the original issue here 
https://github.com/Arlen22/TiddlyServer/issues/97 and my Nginx config is as 
follows:

server {
  server_name mydomain.com www.mydomain.com;

  error_log /var/log/nginx/mydomain.com.log;
  access_log /var/log/nginx/mydomain.com.access.log combined;

  location / {
proxy_pass http://192.168.0.109:8080/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
  }

listen [::]:443 ssl ipv6only=on;
listen 443 ssl;

ssl_certificate /etc/letsencrypt/live/mydomain.com/fullchain.pem; # 
managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/mydomain.com/privkey.pem; # 
managed by Certbot
ssl_trusted_certificate /etc/letsencrypt/live/mydomain.com/chain.pem;
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot



}server {
if ($host = mydomain.com) {
return 301 https://$host$request_uri;
} # managed by Certbot

if ($host = www.mydomain.com) {
return 301 https://$host$request_uri;
} # managed by Certbot


  listen 80;
  listen [::]:80;
  server_name mydomain.com www.mydomain.com;
return 404; # managed by Certbot
}

-- 
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/2da5321f-4f22-4109-9bb5-9ed0cb1759b7n%40googlegroups.com.


[tw5] Re: Drift Install and Questions

2020-06-23 Thread oha...@gmail.com
Okay, doing it myself I have gotten to the stage that I have Drift *mostly 
*installed, 
which I did by installing each of the independent Plugins listed on 
https://akhater.github.io/drift/ such as DailyNotes, Crosslinks, Mono 
Theme, and Autocomplete. I am just lacking a few features that are not 
packaged, such as showing the updated/created time of a Tiddler, Side by 
side view, and a few others. How can I go about getting these Drift 
features?

I am also sorely missing Relink fron Stroll, but do not know how to begin 
checking if I could make that work in Drift.

I also cannot simply just migrate all my files over to a new Drift empty, 
as I am running in server mode. I just want to know how I could get the 
tiddlers I am apparently missing from the empty itself. Any help here?

On Monday, 22 June 2020 at 11:16:58 UTC+2 oha...@gmail.com wrote:

> Hello,
>
> I am very taken with Drift, as a replacement for Stroll, though I do not 
> see any instructions on the main site explaining how one can install it 
> into an existing TiddlyWiki https://akhater.github.io/drift/ Any help 
> there?
>
> I also like that it is being actively developed. I assume this is the 
> right Git repo?  https://github.com/akhater/akhater.github.io Though it 
> is not documented at all, so I do not know if one can contribute.  
>
> Thanks for any help
>

-- 
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/9ea91b1d-d51f-4c13-9944-8f5e4feb0a9dn%40googlegroups.com.


[tw5] Drift Install and Questions

2020-06-22 Thread oha...@gmail.com
Hello,

I am very taken with Drift, as a replacement for Stroll, though I do not 
see any instructions on the main site explaining how one can install it 
into an existing TiddlyWiki https://akhater.github.io/drift/ Any help there?

I also like that it is being actively developed. I assume this is the right 
Git repo?  https://github.com/akhater/akhater.github.io Though it is not 
documented at all, so I do not know if one can contribute.  

Thanks for any help

-- 
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/6057da97-c4a6-48ee-a15e-5bed462c4476n%40googlegroups.com.


[tw5] Re: Stroll Questions

2020-06-21 Thread oha...@gmail.com
Hmm, perhaps I am mistaken. I cannot seem to get it to work anymore, I must 
have imagined it 

On Saturday, 20 June 2020 at 14:06:09 UTC+2 David Gifford wrote:

> Hi oha, regarding the titles in Stroll, try going to the sidebar tabs, 
> gear icon tab, and toggling " *Choose how to view titles* " on a tiddler 
> with a caption, and see what happens. That is the only thing I can think of 
> that would hijack the titles.
>
> On Saturday, June 20, 2020 at 12:31:34 AM UTC-5 oha...@gmail.com wrote:
>
>> 1. Ah I see. I will give Drift a try, thank you.
>> 2. I am specifically referring to the name of the tiddler itself! In a 
>> normal TiddlyWiki when you edit the caption then save the Tiddler it's name 
>> on the header at the top will update. This no longer happens after 
>> installing Stroll, I assume because it is overriding the Tiddler render.
>> 3. No problem 
>>
>> Thanks again for the add-on!
>> On Friday, 19 June 2020 at 11:50:37 UTC+2 David Gifford wrote:
>>
>>> Hi oha
>>>
>>> 1. I deliberately designed Stroll without reference to user tagging. The 
>>> goal was to get as close to Roam in functionality, and Roam works with 
>>> backlinks. Backlinks have the advantage of being less likely to slow down a 
>>> large file than tags, and don't require you to stop typing in order to use 
>>> a mousepad to click on things. But of course, you can use tags all you want 
>>> in Stroll.
>>>
>>> Drift (https://akhater.github.io/drift/), which was based on Stroll, is 
>>> set up for displaying tags at the bottom as well as for backlinks. You may 
>>> or may not find Drift more compatible with your current system.
>>>
>>> 2. I went to the Stroll site, created a caption field with a different 
>>> name for the Welcome to Stroll tiddler, then in a separate tiddler pasted 
>>> <> and the tab for Welcome to 
>>> Stroll shows what I put in the caption. So I am not sure what you are 
>>> referring to. Describe what you did, what you expected to happen, and what 
>>> actually happened, and I will try to figure it out.
>>>
>>> 3. I don't use GitHub, sorry! I am not a coder, just someone who found a 
>>> way to combine plugins, viewtemplate tiddlers, and CSS to approximate the 
>>> feel of Roam in a TiddlyWiki. I am not opposed to you uploading a copy of 
>>> Stroll to GitHub and adding your own improvements there. I don't make any 
>>> money off of this project, I just wanted to make something useful for 
>>> others. Just give it your own name to avoid confusion, like the author of 
>>> Drift did.
>>>
>>> On Friday, June 19, 2020 at 2:07:19 AM UTC-5 oha...@gmail.com wrote:
>>>
>>>> I recently came across Stroll <https://giffmex.org/stroll/stroll.html>, 
>>>> a Roam-like TiddlyWiki add-on. I am very much enjoying it, as it brings 
>>>> the 
>>>> features I've been sorely missing from Roam.
>>>>
>>>> A few questions though:
>>>> 1. Is there any interaction between tags? I am finding that most of the 
>>>> setup I had made with interconnected tags will need to be replaced in 
>>>> order 
>>>> to show the connections at the bottom.
>>>> 2. Why does the Caption override no longer function? I liked naming my 
>>>> Tiddlers in the singular "Deck" and overriding the caption with plural 
>>>> "Decks" so that the tag is singular yet the name appears plural. Little 
>>>> thing, I know!
>>>> 3. Is there a git repo where I can see the source code, and perhaps 
>>>> contribute?
>>>>
>>>> Anyways if you see this, thanks Dave. Great add-on.
>>>>
>>>

-- 
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/c3869fd8-8efd-4384-a121-3ed224bf13ean%40googlegroups.com.


[tw5] Re: Stroll Questions

2020-06-19 Thread oha...@gmail.com
1. Ah I see. I will give Drift a try, thank you.
2. I am specifically referring to the name of the tiddler itself! In a 
normal TiddlyWiki when you edit the caption then save the Tiddler it's name 
on the header at the top will update. This no longer happens after 
installing Stroll, I assume because it is overriding the Tiddler render.
3. No problem 

Thanks again for the add-on!
On Friday, 19 June 2020 at 11:50:37 UTC+2 David Gifford wrote:

> Hi oha
>
> 1. I deliberately designed Stroll without reference to user tagging. The 
> goal was to get as close to Roam in functionality, and Roam works with 
> backlinks. Backlinks have the advantage of being less likely to slow down a 
> large file than tags, and don't require you to stop typing in order to use 
> a mousepad to click on things. But of course, you can use tags all you want 
> in Stroll.
>
> Drift (https://akhater.github.io/drift/), which was based on Stroll, is 
> set up for displaying tags at the bottom as well as for backlinks. You may 
> or may not find Drift more compatible with your current system.
>
> 2. I went to the Stroll site, created a caption field with a different 
> name for the Welcome to Stroll tiddler, then in a separate tiddler pasted 
> <> and the tab for Welcome to 
> Stroll shows what I put in the caption. So I am not sure what you are 
> referring to. Describe what you did, what you expected to happen, and what 
> actually happened, and I will try to figure it out.
>
> 3. I don't use GitHub, sorry! I am not a coder, just someone who found a 
> way to combine plugins, viewtemplate tiddlers, and CSS to approximate the 
> feel of Roam in a TiddlyWiki. I am not opposed to you uploading a copy of 
> Stroll to GitHub and adding your own improvements there. I don't make any 
> money off of this project, I just wanted to make something useful for 
> others. Just give it your own name to avoid confusion, like the author of 
> Drift did.
>
> On Friday, June 19, 2020 at 2:07:19 AM UTC-5 oha...@gmail.com wrote:
>
>> I recently came across Stroll <https://giffmex.org/stroll/stroll.html>, 
>> a Roam-like TiddlyWiki add-on. I am very much enjoying it, as it brings the 
>> features I've been sorely missing from Roam.
>>
>> A few questions though:
>> 1. Is there any interaction between tags? I am finding that most of the 
>> setup I had made with interconnected tags will need to be replaced in order 
>> to show the connections at the bottom.
>> 2. Why does the Caption override no longer function? I liked naming my 
>> Tiddlers in the singular "Deck" and overriding the caption with plural 
>> "Decks" so that the tag is singular yet the name appears plural. Little 
>> thing, I know!
>> 3. Is there a git repo where I can see the source code, and perhaps 
>> contribute?
>>
>> Anyways if you see this, thanks Dave. Great add-on.
>>
>

-- 
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/9b352741-521e-4fd3-8946-1453006ec1can%40googlegroups.com.