Support passing of username via collaboration link
See original GitHub issueI would like to integrate excalidraw using an iframe. Currently the user has to input his username manually in the collaboration window, when they enter the canvas via a collaboration link. Therefore, passing the user’s name inside the application as part of the collaboration link would be preferable.
Such a link could look as follows:
https://excalidraw.com/#room=356b11958a1f15eaef46,T1xRd3fKREa5TS1YT7T1Vg?username=Tom
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Connect and collaborate in Delve - Microsoft Support
To go to your profile page, click Me in the left pane, or click your name or picture anywhere in Delve. Update your...
Read more >Collaborate & comment with a screen reader - Google Docs ...
Open the File menu using the shortcut key for your browser: Windows, using Chrome: Alt + f; Windows, using other browsers: Alt +...
Read more >Collaborating on Projects - Qualtrics
Within the project's Survey tab, click Tools. · Select Collaborate. · If a user is in the same organization as you, you can...
Read more >Share lists and collaborate in Reminders on iPhone
On iPhone, use iCloud to share to-do lists, collaborate, and assign tasks to other people.
Read more >Frequently asked questions about distributed collaboration ...
By default, ArcGIS Online is configured to only allow access through HTTPS. Verify that the ArcGIS Enterprise feature layer service URL is using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it’s reasonable. It won’t affect the package and will be implemented on the excalidraw.com level — unsure of the particulars yet. We should probably use
location.hash
as that’s what we’re currently using for everything (we have a fewlocation.search
in our codebase, but only for legacy reasons).I support this. I am currently working on an integration (IFrame) to Jitsi. It would be nice if exaclidraw would support setting it via queryParam, similar to etherpad https://etherpad.org/doc/v1.8.13/#index_embed_parameters
Are you open for receiving a PR adding that functionality?