Hi Steve On Mon, Jun 8, 2015 at 5:20 PM, stevesuny <[email protected]> wrote: > > I'm looking for a way to import a feed based on a timer, or to import > based on a trigger using IFTTT. Need some way to generate tiddlers > automatically by those not using tiddlywiki. Any ideas? >
That kind of thing would be very straightforward if you were running under Node.js, but I'm guessing you're working with the single file configuration? If so, there is an approach that may be worth exploring: one could write a plugin that on startup looks for a file called "BlahBlah 1.json" in the same folder as the HTML file, and if it finds it, import the tiddlers and look for "BlahBlah 2.json", and so on, stopping when it comes to a missing file. Assuming IFFTT can generate files with an increasing index. Best wishes Jeremy. > > //steve. > > > On Wednesday, December 17, 2014 at 8:40:40 AM UTC-5, Andreas Hahn wrote: >> >> >> Hey Simon, >> >> are you looking for a way to import an RSS feed once or do you want to >> automatically import a feed based on a timer? >> >> /Andreas >> > -- > 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 http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/b102bcb2-86d0-4b07-9bd6-406f74a6e49d%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/b102bcb2-86d0-4b07-9bd6-406f74a6e49d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJbqEpJJTSrSP1uU1aTuio6dR8oeGn8xZ1M_6MvmFT8kOg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

