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.
The current Share button encodes full CONFIG+TREE state into the URL hash via LZ-String compression. URLs are functional but very long.
ideas