[tw5] Re: Automatically create tiddlers from outside source

2020-07-15 Thread UBi
Regarding standalone Tiddliwikis, you could inject Tiddlers with Python like this: from lxml import html from lxml import builder as E from datetime import datetime infile, outfile = 'empty.html','modified.html' def maketiddler(title,text): timestamp =

[tw5] Re: Automatically create tiddlers from outside source

2020-07-12 Thread Lin Onetwo
There is Pull and Push: For Pull, I have already pull Google Calendar to TW: https://onetwo.ren/wiki/#%E5%AF%BC%E5%85%A5GoogleCalendar%E7%9A%84%E6%8C%89%E9%92%AE For Push, I'm using nodejs TW so I sync it to Github, so I can just use Github API to append *.tid or *.txt with *.txt.meta file to

[tw5] Re: Automatically create tiddlers from outside source

2020-07-12 Thread TW Tones
LG, There are plenty of almost what you ask solutions, but as far as I can see true consumption of external content is still at the bleeding edge. Joshua is discussing something like this in the dev group here An

[tw5] Re: Automatically create tiddlers from outside source

2020-07-12 Thread Mat
Fellow Siniy-kit just last week posted a method to pull data from Google Sheets. That's probably a good start even if I'd guess there are many steps after that if you want it from Keep. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To