Giter Site home page Giter Site logo

gistio's Issues

reStructuredText support

I think it'd be nice if I can view reStructuredText documents using gist.io, and looking at the python code, I think it's possible.

I don't know much about CSS though, but that shouldn't be hard either.

Make it work without JS

It would be nice if viewing the contents (which is fairly static) wouldn't require me to have JavaScript enabled (and available at all) in the browser. This way I could also wget/curl such a page, etc.

should convert to smart-quotes

I know that WordPress or at least a plugin has an algo for this. Could check that or other implementations, I'm sure they're out there. Bringhurst would demand it.

Is the project alive?

Hello.
Seems like the last commit was 5 months ago, I was wondering if the maintainer stopped working on Gist.io , or maybe he just took a break.

I really love the idea of turn Gist.io into a blogging platform (Users, Comments, etc.) because I'm not comfortable with Wordpress/Blogger/Tumblr and I don't want to set up a Jekyll/Octopress site. I find Gist.io great for writing but... it's not a blogging platform.

auto-preview editing experience

I want to full-screen and have markdown on the left and an automatically-updated preview on the right. The two should be synced wrt scrolling. Preview should exactly match site.

@idan Is this a feature you're interested in?

Redirect to a meaningful URL

It would be nice to have more meaningful URLs such as:

gist.io/jeromegn/123456-sluggified-post-title

That's all possible without user intervention.

  • Username: Armed with the gist API, you could know which user this belongs to.
  • Slug: Generated from the gist's description

As soon as somebody hits gist.io/123456 you could redirect them to the more meaningful URL.

"Unable to Fetch Gist" on example post et. al

Trying to access the "example post" linked in gist.io get the "Unable to Fetch Gist" error page.
Similarly accessing any gist yields the same error page.

Using the "Web Inspector" in Safari, under the "log" panel there is the following error

Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://gist.io/3135754/content

gist.io is not loading gist content

Readers of my gist.io posts reported this morning that the gist.io URLs are not rendering the gist content?

"No Content Found

Quite flummoxed. Terribly sorry."

Not sure if this is a gist.io thing or a github thing?

Instapaper/Readability Compatibility

Considering the fact that this is for reading writings rather than codes, I think it makes sense to make it compatible with Instapaper and other services similar to it.

Also the <title> element should be the description rather than gist.io#.

Add HTML anchors to headlines

It would be pretty neat if one could directly link to sections of a gist, e.g. http://gist.io/12345#my-awesome-section. Would it be feasible to automatically generated the necessary anchors from the section title? :)

Support literal haskell!

Ahoy there!

Literal haskell is a fantastic writing medium, it also helps that it's markdown compatible. This issue description is in literal haskell, and can be compiled by any haskell compiler (as a file with a .lhs extension).

Code to compile is in markdown blockquotes like so:

factorial' :: [Int] -> Int
factorial' [] = 0
factorial' (x:xs) = x * factorial xs

In theory all you should have to do is add .lhs to your list of supported file types somewhere and it should just work. I totally get that there probably won't be much demand for this though.

Need a new maintainer / someone to help?

Hey @idan, I've noticed that gistio has been untouched for almost a year now. If you've got other things going on and don't have time to maintain it anymore, I'd really like to offer my help as a committer or co-maintainer. The site's quite cool and I'd hate to see it remain untouched! Please let me know if you think there'd be room for someone to help you out here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.