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

2022-02-22 Thread Siniy-Kit
Yes, I use js function to read external JSONP " in your tidder under "Начало нового кода" just open it in is very simple. It works faster then FETCH To test it work open https://heeg.ru/shop2_3.html#%24%3A%2FControlPane

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

2022-02-21 Thread Mat
Siniy-Kit wrote: > 1) very very very old JSONP (*I use it now*) > > https://spreadsheets.google.com/tq?key=16jpYS8egNJuLA8HyS-Um6wuwC9A5eFl-IKykIzZB92Y&sheet=goods > here we have js function with JSON > argument. google.visualization.Query.setResponse({..}) > So... the output in that link i

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

2022-02-21 Thread Siniy-Kit
No, JSONP is working all over the world (not only in Russia) 3) Old variant with alt=json-in-script is not working now, *BUT we have two another ways* 1) very very very old JSONP (*I use it now*) https://spreadsheets.google.com/tq?key=16jpYS8egNJuLA8HyS-Um6wuwC9A5eFl-IKykIzZB92Y&sheet=goods here

[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) Your

[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 bet

[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 https://script.google.com/macros/s/AKfycbyEhEhAk

[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 c

[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 pi

[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 rec

[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 s

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

2022-01-03 Thread Ste
Looking realy good! On Sunday, 2 January 2022 at 10:31:53 UTC Siniy-Kit wrote: > Hi! I make small on-line stores on Tiddlywiki. I was not able to finish my > last work, so i make a little demo from it > https://heeg.ru/shop2_3.html?id=16jpYS8egNJuLA8HyS-Um6wuwC9A5eFl-IKykIzZB92Y > > I think tha