[tw5] Stroll backdating links

2020-08-18 Thread Duncan
Hi, First, thanks so much for making software like Stroll freely available - it's awesome! I was wondering, is there a way to retroactively create links? For example, say I'm making lots of tiddlers (if that's the right term) containing research for a new project about Fish. Then 10+ tiddlers

[tw5] Stroll + retroactive linking?

2020-08-18 Thread Duncan
Hi, First, thanks so much for making software like Stroll freely available - it's awesome! I was wondering, is there a way to retroactively create links? For example, say I'm making lots of tiddlers (if that's the right term) containing research for a new project about Fish. Then 10+ tiddlers

[tw5] Re: Stroll + retroactive linking?

2020-08-19 Thread Duncan
Thanks both, the search and replace plugins are perfect for what I had in mind. On Wednesday, August 19, 2020 at 1:28:58 AM UTC+1 David Gifford wrote: > Hi Duncan, I am glad you are enjoying Stroll and finding it useful. > > 1) To get the freelinks plugin TW Tones mentioned, go to

[tw5] initial setup of tiddlywiki on AWS EC2

2019-05-20 Thread Duncan Brown
Hi I'm trying to get a tiddlywiki running from AWS EC2 as an experiemnt. I'm stuck :( This is how far I've managed to get... 1. launched AWS workbench and go to EC2 2. launched a linux AMI 3. configured instance 4. created key pair 5. SSHd from the command line into EC2 using the .pem `ssh ec2

[tw5] Re: initial setup of tiddlywiki on AWS EC2

2019-05-20 Thread Duncan Brown
Hi Tony yes that sounds like it - I'm just not sure of the syntax to specify server address. if I use: tiddlywiki nameOfWikifolder --listen port=8080 it just reverts to my local wiki http://127.0.0.1:8080 not the AWS... Thanks -- You received this message because you are subscribed to the

Re: [tw5] Node.js TW not responding to HTTP requests in AWS EC2

2019-05-20 Thread Duncan Brown
this is similar to my problem using AWS - when I use tiddlywiki PDDS --init server I get the local host returned: 127.0.0.1:8080 even though I am in the remote tiddlywiki folder on AWS when I run the command on the CLI. Does anyone know the command for specifying the full IP address? rather tha

[tw5] Re: initial setup of tiddlywiki on AWS EC2

2019-05-20 Thread Duncan Brown
WOW - OK looks like I need to just figure out the --server command syntax... https://github.com/Jermolene/TiddlyWiki5/issues/367 https://groups.google.com/forum/#!topic/tiddlywiki/CU0VMBiV1bE http://tobibeer.github.io/tw/dev5/#expose%20node%20server%20to%20local%20network -- You received this

[tw5] Re: initial setup of tiddlywiki on AWS EC2

2019-05-20 Thread Duncan Brown
OK so I put this together to try and help answer my own question... You can read more about the arguments accepted by the server command here: http://tiddlywiki.com/#ServerCommand

[tw5] Re: initial setup of tiddlywiki on AWS EC2

2019-05-20 Thread Duncan Brown
GRR this is so annoying!!! I have got two local tiddlywiki instances running fine on both http://127.0.0.1:8090/ and http://127.0.0.1:8080/ but I still can't get AWS to play nicely... I've cleaned it down, rebooted tried both Private and public AWS IP addresses and even tried 0.0.0.0 I now g

[tw5] Re: initial setup of tiddlywiki on AWS EC2

2019-05-20 Thread Duncan Brown
OK This is how I got this to work... http://www.lauradhamilton.com/how-to-set-up-a-nodejs-web-server-on-amazon-ec2 It mentioned making sure you had the latest version of Node: *Make sure that you install the latest version. Sometimes ubuntu will install an older version, which you do NOT want. *