public shareable urls
See original GitHub issuegoogle drawing allows you to generate a public url that renders the drawing in png
use case: embed the image in a gh issue https://twitter.com/vjeux/status/1216228555652075520?s=21
The benefit is that you get auto-updates on that image. Very useful for docs, wikis, etc like gh issues, notion, confluence, gdocs. Keep one source of truth.
It requires a server piece ofc. I think zeit now
would be a good fit for this. You get great latency and cache through their cdn for free. And you can provide a one-click deploy experience for users who want to host it themselves.
cc @rauchg
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
How to Generate a Shareable URL for Distribution
Shareable URLs · Select your project, then click Distribute. · On the Distribute menu bar, click Shareable URL. · All multi-use Shareable Links...
Read more >What is a public link?
When you want to share a folder with someone not in the Files app in your workspace, without requiring your recipient to log...
Read more >Create Public URL in Google Drive for Webpage app
Create Public URL in Google Drive for Webpage app · At the top right, click Get shareable link · Make sure its set...
Read more >Sharing Public Links
Sharing Public Links ; In M-Files, find the object that you want to share. ; Right-click the object and select History to share...
Read more >Publish & share your site - Sites Help
On a computer, open a site in new Google Sites. · At the top, click Share Share with others · Next to "Published...
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 you can start with an anonymous scheme if you want to keep it lightweight. You want authenticated users to avoid abuse and provide other functionality, like “my diagrams”, “private diagrams”, permissions like gdocs (org wide, per user, etc). For all that you can use Auth0 and can be invoked only when you want to share.
We should narrow this issue down. It mentions branching/forking and the ability to save to the same url (as I understand it). There’s also a mention of auto-exporting a PNG to a public url.