emgithub
emgithub copied to clipboard
Embed a file from GitHub repository just like GitHub Gist.
When code snippets are linked that are inside a function (or maybe even a few blocks of logic) we get output like: `foo =8;` instead of: `foo =8;` Which leads...
Currently emgithub only shows the **file name** in the folder, which does not indicate the path structure. An option to show the **full path** of the file in the repository...
Hey there, I found emgithub.com to be extremely useful to my workflow, but I cannot embed my code snippets (from my repo) on medium.com. This is maybe because they use...
This is probably too broad for a feature request, but I would like to use this without needing `JavaScript` enabled on my browser. I'm planning on adding it to a...
The server is responding the page as 404 because you are serving it from 404.html of GitHub Pages and I know it doesn't create a big impact on this type...
Hello @yusanshi, thanks for this useful script. I've added a feature I needed, so I thought you might want to consider it for inclusion in the main. I added an...
i need render single markdown file full page, can this tool do that ?
Is there a way of embedding code using some kind of markers instead of line numbers? Let's say I have this file: ``` import sth import sth not important fun...
Thanks a ton for this amazing tool. 1 feature I feel would be a cherry on top, would be to have support for embedding commit diffs. Feature requests * Support...
In this part of the code: https://github.com/yusanshi/emgithub/blob/684c4445e80cb5255ee7af68bb1e463c1f44c3ed/embed-v2.js#L340-L342 We check if the global variable `hljs` is present. If not, we load the script. But it seems that if we load multiple...