On Mon, Nov 16, 2015 at 12:55 PM, Craig L Russell <[email protected]> wrote: > > I’ll take a look now at adding buttons.
Cool. The document.scan line is not currently extracting the email address. You will need this. I find it is easiest to make that change, verify that it works, before moving on. Adding a line containing "_td email" in the table will show the email address. Once it is working, you can remove the line. For sending email, you might want to look at "launch_email_client" in the following code: https://github.com/rubys/whimsy-agenda/blob/master/views/buttons/email.js.rb - Sam Ruby
