Skip to content

[Tentative] Playground: shorter share URLs #15

@rseldner

Description

@rseldner

The current Share button encodes full CONFIG+TREE state into the URL hash via LZ-String compression. URLs are functional but very long.

ideas

  • Smarter compression possible?
  • Server-side redirect via a free shortener? conflicts with the self-contained philosophy though. I want to avoid any sort of backend
  • Hash only the TREE (so omit CONFIG if unchanged from defaults)
    • maybe have a toggle to exclude the CONFIG but that would mean losing any nodeType customizations. Workaround would be use the import/export feature instead.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions