DEV Community

Discussion on: 🤓 What's on your GitHub Profile README

Collapse
 
perpetual_education profile image
perpetual . education

Our github page screenshot

We've never tried to push markdown very far. Getting an image link to a video worked - but what other cools stuff can we put in there? Is there any way to embed canvas?

Collapse
 
waylonwalker profile image
Waylon Walker

Your mission statement is wicked cool 😎.

Not sure about canvas. Based on what I have seen on others, they take a gif and embed that in the readme. Gets rid of any interactive feature, but still give the ability to do some cool motion graphics.

Collapse
 
perpetual_education profile image
perpetual . education

Awe, you're sweet! It's real. ; )

Yeah - we checked out all the examples we could find that looked "animated" - and they were gifs.

If MD just spits out HTML, then it seems like you could somehow drop some JS/Vue in there - and make it interactive... or maybe just some SVG and complex hover logic. We will for sure check it out and play around. : )