Giter Site home page Giter Site logo

Comments (13)

booc0mtaco avatar booc0mtaco commented on August 21, 2024 1

@knowtheory Good call! There was enough in that account to make me think it was a very confused user.

from tacofancy.

dennisgit42 avatar dennisgit42 commented on August 21, 2024

Sorry if this is dumb question, but would this suit my needs? httplol://www.host-ed.net/

from tacofancy.

booc0mtaco avatar booc0mtaco commented on August 21, 2024

What exactly are you trying to do? To contribute here, you should only need some git tool (like git on the command line), and an editor for text or markdown files.

from tacofancy.

knowtheory avatar knowtheory commented on August 21, 2024

lol github spam.

Hey @dennisgit42 what's the cube root of 8?

from tacofancy.

knowtheory avatar knowtheory commented on August 21, 2024

I also edited all the links so that nobody accidentally clicks through on them.

And for anyone interested in how weird the spam gets, Dennis Git's github profile is filled with commits that look like they're scraped from places like StackOverflow.

For example this commit: dennisgit42/todo@add232d from 21 days ago appears to be lifted from this StackOverflow post: https://stackoverflow.com/questions/39467749/delete-from-database-with-javascript from last year.

from tacofancy.

knowtheory avatar knowtheory commented on August 21, 2024

I might still be jumping the gun, in which case, i will profusely apologize, but if in those circumstances i will also be very confused :)

Also, if that turns out to be the case, i would be very happy to personally help @dennisgit42 get set up to contribute taco recipes!

from tacofancy.

dennisgit42 avatar dennisgit42 commented on August 21, 2024

Actually, I am a human user trying to practice contributing to open source. I am trying to write up a recipe for the tacofancy repo using markdown, as described in the docs. I am unsure of how to do this given the problem I described.

from tacofancy.

dennisgit42 avatar dennisgit42 commented on August 21, 2024

from tacofancy.

dennisgit42 avatar dennisgit42 commented on August 21, 2024

Could booc0mtaco explain why only git and text editor are necessary? Based on what I was reading here: https://daringfireball.net/projects/markdown/ I have to first install markdown, then a web writer like Bloxsom, and use Bloxsom with markdown configured.

from tacofancy.

booc0mtaco avatar booc0mtaco commented on August 21, 2024

@dennisgit42 OK, we can step thru this process if you want. Hopefully there was no offense!


So, all that you're reading about markdown is a red herring when dealing with github. Gruber's page is for people who plan on using some CMS on their own site to write and post markdown content. On github.com, this is handled for you. This repository only contains text files, and the web pages have code to do formatting (e.g., You don't install anything to get color coding for your code files like JavaScript, and you similarly don't need to install anything to handle markdown files and their formatting).

In fact, these comment fields (yes, the very ones you are using now) support markdown! You can make things bold, italic, or make them look like inline code. You can see all of this by clicking "preview" as you type a comment.

If you're only interested in adding new recipes, find one that you like here, and view it's raw source. See there? It's just text. Github.com effectively is your bloxsom/whatever.

For an editor, I'd honestly recommend learning markdown syntax and using a plain text editor. If you want something more visual, You can use a tool like MacDown or typora. Once you're creating your own recipes, you can submit "Pull Requests" to have them added to this repository. In the most basic workflow, you can simply use github itself. That way, there's no need for any external tools; just navigate to the directory you want, click "create new file," and follow the on-screen instructions for submitting this new recipe.


Hope that's enough to get you on the right path!

from tacofancy.

knowtheory avatar knowtheory commented on August 21, 2024

@dennisgit42 Oh man, I'm so sorry for assuming! I'd be happy to help you with github & markdown, my email address is in my profile if you'd like to reach me there, i'm happy to help out on specifics.

As a general matter, Markdown is just a file format. There are many tools (some are websites, some are tools you can run on your own machine) which will read markdown files and display them as HTML. Github automatically does this in fact. Any file that has a .md extension can be viewed as HTML (for example the index.md) as well as edited as markdown & text (see the editing link that github its pages).

If you're running a website which takes user input, there are tools which will take those user contributions and convert them from markdown into HTML snippets automatically (like what Github is doing). But in the case of Tacofancy, that's not the intent/design of how folks contribute their taco recipes.

So! Happy to walk through any of this with you here, or via email, or the medium of your choice. Apologies again!

from tacofancy.

dennisgit42 avatar dennisgit42 commented on August 21, 2024

from tacofancy.

dennisgit42 avatar dennisgit42 commented on August 21, 2024

from tacofancy.

Related Issues (20)

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.