burton999dev / CalcNoteHelp

Help for CalcNote
25 stars 1 forks source link

Inline unit conversions #17

Closed toddmedema closed 4 years ago

toddmedema commented 4 years ago

Would love to be able to type things like "5 mi to cm" and see the conversion. Faster than using the conversion keyboard, and provides more context to the rest of the formula!

burton999dev commented 4 years ago

CalcNote supports functions for unit conversion and currency conversion.

https://github.com/burton999dev/CalcNoteHelp/issues/16

For instance: mi_cm(5)

Using these functions allows unit conversion without a conversion keypad. All conversion functions can be assigned to the button by customizing keypad.

toddmedema commented 4 years ago

Oh wow, this is awesome! 5 stars :)