Re: [tw5] Re: Adjusting IFrame Trick I would like to implement in TW

2020-09-05 Thread TW Tones
Folks, I just wanted to share a thought, what if we introduce a new window that can be brought forward or pushed to the back that retains an Iframe in a no refresh mode indefinitely? This would allow iframes into other services to avoid the tiddlywiki refresh! You could call them no refresh

[tw5] Re: Sort tiddlers by substring?

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 2:10:56 PM UTC-7, amreus wrote: > > My "people" tiddlers consist of the person's name and an ID number to make > them unique. How can I sort the tiddlers by the ID number? example title: *Karl Roger Stanton (I234)* This is hard to do (but still possible) using

[tw5] Re: Sort tiddlers by substring?

2020-09-05 Thread 'Mark S.' via TiddlyWiki
You will likely save yourself hours of headaches if you create separate fields for id and name. On Saturday, September 5, 2020 at 2:10:56 PM UTC-7, amreus wrote: > > My "people" tiddlers consist of the person's name and an ID number to make > them unique. How can I sort the tiddlers by the ID

[tw5] Sort tiddlers by substring?

2020-09-05 Thread amreus
My "people" tiddlers consist of the person's name and an ID number to make them unique. How can I sort the tiddlers by the ID number? example title: *Karl Roger Stanton (I234)* Thanks. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Code in code

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 12:58:44 PM UTC-7, vinvi...@gmail.com wrote: > > I see what you mean .. Somehow that happened with cut and paste. I don't > have it in my wiki that way. > Here's what I've got so far: (The page title will now appear as a link, > the rest still doesn't work.) >

Re: [tw5] Re: Adjusting IFrame Trick I would like to implement in TW

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 12:17:05 PM UTC-7, Jan wrote: > > it's marvelous. Your instruction was perfect. (...and I see that I was not > really awake this morning.) > This is a great help to integrate external content into tiddlywiki, thanks > a lot! > Good to know it's working. One

[tw5] Re: How do I remove a suffix from a variable?

2020-09-05 Thread Saq Imtiaz
PS: I realize now you may want addSuffix and not removeSuffix. Apologies. On Saturday, September 5, 2020 at 9:57:05 PM UTC+2, Saq Imtiaz wrote: > > Something along these lines will get you there: > > <$set name="tiddlerToCreateFromTemplate" > value={{{[removeSuffix[Underground]]}}} > > > OR

[tw5] Re: Code in code

2020-09-05 Thread vinvi...@gmail.com
Thanks, I see what you mean .. Somehow that happened with cut and paste. I don't have it in my wiki that way. Here's what I've got so far: (The page title will now appear as a link, the rest still doesn't work.) <$macrocall $name="details" sum="<$link/>" src=""">"""

[tw5] Re: How do I remove a suffix from a variable?

2020-09-05 Thread Saq Imtiaz
Something along these lines will get you there: <$set name="tiddlerToCreateFromTemplate" value={{{[removeSuffix[Underground]]}}} > OR simplify <$list filter="[tag[templates]tag[EditingTemplate]]"> <$set name="tiddlerToCreateFromTemplate" value={{{[removeSuffix[Underground]]}}} > Use

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 10:31:56 AM UTC-7, Guido B wrote: > > This is brilliant and very hackable! Just one remark: there is a typo in > the showmonth-macro: in the fifth line, it should be "[calendar_highlight]" > and not "[calendar_highight]". > OOPS! Fixed. Thanks. I also took

[tw5] Re: Setting up Bob behind an HTTPS Apache proxy

2020-09-05 Thread Tejasvi S Tomar
After a sleepless night, I finally got it working with nginx (works flawlessly with websockets). Turns out only ws-server port and hostname is relevant for the setup. Below nginx config works with the default Bob settings and adds LetsEncrypt certs obtained from certbot. I have also added

Re: [tw5] Re: Adjusting IFrame Trick I would like to implement in TW

2020-09-05 Thread Jan
Hello Eric, it's marvelous. Your instruction was perfect. (...and I see that I was not really awake this morning.) This is a great help to integrate external content into tiddlywiki, thanks a lot! All best wishes Jan Am 05.09.2020 um 13:27 schrieb Eric Shulman: On Saturday, September 5,

[tw5] How do I remove a suffix from a variable?

2020-09-05 Thread leeand00
So I'm using a filter, and it's working great to remove the suffix and add another one...see below: [tag[templates]tag[EditingTemplate]] +[removesuffix[Template]] +[addsuffix[ - Underground]] Result: Spelling - Underground

[tw5] Current Status check - Paste images as local files.

