steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

Wishlist: In c:geo GPX output, preserve links #342

Closed steve8x8 closed 6 years ago

steve8x8 commented 7 years ago

Currrently (3.25.5), all output formats pretend that the GPS device isn't online-capable. Therefore, ... hyperlinks are reformatted. (The same is true for but this might result in increased data traffic when opening a cache description - something I consider undesirable.)

An app with internet connection could profit from "live" hyperlinks, e.g. for geochecker access.

If the link text consists of real text, that should be shown as is (e.g. no replacements at all). If the link "text" is an image (including for example, the geochecker stats) it should be "masked". Cache-related images have to be retrieved by other means - the final option being a "reload" of the cache inside the app.

steve8x8 commented 7 years ago

There's a patch in my "work in progress" space - which I'm trying to test myself before going public (i.e. attaching it here). I'm not fully convinced yet... and would like to avoid multiple updates.

Any comments?

steve8x8 commented 7 years ago

Leaving this open after the release of 3.26.0 - I'm using this myself with c:geo, and personally like the opportunity to (a) read URLs (e.g. of images), (b) open URLs in a separate browser (e.g. geocheckers). Note that there's no way to access a background image (as that isn't inherited by the printable page). Feel free to comment on possible changes.

steve8x8 commented 6 years ago

See Issue #352 for recent changes and discussions.