On Apr 26, 2010, at 17:19, Simon Spiegel wrote: > Hi, > > when playing around with BibDesk's templates, I came across a tricky problem: > I want to include hyperlinks in RTF templates the same way it is already > possible with HTML templates. For example, with HTML templates, something > like this is quite common: > > <a href="<$pubFields.Url/>"><$pubFields.Url/></a> > > Although RTF does know about hyperlinks, a solution along this line doesn't > seem to work. Both, Word and TextEdit, offer the possibility to turn parts of > the text into a hyperlink. But if I give a template tag as link destination, > it doesn't get resolved. What happens is that the browser tries to open a > location with the address %3C$pubFields.Url/%3E which of course doesn't work. > > Is this doable? > > TIA > > Simon
No, this is not possible in general. The template works one the text of the RTF, not the underlying syntactical raw format. However you can add some special types of links using keys like linkedText. Christiaan ------------------------------------------------------------------------------ _______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
