It would be good for a special plugin for this... At some point. Or some tweaking of the core code perhaps--though I'm not sure this is standardized (official) html code. If mailto's are checked before the interwiki links, we shouldn't have to worry about colons. Regardless, you can probably inset : if you escape them also.
Glad you got it working. Cheers, Dan On Thu, Sep 16, 2010 at 11:43 AM, Martin <[email protected]> wrote: > Thank you all. > > I deleted my original post because I figured out some of the points. > Apparently Google has deleted that post only for me, not for others > (they really should use something reliable on the backend side, like > BW...) > > I want to provide a link that triggers the local mail program and > allows the user to send a recommendation about my page. Javascript is > not allowed for my project. > > This works: > [[[email protected]?subject=look here`&body="{title} > ({p})"]] > > That results in: > <a href="mailto:[email protected]?subject=look > here&body=Great site! (www.example.com/pagexy)"... > > ... as desired. > > You have to be careful not to use any ":" in title or whatever var you > use, because BW then thinks it's another link. > And you need to escape the ampersand. > I got some grey hairs on that. > > It would be nice if we can simply provide an @ and not a fake mail > address. > In plain html you can provide a single @ only. > > I checked markups.php around line 509 but I am no expert here. > > Greetings, Martin -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
