[NTG-context] Does \url work like \from?

2014-10-20 Thread Sander Maijers
​Hi,

On http://wiki.contextgarden.net/url#Overview is stated:

 You can use

 \url[aurl]

 as well, which behaves like \from[#1].

I may be wrong to interpret \url a synonym of \from based on the
documentation, as \from has only one parameter though. Test:

\useURL[author_email][mailto:invalid@invalid.invalid][][A Name]

 \setupinteraction[state=start]
 \starttext

 \from[author_email]
 \url[author_email]

 \stoptext


The first URL has 'A Name' as title and is clickable, the second one the
e-mail address and is not clickable.

Best,
Sander
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Does \url work like \from?

2014-10-20 Thread Alan BRASLAU
Perhaps you might want to try (untested):
\goto {A Name}[url(mailto:invalid@invalid.invalid)]

Alan

On Mon, 20 Oct 2014 16:18:04 +0200
Sander Maijers s.n.maij...@gmail.com wrote:

 ​Hi,
 
 On http://wiki.contextgarden.net/url#Overview is stated:
 
  You can use
 
  \url[aurl]
 
  as well, which behaves like \from[#1].
 
 I may be wrong to interpret \url a synonym of \from based on the
 documentation, as \from has only one parameter though. Test:
 
 \useURL[author_email][mailto:invalid@invalid.invalid][][A Name]
 
  \setupinteraction[state=start]
  \starttext
 
  \from[author_email]
  \url[author_email]
 
  \stoptext
 
 
 The first URL has 'A Name' as title and is clickable, the second one
 the e-mail address and is not clickable.
 
 Best,
 Sander

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___