[openstreetmap/openstreetmap-website] Split links in notes when tag has value of type link or freeform (Issue #7118)
danieldegroot2
notifications at github.com
Sat May 30 11:36:45 UTC 2026
danieldegroot2 created an issue (openstreetmap/openstreetmap-website#7118)
### Problem
Split links in notes when tag has value of type link or freeform
ie. when website=https://www.[...], description=[...] include the full key+value in the URL
this results in broken wiki links in most cases.
### Description
get the type of value (subtype, link, freeform text) from id-tagging-schema or similar where possible and split the link (🔗 `key` [=] `value`) to provide users with usable wiki links, similar to changeset tables.
It is understandable if it is (partially) unfeasible, in which case feel free to close this issue.
### Screenshots
a link or freeform text should not be included in the URL (unless it is known wiki page)
<img width="322" height="71" alt="Image" src="https://github.com/user-attachments/assets/6e3d019e-9976-4b41-a1d3-5d80b3628ba6" />
where this would be useful is if it would link directly to taginfo instead, which knows common values.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/7118
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/7118 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260530/feebbbba/attachment.htm>
More information about the rails-dev
mailing list