This plugin enables intuitive formatting of numbers, currencies, file size, and time for Bubble applications.
Simply choose a format from the dropdown menu, and the plugin will automatically convert your data into easy-to-read and professional formats like "1.2m", "100k β¬", "1.2 KB", or "17:44:06".
Ideal for making numerical data clear and accessible to all users.
π’ Numbers padding - Add leading zeros to numbers to ensure a fixed length (e.g., "00025" instead of "25").
π’ Number multiple layout formatting
Resources:
-
http://numeraljs.com/#format-
https://github.com/adamwdraper/Numeral-js/blob/master/locales.jsNumeral.js GitHub (Locales)
ββββββββββββββββββββββ
Abbreviate Large Numbers - Abbreviate large numbers to nearest thousand (K), million (M), etc.
Abbreviate with Space - Abbreviate large numbers with a space before the unit (e.g., "1.23 M").
Currency Abbreviation - Abbreviate large numbers with currency symbols (e.g., "1.23M $").
Compact Abbreviation - Abbreviate numbers closely followed by their unit without space (e.g., "1k").
Compact Abbreviation with Space - Abbreviate numbers with a space before the unit (e.g., "1 k").
Ordinal Numbers - Convert numbers to ordinal form (e.g., "1st" in English, "1er" in French).
Convert to Percent - Convert numbers to percentages (e.g., "0.43" to "43%" or "1" to "100%").
Convert to Percent with Space - Convert numbers to percentages with a space before the percent sign (e.g., "43 %").
Bytes to Kilobytes and Beyond - Convert byte values to kilobytes (KB), megabytes (MB), etc.
Bytes to Kibibytes and Beyond - Convert byte values to kibibytes (KiB), mebibytes (MiB), etc.
Bytes with One Decimal - Convert byte values with one decimal place (e.g., "1.2 KB").
Bytes with Two Decimals - Convert byte values with two decimal places (e.g., "1.23 GB").
[b]Seconds to HH:MM:SS - Convert seconds into hours, minutes, and seconds (e.g., "17:44:06").