Skip to content

Conversation

atyrode
Copy link
Contributor

@atyrode atyrode commented Apr 23, 2025

Using a feature from our custom Excalidraw fork, we can now hide the "hyperlinks" from our elements:

Screenshot 2025-04-23 at 23 06 46

This is done using the customData field on the elements, and setting showHyperlinkIcon to false, such as the following example:

{
    "type": "excalidraw/clipboard",
    "elements": [
        {
            ...
            "customData": {
                "showHyperlinkIcon": false
            },
            ...
           }
     ]
}

Resulting in a much nicer experience:

Screenshot 2025-04-23 at 23 12 22

@atyrode atyrode merged commit 252e5cc into main Apr 23, 2025
1 check passed
@atyrode atyrode deleted the hide-hyperlink branch April 23, 2025 21:23
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.

1 participant