I'd like to make a suggestion for a cool feature: being able to clone someone else's recipe and put my own 'twist' on it. Almost like a git fork, if you want to use that analogy. You could also submit pull requests... you get the idea.
We had a feature – “create a variation”. Unfortunately the feature did not work well in the real world and we had to pull the plug.
Literature cannot be forked the way we think about it in code. My variation of the potpie isn’t simply a fork of the ingredients and editing lines. It’s “likely” a different style altogether and in most cases required the new author to write something ground up. We tried fixing this but the edge cases became too complex to handle.
Really nice looking editor. I don't cook, but if I was going to use this I would want an option to turn off automatic parsing of the ingredient list (did not check to see if you had that).
Also, if it's something you care about, you mis-spelled 'consistency' in your intro video as 'consistecny' on the 1st step of the recipe.
Seconded. The parser is very odd; it turns 'a nice cream' into 'nice cream' but 'an ice cream' is left alone. Moving the sentence structure around doesn't scan right, eg
Golden Rings 5
Calling Birds 4
French Hens 3
Turtle Doves 2
partridge in a pear tree
it's inconsistent, you have to retype things after correction to get something grammatical:
* '2 oz of butter' becomes 'butter 2 oz of'.
* '2 rashers of bacon' becomes 'rashers of bacon 2'.
it's wrong for some things, with apparently no workaround:
Apart from the last two - can't you just highlight the numbers without moving them?
Edited to add: looking at the way the recipes are presented on the site - with the quantities in a different column, rather than tagged on the end - makes me think that it would be clearer if it looked that way in the editor too, so you don't think of it as a sentence.
We built this with a lot of feedback and help from the HN community.
When Cucumbertown[1] launched we had a lot of HNers like Trey who used to keep recipes in a Dropbox folder and share. The first version of the editor was form based (a bit like a survey form) and inhibited copy/paste and free form cursor movements. We hacked around that version for sometime time till we hit the limits. A textfield could only do so much.
So some time back we decided to do a full rewrite, ground up pushing our limits with everything we learned.
This editor tries to be unobtrusive, simple and smart. The engine behind the scenes does a lot of work including parsing, numbering, autocomplete etc. all the way to a beautiful output.
I have been typing up all of my recipes off of my sticky notes. (Using a WordPress plugin called RecipePress.) My biggest annoyance that I thought your editor might fix is repeating myself.
Say I'm making spaghetti. In the steps I want to just type "boil 1 lb spaghetti in 4 cups water for 4-5 minutes" and have the tool parse the "1 lb spaghetti" out into the ingredient list. As it is, I have to type "spaghetti" twice. I know it may seem lazy, but when you are entering hundreds of these things it gets annoying.
Looks like the parsing code might already be there since you're doing it to the ingredient list. Anyway, looks miles ahead of what I'm using. I've been a Cucumbertown member for a long time but haven't visited much, looks like a lot has improved!
Ha! You have just suggested a terrific feature. I have no idea how we could implement something like that even with the parsing logic. I mean, we see way too many writing patterns on a restricted ingredient entry area itself. So imagining the multitude of edge cases makes my head spin:)
But will definitely give it a shot. We had something like this planned early on, but were too scared to try it out. And yes, we have been improving a lot on the site, please do come frequently:)
Can you let the recipe page be only about that dish? The "similar dishes" below it can all be collapsed if needed. Because many will just want to print scroll the actual content and not get lost in other things.
Requests that'd make be use it:
* special indian section (or others)
* Special indian + vegetarian. add the greed/red dot and you instantly have a large audience.
* I guess you could just allow special tags, and that could make above possible.
* printable/downloadable book. Not strictly necessary, I could just run phantomjs and print out a list of pages, but if this was pre-done that'd be nice.
Aside: from the vid, what are "2ons" of onion? I've searched and can't find it on Wikipedia. Google's doing it's thing of not letting me limit SERPs to those with the terms I want (yes even when they're in ""). I found a couple of recipes that mention "X ons" of ingredient but ... is it USA ounces to distinguish from "oz" as imperial ounces?
It's not in the Dummies book, not on Betty Crockers list, not on Wikipedia, not on a list I found on epinions, ...?
This brings to mind, does the recipe auto-convert to metric (eg from cups or imperial). How does it handle that?
In the vid they say '2 nos', not 'ons' for onions and also '4 nos' for lasagna sheets. I'm guessing whoever typed that thought units were required and typed a variant of 'nºs' to mean 'numbers'. See https://en.wikipedia.org/wiki/Numero_sign
I was _very_ skeptical starting watching the video, but you guys totally won me over by the end. I'm recommending the site to my wife now, who's an avid amateur cook.
This is incredibly neat, I love it. I haven't used it extensively, but would there be any way to easily export things so you can import it to say AnyList for shopping? I normally would just use Paprika for this, however the recipes here looks gorgeous.
edit: Also, I forgot to mention but it's a bit annoying that there's an upper limit to password length.
Hey! This is really nice.
Maybe I missed it but there doesn't seem to be a way to have the ingredients be proportional to the number of people you want to prepare it for. Of course, some things are not linear, and there should be a way to specify it (like the $ in Excel or Calc).
Very nice. I clicked to try entering a recipe, went straight to a page and quite liked the experience from there. I would rather "1 teaspoon" stayed on the left of "newt eyes" than the right, but I like that they are styled differently.
A long pending complaint. Been keeping it to the backburner for a while. SOrry about that. The auto loading stops after a while and becomes user triggered.
"carmelize"? I've heard US Americans saying it but I just thought it was poor diction for "caramelize" [bleurgh, of course caramelise is the correct spelling ;0) ]. Did you typo it or is this becoming an accepted spelling?
Wonder if you can build in synonyms without making it cluttered: julienne is for _home_ purposes used as equivalent to allumette, or matchsticks, or long thin strips, or batons. In a professional kitchen I think batons|batonnet are fatter, julienne are skinny and long, allumet|matchsticks are as the name suggests but a usually a little thinner.
Standardising recipe descriptions is probably pretty hard.
[+] [-] sugarpirate|11 years ago|reply
I'd like to make a suggestion for a cool feature: being able to clone someone else's recipe and put my own 'twist' on it. Almost like a git fork, if you want to use that analogy. You could also submit pull requests... you get the idea.
[+] [-] Cherian|11 years ago|reply
Literature cannot be forked the way we think about it in code. My variation of the potpie isn’t simply a fork of the ingredients and editing lines. It’s “likely” a different style altogether and in most cases required the new author to write something ground up. We tried fixing this but the edge cases became too complex to handle.
[+] [-] chewxy|11 years ago|reply
It does just that :D
[+] [-] mattbreeden|11 years ago|reply
Also, if it's something you care about, you mis-spelled 'consistency' in your intro video as 'consistecny' on the 1st step of the recipe.
[+] [-] bazzargh|11 years ago|reply
* '2 oz of butter' becomes 'butter 2 oz of'.
* '2 rashers of bacon' becomes 'rashers of bacon 2'.
it's wrong for some things, with apparently no workaround:
* 'five-spice powder' becomes 'spice powder five-'
* 'three cheese coleslaw' becomes 'cheese coleslaw three'
Apart from the last two - can't you just highlight the numbers without moving them?
Edited to add: looking at the way the recipes are presented on the site - with the quantities in a different column, rather than tagged on the end - makes me think that it would be clearer if it looked that way in the editor too, so you don't think of it as a sentence.
[+] [-] Cherian|11 years ago|reply
When Cucumbertown[1] launched we had a lot of HNers like Trey who used to keep recipes in a Dropbox folder and share. The first version of the editor was form based (a bit like a survey form) and inhibited copy/paste and free form cursor movements. We hacked around that version for sometime time till we hit the limits. A textfield could only do so much.
So some time back we decided to do a full rewrite, ground up pushing our limits with everything we learned.
This editor tries to be unobtrusive, simple and smart. The engine behind the scenes does a lot of work including parsing, numbering, autocomplete etc. all the way to a beautiful output.
Here’s an example: http://www.cucumbertown.com/onion-puffs-recipe-dish
This is just a start and there’s a lot ahead of us. As always we would love your feedback.
I hope this help HNers like munificient[2] move from textfiles to a better solution.
[1] http://cucumbertown.com/
[2] https://news.ycombinator.com/item?id=8358827
[+] [-] digitalpbk|11 years ago|reply
We have tied together parts of https://github.com/daviferreira/medium-editor, vanilla-js and jquery :)
[+] [-] swookiee|11 years ago|reply
[+] [-] sondr3|11 years ago|reply
[+] [-] cooperadymas|11 years ago|reply
Say I'm making spaghetti. In the steps I want to just type "boil 1 lb spaghetti in 4 cups water for 4-5 minutes" and have the tool parse the "1 lb spaghetti" out into the ingredient list. As it is, I have to type "spaghetti" twice. I know it may seem lazy, but when you are entering hundreds of these things it gets annoying.
Looks like the parsing code might already be there since you're doing it to the ingredient list. Anyway, looks miles ahead of what I'm using. I've been a Cucumbertown member for a long time but haven't visited much, looks like a lot has improved!
[+] [-] anandgrafiti|11 years ago|reply
But will definitely give it a shot. We had something like this planned early on, but were too scared to try it out. And yes, we have been improving a lot on the site, please do come frequently:)
[+] [-] cos2pi|11 years ago|reply
However, I can't seem to find a way to display the recipes that I "crave" - seems like this would be a good way to save tasty meals for later cooking.
[+] [-] Cherian|11 years ago|reply
[+] [-] anilgulecha|11 years ago|reply
Can you let the recipe page be only about that dish? The "similar dishes" below it can all be collapsed if needed. Because many will just want to print scroll the actual content and not get lost in other things.
Requests that'd make be use it: * special indian section (or others) * Special indian + vegetarian. add the greed/red dot and you instantly have a large audience. * I guess you could just allow special tags, and that could make above possible. * printable/downloadable book. Not strictly necessary, I could just run phantomjs and print out a list of pages, but if this was pre-done that'd be nice.
[+] [-] Cherian|11 years ago|reply
[+] [-] pbhjpbhj|11 years ago|reply
It's not in the Dummies book, not on Betty Crockers list, not on Wikipedia, not on a list I found on epinions, ...?
This brings to mind, does the recipe auto-convert to metric (eg from cups or imperial). How does it handle that?
[+] [-] bazzargh|11 years ago|reply
[+] [-] Cherian|11 years ago|reply
[+] [-] simi_|11 years ago|reply
[+] [-] sondr3|11 years ago|reply
edit: Also, I forgot to mention but it's a bit annoying that there's an upper limit to password length.
[+] [-] aqeel|11 years ago|reply
[+] [-] Haddit|11 years ago|reply
[+] [-] infruset|11 years ago|reply
[+] [-] Cherian|11 years ago|reply
[+] [-] prawn|11 years ago|reply
[+] [-] jv22222|11 years ago|reply
[+] [-] seektemp001|11 years ago|reply
[+] [-] anandgrafiti|11 years ago|reply
Meanwhile here is the link you were looking for http://cucumbertown.com/humans
[+] [-] nobodysfool|11 years ago|reply
Hint: http://www.d.umn.edu/~alphanu/cookery/glossary_cooking.html
[+] [-] pbhjpbhj|11 years ago|reply
Wonder if you can build in synonyms without making it cluttered: julienne is for _home_ purposes used as equivalent to allumette, or matchsticks, or long thin strips, or batons. In a professional kitchen I think batons|batonnet are fatter, julienne are skinny and long, allumet|matchsticks are as the name suggests but a usually a little thinner.
Standardising recipe descriptions is probably pretty hard.
[+] [-] Cherian|11 years ago|reply
[+] [-] Fastidious|11 years ago|reply
[+] [-] Cherian|11 years ago|reply
e.g. http://raymondsfood.cucumbertown.com/
[+] [-] Human_USB|11 years ago|reply
[+] [-] Cherian|11 years ago|reply
Alternatively all the content is in hrecipe format. It shouldn’t be much work to take a dump.
[+] [-] stinky613|11 years ago|reply
[+] [-] aqeel|11 years ago|reply
[+] [-] anilgulecha|11 years ago|reply
[deleted]
[+] [-] unknown|11 years ago|reply
[deleted]