Peter Münster wrote:
On Thu, 11 Jun 2009, Peter Münster wrote:

Here a general test-file with all possibilities to print URLs, that I'm
aware of:

\setupinteraction[state=start]
\useURL[myURL][http://url.com/index.html]
\starttext
\hsize1pt
% hyphen introduced in url, no special color/style:
\from[myURL]
% same as \from, but \tt style:
\url[myURL]
% hyphenated without hyphens but no color/style/interaction:
\hyphenatedurl{http://url.com/index.html}
% interaction and color, but not hyphenated:
\goto{http://url.com/index.html}[url(http://url.com/index.html)]
\stoptext

The best would be, to have a command that:
- makes interactive links like \from[]
- uses \tt style like \url[]
- breaks URLs like \hyphenatedurl{}
- uses color like \goto{}[]

Just a hint: the \from command of version 2009.01.18 MKIV worked very well:
- there was color
- tt-style
- interaction was ok
- hyphenation as with \hyphenatedurl was also ok
- possibility to add number-signs in url with "\#"

all referencing code has been rewritten so as with structure it will take some time for it to reach the desired state; i'm currently rewriting all backend code

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to