I am testing sending what I write in my blogs to Day One via an IFTTT applet that is monitoring their RSS feeds. There are two problems. First, the IFTTT applet doesn’t do a good job of handling titleless posts, second, hyperlinks in the posts are stripped, seemingly even if I create the links using markdown.

The applet simply creates new entries to Day One in an order and it appears that if the title is blank then the next entry in the item content is used for the title, which by default that is the item link. I moved the item link to below the item content, but my temporary work around is to configure the applet to create a “default” title for every post, with the actual title, it it exists, on the following line. but this is not optimal.

It looks like I could add some Javascript logic to the applet so I am wondering if I could simply write some code to inspect the feed title and skip it, but that may take some time to figure it out. I wonder whether anyone else has already done this?