2020-09-05 Thread Pieter-Michiel Geuze
Friends, I wanted to check on what the current status is on being able to paste images into an tiddly edit field and having the item saved as a local file. *What I (think) know:* You can save an image as embedded code into an HTML TW which can increase the size of the file. You can save the

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Guido B
This is brilliant and very hackable! Just one remark: there is a typo in the showmonth-macro: in the fifth line, it should be "[calendar_highlight]" and not "[calendar_highight]". Best, Guido Am Samstag, 5. September 2020 04:49:01 UTC+2 schrieb Eric Shulman: > > Hi all, > > I'm pleased to

[tw5] Re: Setting up Bob behind an HTTPS Apache proxy

2020-09-05 Thread Tejasvi S Tomar
Hi Enrico, Did you manage to figure it out? I am facing the exact same issue while trying to setup Bob on VPS. There seems to be issue with the reverse connection whie saving the changes. There are three things to configure in settings.json: ws-server, saver, and serverInfo, and then the Apache

Re: [tw5] TiddlyServer and SSL

2020-09-05 Thread Arlen Beiler
Set the https property to a Javascript file which exports a function named serverOptions. It is called for each listener instance started with one argument and is expected to return the HTTPS options object for HTTPS createServer exports.serverOptions = function(address) { return { key: ...,

[tw5] Re: Code in code

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 7:42:26 AM UTC-7, Eric Shulman wrote: > > <$link to=<>><$view field="title"/> > Addendum: Note that the above syntax can be reduced to just <$link/> because the to=... parameter defaults to the <> value, and the display content defaults to the title being

Re: [tw5] New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 7:05:18 AM UTC-7, Xavier wrote: > > Another wonderful iteration, thank you! Not only useful as a tool, but > also a great TW5 programming lesson for us to study. May I humbly suggest > the addition of ><$transclude tiddler=<> mode=block/> > in the showday()

[tw5] Re: Code in code

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 6:36:08 AM UTC-7, vinvi...@gmail.com wrote: > > Also the page title appears, but not as a link. > Something like this should happen: > <$ link to = < >> <$ view field = "title" /> > Are you including all those spaces in your syntax? If so, that is at least

Re: [tw5] New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Xavier Cazin
Hi Eric, Another wonderful iteration, thank you! Not only useful as a tool, but also a great TW5 programming lesson for us to study. May I humbly suggest the addition of <$transclude tiddler=<> mode=block/> in the showday() macro, just after the call to <>, so that the popup also displays any

[tw5] Re: Code in code

2020-09-05 Thread vinvi...@gmail.com
Thank you for your response Eric Shulman. But unfortunately it doesn't work. Nothing happens. The bar appears but there is nothing in it. There must be a flaw in it, but I can't find it. I wonder where in the code I can put my text. I have tried in different ways to also be able to put my text

Re: [tw5] Re: Adjusting IFrame Trick I would like to implement in TW

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 4:07:29 AM UTC-7, Jan wrote: > > so far it does not work yet...thought I took a really small but long page > and gave it a 1000 milliseconds. > But at least it does not throw an error-message like my brute first > attempt did. > > If you want to inspect the

Re: [tw5] Re: Adjusting IFrame Trick I would like to implement in TW

2020-09-05 Thread Jan
Am 05.09.2020 um 05:55 schrieb TW Tones: Jan, I just had a look at etherpad, and reminds me of document part the now defunct Google Wave, but various google and Microsoft products have similar editing opportunities. I see why you value having a iframe to access such documents. In addition

Re: [tw5] Re: Adjusting IFrame Trick I would like to implement in TW

2020-09-05 Thread Jan
Hi Eric, so far it does not work yet...thought I took a really small but long page and gave it a 1000 milliseconds. But at least it does not throw an error-message like my brute first attempt did. If you want to inspect the installation look here:

Re: [tw5] Re: Slider Tags Sidebar

2020-09-05 Thread Birthe C
Jin, Totally as Tony says. I will add to me it looks very nice, but I would not want to use it. Reason I think I will have difficulties remembering all the details and thus it will take far too much time in real life use. But that is only me of course. Interesting wiki, thanks for linking, I

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Birthe C
Time zone correct here too. Birthe -- 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

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Eric Shulman
On Friday, September 4, 2020 at 11:01:23 PM UTC-7, TW Tones wrote: > > Perhaps you plan so but It would be nice to remove the left and right > arrows from the year view? > Done. Arrows omitted for year view, still present for month view. By the way I edited TiddlyTools/Timer/Calendar and see

Re: [tw5] Re: Slider Tags Sidebar

2020-09-05 Thread jin
Thanks tony! I suppose I'll try to uncover more about it soon since its not a priority even though I want one haha On Sat, Sep 5, 2020, 4:00 PM TW Tones wrote: > Jin, > > You or someone needs to hack your way through the wiki to find out how its > done, or hope the author will respond. > > Open

[tw5] Re: How do I show summary or caption field of a tiddler in the story river?

2020-09-05 Thread Brian Radspinner
1. Create a new tiddler; 2. Give it the tag: *$:/tags/ViewTemplate*. -- this will tell TW to display the contents of the tiddler in View mode; 3. Put *{{!!summary}}* in the main text field of the tiddler -- this tells TW to display the content of the "summary" field; 4.

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Eric Shulman
On Saturday, September 5, 2020 at 1:05:12 AM UTC-7, TW Tones wrote: > > Fine in 10+ time zone now thanks > Saq and Tony: YAY! I think I should open a ticket re: sameday[...] needing a full 17-digit time value if not in UTC+0 zone. Note: sameday[...] works OK in the <> macro because it gets a

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread TW Tones
Eric, Fine in 10+ time zone now thanks Tony On Saturday, 5 September 2020 17:47:33 UTC+10, Eric Shulman wrote: > > On Friday, September 4, 2020 at 10:49:46 PM UTC-7, TW Tones wrote: >> >> *Example of current timezone related issue.* >> I see this date issue as well see the image, I went to add

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Saq Imtiaz
@Eric not seeing any time zone issues. Timezone: CET (UTC +2) -- 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

[tw5] Re: Slider Tags Sidebar

2020-09-05 Thread TW Tones
Jin, You or someone needs to hack your way through the wiki to find out how its done, or hope the author will respond. Open the root tiddler and edit it, the three star header and footer when clicked opens root. - Inside is some html and css with two macros in use tag-link and

[tw5] Re: Advice for new TW5 user regarding line breaks

2020-09-05 Thread TW Tones
Hi, Try wrapping all your pasted text in html pre tag pasted text here new lines honoured In tiddlywiki this gives it a grey background and does not render wiki text Same if you wrap it all in div with the pre white space pasted text here new lines honoured *List * list Do you want to edit

[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Eric Shulman
On Friday, September 4, 2020 at 10:49:46 PM UTC-7, TW Tones wrote: > > *Example of current timezone related issue.* > I see this date issue as well see the image, I went to add a note for > Christmas day, I live at +10 GMT/UTC, I selected 24th in this snapshot. > I *think* I fixed the timezone

[tw5] Re: How do I show summary or caption field of a tiddler in the story river?

2020-09-05 Thread bimlas
Instead of a separate field, I use the first paragraph as a summary. I attach a macro that transcludes the first paragraph of the specified tiddler. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Advice for new TW5 user regarding line breaks

2020-09-05 Thread Birthe C
TW Tones, text/x-tiddlywiki is tiddlywiki classic format. The warning is: This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See

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

2020-09-05 Thread TW Tones
On other thing When I setup node on my android and my Disk Station some liniux people told be to load tiddlywiki with the nohup command, no hang up, it returns to the console and you can load another. I am not expert here. Regards Tony On Monday, 31 August 2020 12:37:09 UTC+10, Morgaine

[tw5] Re: Installing plugins via drag and drop in nodejs

2020-09-05 Thread TW Tones
Mark, Are there instructions anywhere to take an in wiki plugin and make it a server plugin (file?). Regards Tones On Saturday, 5 September 2020 06:27:02 UTC+10, Mark S. wrote: > > Let me add, that there are two ways to add a plugin folder. > > The first is to add it to just a single wiki, in

[tw5] Re: Bob - syncing tid files on WIndows 10

2020-09-05 Thread TW Tones
Jed, I have noticed this as well, but spaces in wiki names was OK prior because I created and used them. Perhaps this helps Now I can *open these wikis* but at the bottom I see *WARNING: The connection to server hasn't been established yet.* The save just does not happen automatically or

[tw5] Re: Advice for new TW5 user regarding line breaks

2020-09-05 Thread TW Tones
BhKh I have noticed your involvement in several related threads and I appreciate > the work you and others are doing on this. > Thanks > > > Quite a few existing solutions can help (many exist so I am not sure > where to start for you) > > I wonder if you could just try to pick one? :-)

[tw5] Generating a static site from a Stroll Tiddlywiki

2020-09-05 Thread Nirmal Thacker
I've been using Tiddlywiki+Stroll [https://giffmex.org/stroll/stroll.html] since I quite like the idea of backlinks, auto-completion links and the 2 column layout. However when I generate a static site from Stroll, backlinks and most of the formatting abilities are lost. My process of