Skip to content

Conversation

@CollinBeczak
Copy link
Collaborator

@CollinBeczak CollinBeczak commented Feb 2, 2026

Resolves: #2763

test instructions:

Test Mustache Tag Replacement

Problem A - Markdown links with mustache tags:

Problem B - Bare URLs from mustache tags:

  • OSM: {{osm_link}}
  • TILDA: {{tilda_link}}

Control - Hardcoded links (should always work):

test.geojson:

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [13.4129161, 52.546675999]
      },
      "properties": {
        "osm_link": "https://www.openstreetmap.org/way/1119390131",
        "tilda_link": "https://tilda-geo.de/regionen/infravelo?map=18.8/52.546675999/13.4129161&config=l6jzgk.5ount5.4&v=2&bg=areal2025-summer",
        "mapillary_link": "https://www.mapillary.com/app/?lat=52.546675999&lng=13.4129161&z=18.8&panos=true",
        "street": "Schönhauser Allee"
      }
    }
  ]
}

before:
Screenshot 2026-02-02 at 4 02 04 PM

after:
Screenshot 2026-02-02 at 4 01 39 PM

…ent hook

- Downgraded `remark-gfm` from version 4.0.1 to 3.0.1 in both `package.json` and `package-lock.json`.
- Updated `@types/mdast` from version 4.0.4 to 3.0.15 and adjusted related dependencies.
- Modified the URL transformation logic in `UsePropertyReplacement.js` to change the behavior of `replacePropertyTags` from false to true.
@CollinBeczak CollinBeczak marked this pull request as ready for review February 3, 2026 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deeplinks with Mustache Tag Replacement dont work

2 participants