You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the main use-cases for me is checking how much some amount of money is in "my" currency. It would be nice if there was an option of "default currency". Then if you write 20 EUR and nothing else, it could assume you meant 20 EUR to ${default_currency}. It could also substitute 100 to EUR by 100 ${default_currency} to EUR.
The text was updated successfully, but these errors were encountered:
One of the main use-cases for me is checking how much some amount of money is in "my" currency. It would be nice if there was an option of "default currency". Then if you write
20 EUR
and nothing else, it could assume you meant20 EUR to ${default_currency}
. It could also substitute100 to EUR
by100 ${default_currency} to EUR
.The text was updated successfully, but these errors were encountered: