Giter VIP home page Giter VIP logo

Comments (15)

twiclo avatar twiclo commented on July 24, 2024

Is there an article that already follows this standard? I'd like an example to look to when converting my recipe

from based.cooking.

AtomToast avatar AtomToast commented on July 24, 2024

Most of the more bloated sites I know use some script tag together json data in order to generate the html. For a simpler application I would suggest just looking at the examples at the bottom of the schema.org page linked above

from based.cooking.

twiclo avatar twiclo commented on July 24, 2024

Oh so this is something that the SSG needs to implement? I can't just put these things in my markdown?

from based.cooking.

AtomToast avatar AtomToast commented on July 24, 2024

It's not something that markdown supports, it's too simple for that. The tags need to be placed inside of the respective html tags

from based.cooking.

DGKSK8LIFE avatar DGKSK8LIFE commented on July 24, 2024

It's not something that markdown supports, it's too simple for that. The tags need to be placed inside of the respective html tags

Markdown on the web (most of the time), encodes/renders in HTML. Markdown engines like the one Github uses supports HTML and CSS tags (embedded) FYI.

from based.cooking.

AtomToast avatar AtomToast commented on July 24, 2024

But wouldn't that kind of ruin the point of using markdown in the first place?

Could you give me a mockup of what such an html embed might look like in this case?

from based.cooking.

DGKSK8LIFE avatar DGKSK8LIFE commented on July 24, 2024

But wouldn't that kind of ruin the point of using markdown in the first place?

It complements markdown, giving it features that it doesn't have by default; but shouldn't be overused.

Could you give me a mockup of what such an html embed might look like in this case?

Yeah here's an example from my profile README:

# Hi there <img src="https://media.giphy.com/media/gM5qFksULw54NMWyry/giphy.gif" height="50"/>, I'm Tarek Ali - aka DGK 

from based.cooking.

AtomToast avatar AtomToast commented on July 24, 2024

Hm, given that one of markdowns main purposes was to be human readable I am still not the biggest fan of this but for usecases like these it should still be okay. It should probably be quite simple to have a static site generator embed some inline html tags

from based.cooking.

twiclo avatar twiclo commented on July 24, 2024

So it sounds like I can use these tags right now to get my recipe up to the standard?

from based.cooking.

AtomToast avatar AtomToast commented on July 24, 2024

Not entirely sure how the generator works at the moment but I would assume that it would actually need to be added on it's end

from based.cooking.

DGKSK8LIFE avatar DGKSK8LIFE commented on July 24, 2024

Not entirely sure how the generator works at the moment but I would assume that it would actually need to be added on it's end

It's not an SSG, it's native HTML rendering support by the markdown engine (using the HTML tags in this case, not markdown)

from based.cooking.

twiclo avatar twiclo commented on July 24, 2024

So that's a... yes?

from based.cooking.

AtomToast avatar AtomToast commented on July 24, 2024

It's not an SSG, it's native HTML rendering support by the markdown engine (using the HTML tags in this case, not markdown)

I am not really sure what you are talking about here. The software luke uses clearly defines itself as "a small static blog generator" https://pedantic.software/git/blogit/about/

I would suspect that with the current setup it would require some extra work to get this setup working since people don't write their recipes in just plain html

from based.cooking.

DGKSK8LIFE avatar DGKSK8LIFE commented on July 24, 2024

I would suspect that with the current setup it would require some extra work to get this setup working since people don't write their recipes in just plain html

Yeah, I was talking about markdown rendering on the web in general, not sure about this particular SSG.

from based.cooking.

solonovamax avatar solonovamax commented on July 24, 2024

Why is this closed as completed?

This has not been implemented on the website what-so-ever.

I would personally find this feature very useful, as Nextcloud Cookbook allows me to automatically import recipes from websites that conform to the Schema/Recipe standard.

from based.cooking.

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.