ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Concerning text backgrounds (and further tuning) in references
Date: Sat, 24 Oct 2020 20:20:19 +0200	[thread overview]
Message-ID: <652b5c9f-b8dd-4c20-10db-265243d40eec@gmail.com> (raw)
In-Reply-To: <CAKyqqaZRU6ECRo5wTc9qiqaymoTphg9gkHJ-ucOpy5iSjMuVRQ@mail.gmail.com>

Jairo A. del Rio schrieb am 24.10.2020 um 01:45:
> |Hi, list! I've seen the following question in TeX.SE.
> |
> 
> |My attempt of solving was:
> |
> 
> |
> https://tex.stackexchange.com/questions/567655/change-background-color-of-hyperlinks/567719?noredirect=1#comment1431936_567719
> 
> \setupinteraction [state=start] \definetextbackground[MyUrl] [ 
> location=text, background=color,backgroundcolor=yellow, frame=off, 
> ]\def\myfootnote#1{\MyUrl{\high{#1}}} 
> \setupfootnotes[textcommand=\myfootnote] 
> \definepapersize[default][A8,portrait] \setuppapersize [default] 
> \useURL[aurl] [https://wiki.contextgarden.net] [] [\MyUrl{ConTeXt 
> Garden}] \starttext Testing links to same page\footnote{This should 
> create links to same page} and an external link: \from[aurl]. \stoptext
> 
> |
> 
> |When one tries to use `\setupinteraction[...style=\MyUrl...]` either it 
> doesn't work or displays a background which doesn't break well across 
> lines.
> |
> 
> |Is there a workaround or another method? Maybe a feature request for a 
> more customizable setup for references? I had the same problem some time 
> ago and I guess some others too.

\definebar
   [urlbackground]
   [color=yellow,
    order=background,
    continue=yes,
    rulethickness=2.8,
    offset=1.4]

\setupinteraction
   [state=start,
    style={\setbar[urlbackground]}]

\starttext

\unknown\ \goto{ConTeXt 
garden}[url(https://wiki.contextgarden.net/Main_Page)] \unknown

\stoptext

Wolfgang
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2020-10-24 18:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 23:45 Jairo A. del Rio
2020-10-24 18:20 ` Wolfgang Schuster [this message]
2020-10-24 22:23   ` Jairo A. del Rio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=652b5c9f-b8dd-4c20-10db-265243d40eec@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).