idan / gistio

A gist-backed pretty display for markdown.
https://gist.io
MIT License
485 stars 41 forks source link

Add support for viewing all gists that belong to a user #12

Open pcrockett opened 12 years ago

pcrockett commented 12 years ago

I'd really like to be able to point someone to http://gist.io/pcrockett where they can see several of my gists on one page. Similar to the way you see a user's gists when you go to https://gist.github.com/pcrockett, but pretty.

puffnfresh commented 12 years ago

Came here to ask for this. :+1:

zhuzhuor commented 12 years ago

More ideas under this topic:

If gist.io supports picking up only the gists of one user with a specific title/tag would be much better. For example, http://gist.io/username/blog will produce a list of entries from gists with the titles like [Blog] A sample post

And supporting adding custom CNAME domains would be much much better for personal blogs, e.g. http://blog.mydomain.com is seen as http://gist.io/mygithubname/blog

idan commented 11 years ago

Planning on doing this.

zhuzhuor commented 11 years ago

@idan Thanks! I wrote a client-side version of gistio, which supports this feature. You may take a look at https://github.com/zhuzhuor/jist

Potherca commented 5 years ago

I've done a similar exercise (client-side listing of all Gists): http://jsfiddle.net/potherca/hYMH8/

Potherca commented 5 years ago

🤔 Is still an issue?

Do you still plan on doing this?