Skip to content

Clickable link + base64/url encoding support #101

@tobiasBora

Description

@tobiasBora

I'd like to visualize some data generated via minizinc. For this, I'd like to generate urls like https://urlofmyvisualizer.com/file=BASE64ENCODINGOFMYOUTPUT, where the url points to some tools that allow me to visualize the data (echart graphs, ICS viewers…). For now I have two issues:

  1. the URL is super long, hence copy/pasting is not practical. I'd love minizinc playground to detect urls and allow the user to click them.
  2. some visualizers I use expect either URL encoding or base64 formatting. URL encoding can more or less be written manually, but base64 is harder to write manually. Unfortunately, I can't find any way to loop on all elements of a string in minizinc, hence I can't write this base64 function.

I understand that point 2 should be reported in a different repository, but could we fix issue 1 here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions