org-chef
org-chef copied to clipboard
A package for making a cookbook and managing recipes with org-mode.
By parsing the URL with `url-generic-parse-url`, we can leverage the `host` as a key in a hash-table. We can use that hash-table to store references to the fetching functions. By...
Perhaps someone could make an org-protocol browser extension or bookmarklet for Org-chef. This would save a step on the capturing process. Org-roam uses org-protocol. Essentially this would send a capture...
It seems that recieving recipes from Chefkoch is a 50/50 chance. Here is an example with an error. https://www.chefkoch.de/rezepte/3268081485705070/Giotto-Mascarpone-Dessert-mit-Himbeeren.html When i try to add it with your capture example it...
Giallo zafferano is the most famous italian cooking website. Example link: https://ricette.giallozafferano.it/Zuppa-di-cipolle-gratinata.html I'm new (just discovered) to org-chef, if I get used to it I might try to add support...
https://www.allrecipes.com/recipe/47717/reuben-sandwich-ii When I try to insert recipe from the following link, all I have is this: ``` 1 ◉ 2 :PROPERTIES: 3 :source-url: https://www.allrecipes.com/recipe/47717/reuben-sandwich-ii 4 :servings: 4 5 :prep-time: 6...
most of recipes contents include image link, but when I capture recipe use org-chef, I found images link always dropped , why can't include link in recipes?
#19 gave me the idea to implement a standard `org-capture` template, this pull request implements it.
Currently org-chef just spews whatever into the time fields of recipe (prep-time, cook-time, ready-in). So it could end up being anything... 30m, 30mins, 30min, 30 mins, etc. org-chef should have...
I just discovered this package and it's awesome, great work! One killer feature to me would be to have a separate list the the user maintains, call it the "pantry",...
Might be nice to provide capture templates for people to use in their emacs configs as variables. This might make configuration a little easier, and if there's ever a need...