Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-21 Thread CHUN LI
Thanks Siniy-Kit. I managed to include bootprefix1.js in the TiddlyWIki5.html tiddler to call all the functions then added the "Google table" tiddler to click on the button to add all the tiddlers by reading the rows in my google spreadsheet. So the Google spreadsheet data finally are loaded

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-16 Thread Siniy-Kit
look here http://heeg.ru/shop_test29.html#%24%3A%2Fcore%2Fmodules%2Fwidgets%2Faddup.js I put this macros to every tiddler <$list filter="[is[current]addprefix[']addsuffix[%']]"> <$addup val1=<> val2="B" val3="limit 300"/> by this http://heeg.ru/shop_test29.html#%24%3A%2F_show_podrazdel

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-13 Thread CHUN LI
I am trying to make a simple version of the test project. It will use data from Google table to make tiddlers in a blank TiddlyWIki 5.1.19. What I did are, - Save http://heeg.ru/shop_test29.html

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-12 Thread CHUN LI
Hi Siniy-Kit, Thanks again for sharing this. I tried to figure out the necessary tiddlers / system tiddlers to get my Google table data into my blank TiddlyWiki 5.1.19 on node.js, but it seems like only the boot.js, bootprefix.js and bootprefix1.js are not enough. Could you suggest which

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-10 Thread Mohammad
Added to TW-Scripts On Friday, March 8, 2019 at 3:13:56 PM UTC+3:30, Siniy-Kit wrote: > > Here is my google table +gs script in it > https://docs.google.com/spreadsheets/d/1LJKSexFKRh6EpWeDTvgbYNBZhhf-TmV3E7c0PvVdS-s/copy > > this table generates this shop >

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-10 Thread CHUN LI
Hi Siniy-Kit, May I suggest you to announce this great work as a plugin? I think it is a really creative way to use TW5 and Google API. Jeremy, do you think this will be appropriate and beneficial? Kind regards, Chun On Saturday, March 9, 2019 at 4:00:33 PM UTC+13, CHUN LI wrote: > > Hi

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-08 Thread CHUN LI
Hi Siniy-Kit, Thank you! This is incredible! Thanks for sharing! Kind regards, Chun On Saturday, March 9, 2019 at 2:50:11 AM UTC+13, Siniy-Kit wrote: > > All my javascript I put to one tiddler > http://novye-podarki.ru/6_7_0/heeg.html#%24%3A%2Fboot%2Fbootprefix1.js I > know, that it is not

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-08 Thread Siniy-Kit
All my javascript I put to one tiddler http://novye-podarki.ru/6_7_0/heeg.html#%24%3A%2Fboot%2Fbootprefix1.js I know, that it is not correct, but my project heeg.ru is not professional. it has only 30-40 unique users per day (both with shop users and their shops). I don't see transactions of

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-08 Thread Jeremy Ruston
Hi Siniy-Kit What you've built is incredibly impressive. I would love to get the techniques you are using written up so that it's easier for others to follow. Do you have any idea of the traffic volumes you're seeing? Can you talk about the number of successfully completed transactions per

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-03-08 Thread Siniy-Kit
Here is my google table +gs script in it https://docs.google.com/spreadsheets/d/1LJKSexFKRh6EpWeDTvgbYNBZhhf-TmV3E7c0PvVdS-s/copy this table generates this shop http://heeg.ru/shop.html?id=1LJKSexFKRh6EpWeDTvgbYNBZhhf-TmV3E7c0PvVdS-s

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-02-20 Thread CHUN LI
Hi Jeremy, Thanks for the guide and I will see how far I can go. May I ask a further question? Can a blank TW file also be created by publishing a Google web app? I guess it is about the fundamental requirements of creating a TW file vs. the limitation of GAS? (I read about Web app on GAS

Re: [tw5] Possibilities of using Google Apps Scripts?

2019-02-19 Thread Jeremy Ruston
Hi Chun > As I have been using Google Apps Scripts (GAS) and knowing TiddlyWiki for > about 1 year, I am trying to find out the possibilities of (re) writing > TiddlyWiki in GAS. The HTML services in GAS allows client side javascript, > CSS and HTML

[tw5] Possibilities of using Google Apps Scripts?

2019-02-12 Thread CHUN LI
Hello, As I have been using Google Apps Scripts (GAS) and knowing TiddlyWiki for about 1 year, I am trying to find out the possibilities of (re) writing TiddlyWiki in GAS. The HTML services in GAS allows client side javascript, CSS and HTML