Giter Site home page Giter Site logo

gistio's Introduction

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

gistio's People

Contributors

b1naryth1ef avatar gslin avatar idan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gistio's Issues

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?

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#.

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.

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.

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.

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.

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? :)

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.

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.

"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

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.