[tw5] Re: Method of using "nth-child(even)" with ""?

2022-02-20 Thread Eric Shulman
1. `<__txt__>` is a *parameter reference* syntax that can only be used within macro definitions. It is similar to `$txt$`, which is a reference to the value of the `txt` macro parameter passed into the macro. However, while occurances of `$txt$` are automatically replaced by the value passed

[tw5] BASIC Anywhere Machine code sample: Spinny Cube

2022-02-20 Thread Charlie Veniot
It's just a BASIC program which could be created with any BASIC implementation. Nothing spectacular. Oh but for TiddlyWiki ... Aside from the portability of BASIC IDE and everything all in one HTML file for online/offline programming: Creating this program in BASIC Anywhere Machine allows

[tw5] Re: Method of using "nth-child(even)" with ""?

2022-02-20 Thread Justin H.
That works! I can generally grasp how this works, though I'm not familiar with <__txt__>splitregexp[\n]] the only time I've seen \n is to create a new line in python, is it doing the same here? On Sunday, February 20, 2022 at 8:15:49 PM UTC-5 Eric Shulman wrote: > If the content of your

[tw5] Re: Method of using "nth-child(even)" with ""?

2022-02-20 Thread Eric Shulman
If the content of your `` is stored in a separate tiddler or field, you can force the creation of child `` elements, so that `nth-child(even)` can be applied successfully. Give this a try: ``` \define nthchild(txt,bg:"lightgray") \whitespace trim .myClass div:nth-child(even) { background:$bg$;

[tw5] Re: Method of using "nth-child(even)" with ""?

2022-02-20 Thread Justin H.
Ah, well- that's a bummer haha Thank you! On Sunday, February 20, 2022 at 7:30:21 PM UTC-5 Eric Shulman wrote: > Although HTML `` elements can display multiple lines of text, each > line is not a separate child element. > Thus, a CSS rule such as `nth-child(even)` doesn't have any effect within

[tw5] Re: Method of using "nth-child(even)" with ""?

2022-02-20 Thread Eric Shulman
Although HTML `` elements can display multiple lines of text, each line is not a separate child element. Thus, a CSS rule such as `nth-child(even)` doesn't have any effect within the `` element. -e On Sunday, February 20, 2022 at 4:13:04 PM UTC-8 justin.hu...@gmail.com wrote: > Hello all,

[tw5] Method of using "nth-child(even)" with ""?

2022-02-20 Thread Justin H.
Hello all, title says it all. When trying to apply nth-child(even) to use a background color for each line when using in my tiddlers, it doesn't seem to work, and I'm not entirely sure whats causing this. Any suggestions? -- You received this message because you are subscribed to the Google

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Mat
Mark S. wrote: > Yeah, that's what we're using. I think. Possibly Google hasn't shut it > down in all regions, or possibly there is something else wrong with your > (Mat's) particular use-case that has nothing to do with the status of JSONP. > Hmm... @Siniy-kit what do I misunderstand: 1)

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread 'Mark S.' via TiddlyWiki
On Sunday, February 20, 2022 at 8:40:55 AM UTC-8 Mat wrote: > Siniy-Kit wrote: > >> Mat, as you know, I dont use any google api in my old and New script. I >> open google spreadsheet direcrly like external javascript file with >> callback. This format name is JSONP >> > > Aha... @Mark is

[tw5] A sidebar tab for local weather

2022-02-20 Thread Charlie Veniot
Well, in this case I'm using a weather widget for Toronto put together at https://weatherwidget.org/. Download the attached json file and drag into some TiddlyWiki instance (tiddlywiki.com !) and give it a spin. -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-02-20 Thread Hans Wobbe
Thanks for the additional email. As much as I would like to dig into this, as I said, I am over-whelmingly pre-occupied. FYI, (in spite of it being a Privacy breach) Lisa is still in the ICU as a result of “complications”. Not only is her well-being important in itself, she also plays an

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-02-20 Thread Charlie Veniot
Aside: CJ, being my other handle. For reference, if of use, my recent posts related to TiddlyWiki and local storage: - Local storage prototype: TiddlyWiki and BASIC data exchange - Using one TiddlyWiki as a "server" of content to

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-02-20 Thread Hans Wobbe
I think this approach might work within the Local Storage solution that CJ has developed. Unfortunately I am supporting a couple of "life and health" issues just now, so I am not able to test that assumption personally.. Hans On Sunday, February 20, 2022 at 6:32:50 AM UTC-5 Jeremy Ruston

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Siniy-Kit
JSONP is a very good format. You can get data directly not only from spreadsheets, but for example, you can get all files list from shared google drive folder https://drive.google.com/drive/folders/1drFCfJcb9KcB2pGHPgXX3W97OSdkVPw_ here is folder

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Mat
Siniy-Kit wrote: > Mat, as you know, I dont use any google api in my old and New script. I > open google spreadsheet direcrly like external javascript file with > callback. This format name is JSONP > Aha... @Mark is better suited to comment on this but I would guess then that we used your

[tw5] Re: TW-Enhanced BAM Programming: TW for GUI and storage, BASIC for processing

2022-02-20 Thread Charlie Veniot
G'day g'day, Just to be clear in case anybody thinks otherwise: this is BASIC interpreted by wwwBASIC.js (well, my tweaked version), the BASIC program and the javascript all dynamically rolled into an HTML "page" by TiddlyWiki and fed into an iframe via srcdoc parameter. For those adept at

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Siniy-Kit
Thank, you Mohammad. I'll try it Mat, as you know, I dont use any google api in my old and New script. I open google spreadsheet direcrly like external javascript file with callback. This format name is JSONP I read you want to make "Google spreadsheet backend" NOW in spreadsheets scripts we

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Mohammad
Hi @Siniy-Kit Why not to use Gatha ( Gatha Plugin: Beta Release - Create and Distribute Tiddlywiki Plugins - Plugins - Talk TW ) No need to know Node.JS. Creating a plugin in Gatha is just a

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Mat
Ah, great! And this was updated a few months ago to work with Google v4 API, right? Did it take a lot of changing to do the update? Again thank you. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: TW-Enhanced BAM Programming: TW for GUI and storage, BASIC for processing

2022-02-20 Thread TiddlyTweeter
cj.v...@gmail.com wrote: > ... sample showcases TiddlyWiki providing the GUI to interact with a > running BASIC programming. > > So one-way (TiddlyWiki to BASIC) sharing/communication. > > Give the Sunshine Application >

Re: [tw5] Major updates to Chromium native file system saver plugin

2022-02-20 Thread Jeremy Ruston
Hi Brian, > I seem to recall https://tiddlywiki.fission.app/ > implements such a launcher, That’s right. TiddlyDesktop also has a similar architecture. The challenge with Fission is that images stored in ones Fission drive are not accessible via a URL;

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Siniy-Kit
Hi, Mat. I don't know how to write plugins for Tiddlywiki, so I put all my js code to one tiddler https://heeg.ru/shop2_3.html#%24%3A%2Fboot%2Fbootprefix1.js The part you need begins here Начало нового кода воскресенье, 20 февраля 2022 г. в 11:44:20 UTC+3, Mat: > @Siniy-Kit

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Mat
By the way, it would of course be better if we have this conversation over at https://talk.tiddlywiki.org/ I note you're also a member there. <:-) On Sunday, February 20, 2022 at 9:44:20 AM UTC+1 Mat wrote: > @Siniy-Kit - I've said it before: Wow! The idea that TW can be the engine > for a real

[tw5] Re: Tiddlywiki + Google Spreasheets. I want to show you my newer finished work

2022-02-20 Thread Mat
@Siniy-Kit - I've said it before: Wow! The idea that TW can be the engine for a real commercial store is just amazing! Well done! How does your system convert the google sheet into tiddlers? Where can we find the code to see how this is done? As you may know, your solution was the fundamental