diff --git a/src/_data/blogTags.json b/src/_data/blogTags.json index 63f60cd718..be2b5b7d69 100644 --- a/src/_data/blogTags.json +++ b/src/_data/blogTags.json @@ -10,9 +10,6 @@ }, { "label": "How-To", "value": "how-to" -}, { - "label": "Quick Tips", - "value": "tips" }, { "label": "Community", "value": "community" @@ -22,4 +19,7 @@ }, { "label": "News", "value": "news" +}, { + "label": "Dashboard", + "value": "dashboard" }] \ No newline at end of file diff --git a/src/blog/2023/02/3-quick-node-red-tips-1.md b/src/blog/2023/02/3-quick-node-red-tips-1.md index 651ee2bf1d..32605f441e 100644 --- a/src/blog/2023/02/3-quick-node-red-tips-1.md +++ b/src/blog/2023/02/3-quick-node-red-tips-1.md @@ -8,7 +8,7 @@ image: /images/blog/nr-quicktips.jpg tags: - posts - node-red - - tips + - how-to --- There is usually more than one way to complete a given task in software and Node-RED is no exception. In this blog post we are going to share three useful tips to save yourself time when working on your flows. diff --git a/src/blog/2023/03/3-quick-node-red-tips-3.md b/src/blog/2023/03/3-quick-node-red-tips-3.md index 6c83808694..059de4d068 100644 --- a/src/blog/2023/03/3-quick-node-red-tips-3.md +++ b/src/blog/2023/03/3-quick-node-red-tips-3.md @@ -8,7 +8,7 @@ image: /images/blog/nr-quicktips.jpg tags: - posts - node-red - - tips + - how-to --- There is usually more than one way to complete a given task in software, and Node-RED is no exception. In each of this series of blog posts, we are going to share three useful tips to save yourself time when working on your flows. diff --git a/src/blog/2023/03/3-quick-node-red-tips-5.md b/src/blog/2023/03/3-quick-node-red-tips-5.md index 070d863a4e..756c2ae9ac 100644 --- a/src/blog/2023/03/3-quick-node-red-tips-5.md +++ b/src/blog/2023/03/3-quick-node-red-tips-5.md @@ -8,7 +8,7 @@ image: /images/blog/nr-quicktips.jpg tags: - posts - node-red - - tips + - how-to --- There is usually more than one way to complete a given task in software, and Node-RED is no exception. In each of this series of blog posts, we are going to share three useful tips to save yourself time when working on your flows. diff --git a/src/blog/2023/03/comparing-node-red-dashboards.md b/src/blog/2023/03/comparing-node-red-dashboards.md index 9bd6cbf8b9..6b4aeaf294 100644 --- a/src/blog/2023/03/comparing-node-red-dashboards.md +++ b/src/blog/2023/03/comparing-node-red-dashboards.md @@ -9,6 +9,7 @@ tags: - posts - node-red - community + - dashboard --- Dashboards are a great feature of Node-RED, allowing you to easily expose data visualisations and interactive elements of your flows to users via a web browser. I often see discussions in the community about which dashboard option is best for any given scenario, I wanted to compare the most popular options as they stand in early 2023. diff --git a/src/blog/2023/04/3-quick-node-red-tips-6.md b/src/blog/2023/04/3-quick-node-red-tips-6.md index effa27820a..0ca63c4bf1 100644 --- a/src/blog/2023/04/3-quick-node-red-tips-6.md +++ b/src/blog/2023/04/3-quick-node-red-tips-6.md @@ -8,10 +8,11 @@ image: /images/blog/nr-quicktips.jpg tags: - posts - node-red - - tips + - how-to --- There is usually more than one way to complete a given task in software, and Node-RED is no exception. In each of this series of blog posts, we are going to share three useful tips to save yourself time when working on your flows. + ### 1. Subflows diff --git a/src/blog/2023/05/persisting-chart-data-in-node-red.md b/src/blog/2023/05/persisting-chart-data-in-node-red.md index 7dffc5dd33..d2784904cb 100644 --- a/src/blog/2023/05/persisting-chart-data-in-node-red.md +++ b/src/blog/2023/05/persisting-chart-data-in-node-red.md @@ -9,6 +9,7 @@ tags: - posts - node-red - how-to + - dashboard --- Node-RED makes it easy to create HMI (Human Machine Interfaces) using the [Dashboard set of custom nodes](https://flows.nodered.org/node/node-red-dashboard). diff --git a/src/blog/2023/06/3-quick-node-red-tips-7.md b/src/blog/2023/06/3-quick-node-red-tips-7.md index 0df1903d41..535765dcfc 100644 --- a/src/blog/2023/06/3-quick-node-red-tips-7.md +++ b/src/blog/2023/06/3-quick-node-red-tips-7.md @@ -6,9 +6,10 @@ date: 2023-06-01 12:00:00 authors: ["rob-marcer"] image: /images/blog/nr-quicktips.jpg tags: - - posts - - tips + - posts + - how-to - node-red + - dashboard --- There is usually more than one way to complete a given task in software, and Node-RED is no exception. In each of this series of blog posts, we are going to share three useful tips to save yourself time when working on your flows. diff --git a/src/blog/2023/06/dashboard-announcement.md b/src/blog/2023/06/dashboard-announcement.md index a1af4bad65..998ef9a637 100644 --- a/src/blog/2023/06/dashboard-announcement.md +++ b/src/blog/2023/06/dashboard-announcement.md @@ -7,6 +7,7 @@ authors: ["joe-pavitt", "marian-demme"] image: /blog/2023/06/images/node-red-dashboard.png tags: - posts + - dashboard --- For the past several years, the Node-RED Dashboard has been an indispensable tool for many Node-RED users. It has offered a seamless way to create live dashboards, enabling the quick and intuitive creation of user interfaces for Node-RED flows. However, as the saying goes, "all good things must come to an end." diff --git a/src/blog/2023/07/dashboard-0-1-release.md b/src/blog/2023/07/dashboard-0-1-release.md index 09329df313..f52401abe7 100644 --- a/src/blog/2023/07/dashboard-0-1-release.md +++ b/src/blog/2023/07/dashboard-0-1-release.md @@ -8,6 +8,7 @@ image: /blog/2023/07/images/nr-dashboard-tile.png tags: - posts - releases + - dashboard --- Just weeks ago, we at FlowFuse [announced our plan](../../06/dashboard-announcement) to develop a successor to the Node-RED Dashboard. Today, we're excited to reveal the pre-alpha release of this highly anticipated project, bringing us one step closer to a new era of data visualization in Node-RED. diff --git a/src/blog/2023/07/images-in-node-red-dashboards.md b/src/blog/2023/07/images-in-node-red-dashboards.md index 3666a17dac..9daa6952fb 100644 --- a/src/blog/2023/07/images-in-node-red-dashboards.md +++ b/src/blog/2023/07/images-in-node-red-dashboards.md @@ -9,6 +9,7 @@ tags: - posts - flowfuse - node-red + - dashboard --- Using images in your Node-RED dashboards can significantly improve your users' experience. The most common method to add images to dashboards, is to store them within the filesystem of an Node-RED instance but sometimes that's not an option. How can you easily use images when working in a containerised environment such as Docker, Kubernetes, or FlowFuse? diff --git a/src/blog/2023/08/dashboard-community-update.md b/src/blog/2023/08/dashboard-community-update.md index 6ee28d7ee8..a9c6f10d9a 100644 --- a/src/blog/2023/08/dashboard-community-update.md +++ b/src/blog/2023/08/dashboard-community-update.md @@ -9,6 +9,7 @@ tags: - posts - releases - community + - dashboard --- Welcome to the latest Node-RED Dashboard 2.0 update. We've added lots of new widgets, cleaned up compatibility issues alongside Dashboard 1.0 and made strides to improve the events system linking the Node-RED editor with the Dashboard. diff --git a/src/blog/2023/09/dashboard-chart-for-rest-api-data.md b/src/blog/2023/09/dashboard-chart-for-rest-api-data.md index 3032fe3f7e..36786655fd 100644 --- a/src/blog/2023/09/dashboard-chart-for-rest-api-data.md +++ b/src/blog/2023/09/dashboard-chart-for-rest-api-data.md @@ -9,6 +9,7 @@ tags: - posts - how-to - node-red + - dashboard --- There are many different ways to get data for a Node-RED dashboard. One common diff --git a/src/blog/2023/09/dashboard-notebook-layout.md b/src/blog/2023/09/dashboard-notebook-layout.md index 4e2bfb3cac..59c566812c 100644 --- a/src/blog/2023/09/dashboard-notebook-layout.md +++ b/src/blog/2023/09/dashboard-notebook-layout.md @@ -10,6 +10,7 @@ tags: - releases - community - changelog + - dashboard --- Whilst we're still busy backporting through the existing Dashboard 1.0 features, we did want to highlight some new features we've built in Dashboard 2.0 released this week. diff --git a/src/blog/2023/10/custom-vuetify-components-dashboard.md b/src/blog/2023/10/custom-vuetify-components-dashboard.md index d1c4427d2a..003eccb370 100644 --- a/src/blog/2023/10/custom-vuetify-components-dashboard.md +++ b/src/blog/2023/10/custom-vuetify-components-dashboard.md @@ -9,6 +9,7 @@ tags: - posts - how-to - node-red + - dashboard --- Vuetify is a library of UI components using Vue. This saves the developers of diff --git a/src/blog/2023/10/dashboard-integrations.md b/src/blog/2023/10/dashboard-integrations.md index 44e044e8ed..e68c67d45a 100644 --- a/src/blog/2023/10/dashboard-integrations.md +++ b/src/blog/2023/10/dashboard-integrations.md @@ -10,6 +10,7 @@ tags: - releases - community - changelog + - dashboard --- With a new release, comes new features for Dashboard 2.0, and the focus of this release has been on improving the developer experience for those building third-party widgets for Dashboard 2.0. diff --git a/src/blog/dashboard.njk b/src/blog/dashboard.njk new file mode 100644 index 0000000000..31013507f5 --- /dev/null +++ b/src/blog/dashboard.njk @@ -0,0 +1,13 @@ +--- +layout: nohero +sitemapPriority: 0.8 +pagination: + data: collections.dashboard + size: 19 # creates a nice matrix (1 header, 18 left: 3 on 6 rows) + alias: posts + reverse: true +meta: + title: Dashboard - Blog +--- + +{% include "blog/template.njk" %} \ No newline at end of file