diff --git a/credits.md b/credits.md index bd3d5dd..9238d7e 100644 --- a/credits.md +++ b/credits.md @@ -491,6 +491,13 @@ + + + ethan-hann +
+ Ethan Hann +
+ FormatToday @@ -525,15 +532,15 @@
Ishan Jain
- + + Hellhium
Jemy SCHNEPP
- - + Singebob @@ -568,15 +575,15 @@
Luis Pabon
- + + asenov
Мирослав Асенов
- - + markusdd @@ -611,15 +618,15 @@
Andrey
- + + PrynsTag
Prince Carl Velasco
- - + rubjo @@ -654,15 +661,15 @@
Steffen Schmidt
- + + StevKast
Steven Kast
- - + XertDev @@ -697,15 +704,15 @@
Null
- + + icy-comet
Aniket Teredesai
- - + imlonghao @@ -740,15 +747,15 @@
Laker Turner
- + + pablomalo
Null
- - + poisonadder7 diff --git a/widgets.md b/widgets.md index ab4e3c5..286df91 100644 --- a/widgets.md +++ b/widgets.md @@ -2801,7 +2801,7 @@ Widgets cannot currently be edited through the UI. This feature is in developmen Widgets are built in a modular fashion, making it easy for anyone to create their own custom components. -For a full tutorial on creating your own widget, you can follow [this guide](/docs/development-guides.md#building-a-widget), or take a look at [here](https://github.com/Lissy93/dashy/commit/3da76ce2999f57f76a97454c0276301e39957b8e) for a code example. +For a full tutorial on creating your own widget, you can follow [this guide](/docs/development-guides.md/#building-a-widget), or take a look at [here](https://github.com/Lissy93/dashy/commit/3da76ce2999f57f76a97454c0276301e39957b8e) for a code example. Alternatively, for displaying simple data, you could also just use the either the [iframe](#iframe-widget), [embed](#html-embedded-widget), [data feed](#data-feed) or [API response](#api-response) widgets. @@ -2819,7 +2819,7 @@ Please only request widgets for services that: - Allow for use in their Terms of Service - Would be useful for other users -You can suggest a widget [here](https://git.io/Jygo3), please star the repo before submitting a ticket. If you are a monthly GitHub sponsor, I will happily build out a custom widget for any service that meets the above criteria, usually 2 within weeks of initial request. +You can suggest a widget [here](https://git.io/Jygo3), please star the repo before submitting a ticket. If you are a monthly GitHub sponsor, I will happily build out a custom widget for any service that meets the above criteria, usually within 2 weeks of initial request. For services that are not officially supported, it is likely still possible to display data using either the [iframe](#iframe-widget), [embed](#html-embedded-widget) or [API response](#api-response) widgets. For more advanced features, like charts and action buttons, you could also build your own widget, using [this tutorial](/docs/development-guides.md#building-a-widget), it's fairly straight forward, and you can use an [existing widget](https://github.com/Lissy93/dashy/tree/master/src/components/Widgets) (or [this example](https://git.io/JygKI)) as a template.