cooklang-obsidian icon indicating copy to clipboard operation
cooklang-obsidian copied to clipboard

a maybe out-of-scope FR: recipe scraping

Open brimwats1 opened this issue 3 years ago • 3 comments

Hello!

just an idea I had when looking at this plugin—it would be great if it could make use of the structured recipe markup that most sites have now?

here's source info https://developers.google.com/search/docs/advanced/structured-data/recipe

here's an open source example https://schollz.com/blog/ingredients/

brimwats1 avatar Dec 12 '21 16:12 brimwats1

here are the implementations of the last link

golang ingredients https://github.com/schollz/ingredients

this does recipes in markdown https://github.com/schollz/extract_recipe

brimwats1 avatar Dec 12 '21 16:12 brimwats1

I knew about the JSON schema, but didn't realise it was actually embedded into pages for Google results!

Honestly, this sounds like it would be better suited to something outside of Obsidian (a CookLang recipe clipper extension?) but it's definitely something that's on my mind, so thanks for pointing out some more resources

deathau avatar Dec 12 '21 22:12 deathau

Take a look at https://github.com/nothingislost/obsidian-cooklang-importer

Vaelek avatar Jan 14 '22 01:01 Vaelek