Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fahrenheit and celsius shorthand #23

Closed
miguelsolorio opened this issue Jun 23, 2022 · 3 comments
Closed

Support fahrenheit and celsius shorthand #23

miguelsolorio opened this issue Jun 23, 2022 · 3 comments

Comments

@miguelsolorio
Copy link

image

90 fahrenheit to celsius is supported but 90 f to c is not. Would love to make it easier to write out and not misspell 😄

@nortakales
Copy link
Owner

I don't recall why I didn't enable f and c. I thought they might have overlapped with some other unit, but I'm not seeing what that unit could have been now. I see F is used by farad and C for coulomb.

I did add support for oF and oC which you can toggle with a setting. Also note that degF and degC are supported.

I think adding support for lowercase c and f makes sense. I'll add it.

@nortakales
Copy link
Owner

This will be available in version 0.1.11

@nortakales
Copy link
Owner

0ad15fe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants