Scott,

I am keen to do something familiar but every time I try there are some 
quirks that cause it to fail. I am trying to build a solution that allows 
any tiddler or group of tiddlers to be sent as an email using an email 
address found in a contact tiddler. Marks solution will get me there in the 
long run. But it can be quite frustrating. In user land they can call this 
"mail merge" which is an essential extended feature for document and 
database handling which is something tiddlywiki should excel at. 

Regards
Tony

On Tuesday, October 2, 2018 at 1:22:05 PM UTC+10, Scott Simmons (Secret-HQ) 
wrote:
>
> That's *exactly* it, Mark!  Thank you *SO* much for putting together the 
> example tiddlers.  They demonstrate the idea perfectly, including the 
> concept that was my stumbling block: how to pass my tiddler text through 
> the available filter (*uriencode[]*) and use the output on the other side 
> to assemble a mailto string.
>
> My original post was made on the run and could have been a little 
> clearer.  Thanks to everyone for digging in and figuring out what I was 
> after.
>
> A little more background for anyone who's curious:  I have a <<mailto>> 
> macro that's pretty generic, but I'm sprucing it up to deploy in a 
> TiddlyWiki where some of the body of the e-mail message will be assembled 
> into a boilerplate message from values found in various fields around the 
> TiddlyWiki but the user will be able to enter a personalized message that 
> appears at the beginning of the body.  The idea is to have an e-mail 
> something like:
>
>>
> Hi, $(recipient)$ —
>
>  
>
> Your package has shipped.
>
> Included:
> $(list of items)$
>  
> $(user's personalized message to the recipient)$
>
> You can track this package online at the $(carrier)$ Web site.  Here's a 
> link:
> $(tracking link)$
>
> $(user's signature)$
>
>
> The computer this will be used on has Microsoft Outlook as its email 
> client, so once I assemble the body, I can uriencode it and pass it the 
> <<mailto>> macro.  Then all the TW user at the computer has to do to send 
> an e-mail is enter the variables into some inputs in the default tiddler 
> and click the mailto link.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a37f59a7-e639-4df1-8c83-7bc7c69405a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to