Change Temperature from F to C

Is is possible to have the cookbook app translate temperatures from F to C?

We can think of doing this in a separate widget. Think of a popover where a user can type/paste/… a temperature (and its unit) and get all other units calculated.

The actual conversion of the text is not easily doable as we are only storing the text put the oven on temperature 200°C. There is noindicator that the 200°C is an actual temperature, except for the unit. If it was written out as 200 degree one would not even know (formally) if F or C.

I see the chance to use the AI feature of NC in general but this will cause problems with performance. Having to run 100, 1000, or more AI requests to migrate existing recipes is expensive.

Do you have anything in mind what you would suggest?

1 Like

It probably is not easy. It does a great job in calculating measures, How about adding extra fields for warmup temperature, cooking temperature in addition to times?