[Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-19 Thread Tim Gossett
> > I have a need for something like this in a current project, and it just > seems to make sense for the Radiant core. I'll contribute my time to the > effort, but are there any currently pending specs for this (in a fork or > extension)? > I started a few specs. I've not really written any befor

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Jim Gay
On Oct 18, 2008, at 3:33 PM, Sean Cribbs wrote: Manuel Meurer wrote: That block won't be called until it hits in the snippet. Right, but I think what Casper is looking for is a way to define a snippet parameter in the inner template of with ... in the page and then access it via in the s

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Sean Cribbs
Manuel Meurer wrote: That block won't be called until it hits in the snippet. Right, but I think what Casper is looking for is a way to define a snippet parameter in the inner template of with ... in the page and then access it via in the snippet, not using . Yes, but assuming those

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Manuel Meurer
> That block won't be called until it hits in the snippet. Right, but I think what Casper is looking for is a way to define a snippet parameter in the inner template of with ... in the page and then access it via in the snippet, not using . On Sat, Oct 18, 2008 at 4:16 PM, Sean Cribbs <[EMAIL

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Sean Cribbs
Actually, you wouldn't. That block won't be called until it hits in the snippet. I think adding arbitrary attributes on the snippet tag seems reasonable. Well-designed and -specced patches will be accepted! Sean Manuel Meurer wrote: Jepp, I found that out a minute ago as well. Never use

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Manuel Meurer
Jepp, I found that out a minute ago as well. Never used that feature, though. It would still be possible to do something like Casper suggested, but to do it cleanly you would have to filter out the ... part when calling in the snippet... not so nice. I just included another feature in the parame

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Sean Cribbs
Snippets already support "inner-templates" via . Sean Casper Fabricius wrote: Great - thanks! What would it take to also make it possible to provide "inner templates" as parameters for snippets? For example: Lions are great cats Read more Med venlig hilsen / Best regards,

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Manuel Meurer
Good idea. I'm gonna look into that. Manuel On Sat, Oct 18, 2008 at 1:53 PM, Casper Fabricius <[EMAIL PROTECTED]> wrote: > Great - thanks! > > What would it take to also make it possible to provide "inner templates" as > parameters for snippets? > > For example: > > > >Lions are great cats

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Casper Fabricius
Great - thanks! What would it take to also make it possible to provide "inner templates" as parameters for snippets? For example: Lions are great cats Read more Med venlig hilsen / Best regards, Casper Fabricius http://casperfabricius.com On 18/10/2008, at 13.23, Manuel Meu

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Manuel Meurer
Done. Manuel On Sat, Oct 18, 2008 at 12:49 PM, Manuel Meurer <[EMAIL PROTECTED]> wrote: > Will do. > > Manuel > > On Sat, Oct 18, 2008 at 12:00 PM, Casper Fabricius > <[EMAIL PROTECTED]> wrote: >> Looks like something I could use. How does it work? Could add some examples >> and explain about any

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Manuel Meurer
Will do. Manuel On Sat, Oct 18, 2008 at 12:00 PM, Casper Fabricius <[EMAIL PROTECTED]> wrote: > Looks like something I could use. How does it work? Could add some examples > and explain about any limitations in the readme-file? > > Med venlig hilsen / Best regards, > Casper Fabricius > http://cas

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-18 Thread Casper Fabricius
Looks like something I could use. How does it work? Could add some examples and explain about any limitations in the readme-file? Med venlig hilsen / Best regards, Casper Fabricius http://casperfabricius.com On 18/10/2008, at 00.55, Manuel Meurer wrote: Yep, I use in my parameterized snippe

Re: [Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-17 Thread Manuel Meurer
Yep, I use in my parameterized snippets extension: http://github.com/manuelmeurer/radiant-parameterized-snippets-extension/ The idea originates from here, though: http://www.nabble.com/Snippets-with-Parameter(s)-td19772449.html > BTW, anyone heard anything about a Radius tag? Or anything about >

[Radiant] [ANN] Updated fork of radiant-mail-to-extension

2008-10-13 Thread Tim Gossett
I've forked yoon's mail_to extension, which is a simple wrapper for the Rails mail_to helper. I added support for all of the options provided by the Rails helper, so the tag is completely transparent now. I also added the ability to encode the text within the mailto link by setting encode_name="tru