Skip to content

Suggestion to Document pasted URL Length Limitation #135

@asebert-caue

Description

@asebert-caue

Hello,

First and foremost, I would like to express my gratitude for this highly beneficial tool. However, I have observed a need for enhancement in the documentation concerning the maximum length of pasted URLs.

Currently, a URL with 449 characters works correctly:

https://youtu.be/TVLURx2nFqw?si=sYIh2pGe5cTrWM0f&t=168&dummy=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

However, a URL with 450 characters does not work:

https://youtu.be/TVLURx2nFqw?si=sYIh2pGe5cTrWM0f&t=168&dummy=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Upon examining the Editor.js code, it seems there is a limitation at 450 characters:

 /** If string`s length is greater than this number we don't check paste patterns */

Link to the source code

We have a service to integrate for visualizing maps, and the URLs can include numerous parameters (filters, spatial extent, etc.) that might exceed this limit.

I could develop a new block for this map service, but I'm concerned about the user experience, where some services integrate with a simple copy-paste, while others require a dedicated block.

Do you have a solution to work around this limitation?

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions