Notebook Is A Better Readme
matyunya-readme.ellx.app
Notebook Is A Better Readme
1–10 of 79 posts
Re: Notebook Is A Better Readme
#2> Now, I've been working on [Ellx, ]a tool
The first reference to the name that I saw was in relation to a scope convention and I had to go search for the anchor to that reference.
Re: Notebook Is A Better Readme
#3One thing that would have helped me as a reader is to cite the name Ellx by adding the bracket text in this sentence: > Now, I've been working on [Ellx, ]a tool The first reference to the name that I saw was in relation to a scope convention and I had to go search for the anchor to that reference.
Re: Notebook Is A Better Readme
#4Really cool that this author is thinking about ways to make that kind of stuff a reality. To me it’s exciting to imagine a future where programs automatically generate UIs that explain what they do with the best techniques from pedagogy, graphic design, video game mechanics, etc.
Re: Notebook Is A Better Readme
#5Re: Notebook Is A Better Readme
#6But I also think many READMEs could be improved with the inclusion of a figure or two.
It really helps if the artefact has some kind of visual output, and if there isn't, some kind of diagram could be useful.
Re: Notebook Is A Better Readme
#7I think markdown is probably as fancy as it can get and still be readable in the terminal after I clone the repo, or any ide, or the browser.
I think of it as a more formatted man page. Would I want a man page to be interactive? Or only work in a browser.
I also think if GitHub allowed more flexible markdown (like allowing html and js) it would turn more into a MySpace chaos. I don’t think authors would limit themselves to nice functions only once you let the JavaScript and CSS cat out of the bag.
I think your example is neat but that’s what pages is for. Use pages and add a link at the top of your readme. Just because GitHub is the first thing your users see doesn’t mean it has to be. Make a project web site, direct users there. Use GitHub pages for that if you don’t have a site elsewhere.
Re: Notebook Is A Better Readme
#8I question Unicode as well.
A readme file should work as expected in simple text editor. Like an early version of VI from 30 years ago.
Anything fancy should be able in the documentation hierarchy for the project
Re: Notebook Is A Better Readme
#9And, by the way, stop with the markdown README crazyness.
README files are supposed to be readable as plain text and hard-wrapped at 80 columns. I have found some "readme.md" monstrosities with github-specific markdown that were unreadable outside the github website. This is akin to presenting your readme file as a flash ainmation.