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 (https://developers.google.com/apps-script/guides/html). Google > Sheets might be a place to store (or keep a copy of) tiddlers, or be used to > produce a data tiddler. Google also has this > (https://developers.google.com/apps-script/api/quickstart/nodejs) to make > node.js commands to GAS API.
Thanks! I think you are correct, there is a fascinating opportunity to make an adaptation of TW that is served by GAS and can save changes back to it. It would be a nice straightforward user experience too. I think the easiest way to get started would be to create a new syncadaptor that loads and saves tiddlers via the GAS APIs. Then one could serve a blank TW file that includes that plugin, and at startup it would load the required tiddlers from the server. The next step might be to bake tiddlers into the HTML file when it is first served. I'm not sure that I will personally have time to investigate this opportunity in the near future, but I'd be very happy to help guide other developers who might want to take up the challenge... Best wishes Jeremy > > Did I misunderstand anything? Or this sounds like a plan? Sorry if I > overlooked the Copyright of Tiddlywiki as I don't intend to do so. > > Thanks! > > Chun > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/97145418-d172-42b5-aaff-c6b170c7d4ca%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/64FD9D7A-3E47-4164-A088-9E1BCA55B7E8%40gmail.com. For more options, visit https://groups.google.com/d/optout.

