mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-19 17:02:12 +08:00
Updated Information Widgets (markdown)
@@ -138,7 +138,6 @@ This allows you to display the date and/or time, can be heavily configured using
|
|||||||
|
|
||||||
Formatting is locale aware and will present your date in the regional format you expect, for example, `9/16/22, 3:03 PM` for locale `en` and `16.09.22, 15:03` for `de`.
|
Formatting is locale aware and will present your date in the regional format you expect, for example, `9/16/22, 3:03 PM` for locale `en` and `16.09.22, 15:03` for `de`.
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- datetime:
|
- datetime:
|
||||||
text_size: xl
|
text_size: xl
|
||||||
@@ -149,7 +148,9 @@ Formatting is locale aware and will present your date in the regional format you
|
|||||||
|
|
||||||
Any options passed to `format` are passed directly to [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat), please reference the MDN documentation for all available options.
|
Any options passed to `format` are passed directly to [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat), please reference the MDN documentation for all available options.
|
||||||
|
|
||||||
A few examples are,
|
Valid text sizes are `4xl`, `3xl`, `2xl`, `xl`, `md`, `sm`, `xs`.
|
||||||
|
|
||||||
|
A few examples,
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# 13:37
|
# 13:37
|
||||||
|
|||||||
Reference in New Issue
Block a user