kevinSuttle / github

Yes, I know about https://github.com/isaacs/github
GNU General Public License v2.0
2 stars 0 forks source link

Allow <iframe> and <script> embeds in Markdown, issues, wikis #17

Open kevinSuttle opened 9 years ago

kevinSuttle commented 9 years ago

Examples of where this would be beneficial:

Gists, Tonic notebooks, Tweets, Vines, Youtube, etc.

kevinSuttle commented 8 years ago

https://github.com/github/markup/issues/538

kevinSuttle commented 8 years ago

You can use GitBook to embed gists and Tonic notebooks now. https://plugins.gitbook.com/plugin/gist https://plugins.gitbook.com/plugin/tonic

solodon4 commented 3 years ago

Just as a use case, I would like to be able to embed Google Spreadsheet (or any other cloud spreadsheet for that matter), where we keep data about our builds.

IgorBuchelnikov commented 3 years ago

Another use case: embed dotnet fiddle code snippet: <iframe width="100%" height="475" src="https://dotnetfiddle.net/Widget/CsCons" frameborder="0"></iframe> https://dotnetfiddle.net/Widget/Preview?url=/Widget/CsCons It will allow to make experimental editions and run code right from the README.md

Kevin44 commented 3 years ago

Another use case would be embeding LeanIX diagrams into items instead of just the picture of the document. Then the markdown item would automatically get the newest version of the diagram and we wouldn't have to worry about where the pictures of the diagram were located

hominhquan commented 3 years ago

Yet another usecase is to embed Godbolt assembly code iframe in Markdown. https://godbolt.org/

daniela-ferrai-aula commented 3 years ago

Another case would be to embed Figma designs so that I don't need to upload images.

nikolayAltium commented 2 years ago

Potential alternative - support https://oembed.com/ protocol with a whitelist of the supported providers.

ddluc commented 2 years ago

+1 to this. I would love to embed my diagrams.net documents directly into my repository's wiki pages!

m7kvqbe1 commented 2 years ago

It would be great to embed Storybook stories via an iframe into PRs.

reza0310 commented 2 years ago

I would like to embed http://ionicabizau.github.io/github-profile-languages/ too

pronoy2108 commented 2 years ago

I would like to embed https://about.pronoy2108.vercel.app/

rozek commented 2 years ago

I can understand concerns about Githubissues.

  • Githubissues is a development platform for aggregating issues.