Olian04 / github-readme

A custom element that renders the readme of a github repository
https://olian04.github.io/github-readme/
MIT License
17 stars 3 forks source link

WIP: HTML import #11

Closed Olian04 closed 5 years ago

Olian04 commented 5 years ago

Based on issue https://github.com/Olian04/github-readme/issues/10

Status:

It works, but any imported scripts are bleeding into globalscope.

hmmm, turns out HTML imports have been depricated, we should probably stay away from them.

Check this demo to see if it still works: https://mintcreamopenpasswords--five-nine.repl.co/

Olian04 commented 5 years ago

This is no longer a planned rework