[tw5] Re: Automatically generate static website in Node

2021-09-15 Thread TW Tones
Mark, I would suggest a mechaisium could be built within the single file wiki to package only modified static tiddlers for upload to a host as well. Also many tiddlywiki.html files are smaller than most images, thus a full upload not an issue. I am not contradicting you only pointing out it

[tw5] Re: Can a tiddler be setup to not allow being overwritten?

2021-09-15 Thread Charlie Veniot
Just thinking out loud... Step 1 to safe-keep important tiddlers: add a little bit of custom code to $/core/ui/ImportListing (Well, I am pondering over what kind of trouble I might get myself into...) If a tiddler being imported already exists and the already existing one has a certain tag,

[tw5] Re: If possible, can GG continue to co-exist with TiddlyTalk?

2021-09-15 Thread Jean-Pierre Rivière
Thanks to this thread, I've just discovered that there was an other tw forum! It could be a regular announce here, for GG is a logical step to look out for tw user list, isn't it? So I can't compare the two services yet. Le lundi 13 septembre 2021 à 09:44:16 UTC+2, strikke...@gmail.com a écrit

Re: [tw5] Re: tw editions and docker questions

2021-09-15 Thread Jean-Pierre Rivière
Hi Xavier, Thanks for your telling. I found only one occurence of default-tiddler-location and that's in $:/boot/boot.js : if ($tw.boot.wikiPath == wikiPath) { $tw.boot.wikiTiddlersPath =

[tw5] Re: Automatically generate static website in Node

2021-09-15 Thread 'Mark S.' via TiddlyWiki
One of the advantages of node is that it only needs to write tiddlers that have changed, rather than the entire TW file. If you "published" a TW automatically, you would undermine this feature. You can create a standalone any time you want just by clicking on the save button and picking the

Re: [tw5] Re: tw editions and docker questions

2021-09-15 Thread Xavier Cazin
Hi Jean-Pierre, Historically, the fr-FR and fr-FR-server editions were aimed at providing a translated version of tw5.com. I had wanted to gather a team of translators in order to achieve this, but I eventually gave up as the task seemed too daunting. I focused instead on the fr-FR language

[tw5] Re: How to get the title of a tiddler in js?

2021-09-15 Thread Charlie Veniot
That will require a change to the plugin's javascript, I think, which will be quite ugly. Alternatively, you could create a single-click button in the tiddler toolbar which copies the tiddler title to the clipboard. I think that would be a much more trivial affair. On Wednesday, September

[tw5] Re: Automatically generate static website in Node

2021-09-15 Thread Jean-Pierre Rivière
Hi! Just go to tiddlywiki.com and look out for the "Generating Static Sites with TiddlyWiki" tiddler for full explanation. in very short: use the --rendertiddlers command of tiddlywiki with the list of all wanted tiddlers as subsequent arguments of the command line. The problem is, this is

[tw5] Re: tw editions and docker questions

2021-09-15 Thread Jean-Pierre Rivière
Hi @PMario and mauloop! I(ve taken my time but I can now bring some valuable new input. But before that, let me thank you for your answers. I've dipped deeper in docker and nodejs tiddlywiki as a result. And I can tell you that I've finally come to a successful setup but some problems are

[tw5] Re: How to get the title of a tiddler in js?

2021-09-15 Thread imleg...@gmail.com
Do you know how to disable the plugin when I double click the title? Some time I just want to copy the title not edit the whole tiddler, I double click the title to select it. But now will trigger the edit command On Tuesday, September 14, 2021 at 10:12:38 PM UTC+8 cj.v...@gmail.com wrote: >