Use case or problem
I store prices in the frontmatter, but it gets randomly displayed. Depending on how much decimals after the comma are.
I would like to have an option to select a number format (similar to notion) to display my numbers in a more convinient way.
This format should be carried over to other consumers like dataview.
This is how it looks like right now:

Proposed solution
The list of Property Types should offer also number formats like in Notion:

Will result into:

Current workaround (optional)
There is (unfortunately) no work-around for the decimals. For displaying the currency related to a property I use an unnecessary extra property to store the currency value.