diff --git a/README.md b/README.md
index 8a166a42..1a91ed7a 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
- 🧩 34+ plugins
+ 🧩 35+ plugins
|
@@ -371,6 +371,17 @@ And you can customize these heavily with plugins, templates and hundreds of opti
+
+ | 📸 Website screenshot |
+ |
+
+
+
+
+
+ |
+ ![]() |
+
|
More to come soon!
@@ -779,6 +790,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
| 🗼 |
⏰ |
💹 |
+ 📸 |
| 📗 Classic template |
@@ -817,6 +829,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
✔️ |
✔️ |
+ ✔️ |
| 📘 Repository template |
@@ -855,6 +868,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
❌ |
✔️ |
+ ✔️ |
| 📙 Terminal template |
@@ -893,6 +907,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
❌ |
+ ✔️ |
| 📒 Markdown template |
@@ -931,6 +946,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
✓ |
✓ |
+ ✓ |
|
@@ -972,6 +988,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
🗼 |
⏰ |
💹 |
+ 📸 |
| 👤 User |
@@ -1010,6 +1027,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
✔️ |
✔️ |
+ ✔️ |
| 👥 Organization |
@@ -1048,6 +1066,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
❌ |
✔️ |
+ ✔️ |
| 📓 Repository |
@@ -1086,6 +1105,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
❌ |
✔️ |
+ ✔️ |
@@ -1144,17 +1164,16 @@ The following plugins are maintained by Metric's core team:
* [✒️ Recent posts](/source/plugins/posts/README.md)
* [🗼 Rss feed](/source/plugins/rss/README.md)
* [🗨️ Stackoverflow plugin](/source/plugins/stackoverflow/README.md)
- * [💹 Stock prices](/source/plugins/stock/README.md)
* [🐤 Latest tweets](/source/plugins/tweets/README.md)
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
+* **Other**
+ * [📸 Website screenshot](/source/plugins/screenshot/README.md)
+ * [💹 Stock prices](/source/plugins/stock/README.md)
### 🎲 Community plugins
The following plugins are provided and maintained by Metrics's user community:
- * [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars)
- * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)
- * [📸 Website screenshot](/source/plugins/screenshot/README.md) [@lowlighter](https://github.com/lowlighter)
-
+ * [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars) * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)
### 🏦 Organizations metrics
While metrics targets mainly user accounts, it's possible to render metrics for organization accounts.
diff --git a/action.yml b/action.yml
index 4470e760..94056ef1 100644
--- a/action.yml
+++ b/action.yml
@@ -1275,6 +1275,34 @@ inputs:
description: Time intervals between records
default: 5m
+ # ====================================================================================
+ # 📸 Website screenshot
+
+ # Enable or disable plugin
+ plugin_screenshot:
+ description: Display a screenshot of any website
+ default: no
+
+ # Screenshot title caption
+ plugin_screenshot_title:
+ description: Screenshot title caption
+ default: Screenshot
+
+ # Website to take screenshot
+ plugin_screenshot_url:
+ description: Website to take screenshot
+ default: ""
+
+ # Selector to take in screenshot
+ plugin_screenshot_selector:
+ description: Selector to take in screenshot
+ default: body
+
+ # Display or remove default page background
+ plugin_screenshot_background:
+ description: Display or remove default page background
+ default: yes
+
# ====================================================================================
# 💉 Nightscout
@@ -1331,34 +1359,6 @@ inputs:
description: PoopMap time range
default: 7
- # ====================================================================================
- # 📸 Website screenshot
-
- # Enable or disable plugin
- plugin_screenshot:
- description: Display a screenshot of any website
- default: no
-
- # Screenshot title caption
- plugin_screenshot_title:
- description: Screenshot title caption
- default: Screenshot
-
- # Website to take screenshot
- plugin_screenshot_url:
- description: Website to take screenshot
- default: ""
-
- # Selector to take in screenshot
- plugin_screenshot_selector:
- description: Selector to take in screenshot
- default: body
-
- # Display or remove default page background
- plugin_screenshot_background:
- description: Display or remove default page background
- default: yes
-
# ====================================================================================
# Action metadata
diff --git a/settings.example.json b/settings.example.json
index 0dcd5f43..abe35e49 100644
--- a/settings.example.json
+++ b/settings.example.json
@@ -139,6 +139,9 @@
"token": null, "//":"Yahoo Finance token",
"enabled": false, "//": "Display stock prices of a given company"
},
+ "screenshot":{
+ "enabled": false, "//": "Display a screenshot of any website"
+ },
"nightscout":{
"enabled": false, "//": "Displays Blood Glucose"
},
@@ -146,9 +149,6 @@
"token": null, "//":"PoopMap API token",
"enabled": false, "//": "Display PoopMap stats"
},
- "screenshot":{
- "enabled": false, "//": "Display a screenshot of any website"
- },
"//": ""
}
}
\ No newline at end of file
diff --git a/source/plugins/README.md b/source/plugins/README.md
index 60f91911..0f73ac35 100644
--- a/source/plugins/README.md
+++ b/source/plugins/README.md
@@ -41,13 +41,13 @@ The following plugins are maintained by Metric's core team:
* [✒️ Recent posts](/source/plugins/posts/README.md)
* [🗼 Rss feed](/source/plugins/rss/README.md)
* [🗨️ Stackoverflow plugin](/source/plugins/stackoverflow/README.md)
- * [💹 Stock prices](/source/plugins/stock/README.md)
* [🐤 Latest tweets](/source/plugins/tweets/README.md)
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
+* **Other**
+ * [📸 Website screenshot](/source/plugins/screenshot/README.md)
+ * [💹 Stock prices](/source/plugins/stock/README.md)
### 🎲 Community plugins
The following plugins are provided and maintained by Metrics's user community:
- * [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars)
- * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)
- * [📸 Website screenshot](/source/plugins/screenshot/README.md) [@lowlighter](https://github.com/lowlighter)
+ * [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars) * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)
\ No newline at end of file