{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "js",
  "home_page_url": "https://evotec.xyz/de/tags/js",
  "feed_url": "https://evotec.xyz/de/tags/js/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/de/blog/enhanced-dashboards-with-pswritehtml-introducing-infocards-and-density-options",
      "url": "https://evotec.xyz/de/blog/enhanced-dashboards-with-pswritehtml-introducing-infocards-and-density-options",
      "title": "Enhanced Dashboards with PSWriteHTML \u2013 Introducing InfoCards and Density Options",
      "summary": "Discover new features in the PSWriteHTML PowerShell module \u2013 including New-HTMLInfoCard, improved layout controls with the -Density parameter, and customizable shadows for clean, modern dashboards and reports.",
      "date_published": "2025-06-04T13:54:28.0000000Z",
      "tags": [
        "css",
        "html",
        "js",
        "PowerShell",
        "pswritehtml",
        "reporting"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/solving-typo-problems-with-fuzzy-search-in-pswritehtml",
      "url": "https://evotec.xyz/de/blog/solving-typo-problems-with-fuzzy-search-in-pswritehtml",
      "title": "Solving typo problems with Fuzzy Search in PSWriteHTML",
      "summary": "One of the everyday use cases with PSWriteHTML is to create a simple view of PowerShell data in a table. While PowerShell comes with a built-in cmdlet ConvertTo-Html, it\u2019s basic in its functionality. It makes an HTML representation of PowerShell data, but it brings no CSS, JavaScript, or other functionality. While for some use cases, it\u2019s enough, the other times, you need to make an effort to make it usable.",
      "date_published": "2021-11-29T18:53:28.0000000Z",
      "tags": [
        "css",
        "fuzzysearch",
        "html",
        "javascript",
        "js",
        "out-htmlview",
        "powershell",
        "pswritehtml",
        "reporting"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/easy-way-to-create-diagrams-using-powershell-and-pswritehtml",
      "url": "https://evotec.xyz/de/blog/easy-way-to-create-diagrams-using-powershell-and-pswritehtml",
      "title": "Easy way to create diagrams using PowerShell and PSWriteHTML",
      "summary": "A few months ago, when I was working on PSWriteWord and PSWriteHTML, I thought to myself that in 2020 if I\u2019ll get time, I\u2019ll try to create PSWriteVisio. While I wasn\u2019t sure I would be able to make it past some concept, it was in my plans for 2020. It\u2019s still 2019 though, and while working on Testimo for Active Directory Healthchecks, I thought it would be nice to have a visual representation of network, forest schema or replication. I couldn\u2019t get this idea out of my head. I thought on using PSGraph from Kevin Marquette to generate image and import that to PSWriteHTML but it was a bit tricky and PSGraph requires external software to work \u2013 and has some additional steps for Windows, Mac or Linux.",
      "date_published": "2019-09-29T15:48:32.0000000Z",
      "tags": [
        "architecture",
        "css",
        "dashimo",
        "diagram",
        "html",
        "js",
        "network",
        "powershell",
        "pswritehtml",
        "reports"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/working-with-html-in-powershell-just-got-better",
      "url": "https://evotec.xyz/de/blog/working-with-html-in-powershell-just-got-better",
      "title": "Working with HTML in PowerShell just got better",
      "summary": "Last few weeks, I\u2019ve been working on making creating HTML based Dashboards, Reports, and Emails better. PSWriteHTML already allows fancy looking reports or emails without much effort, but this release makes it even more helpful. I will be mixing three PowerShell modules in this blost post \u2013 PSWriteHTML (responsible for creating HTML/CSS/JS code), Emailimo (simplifies creating emails based on PSWriteHTML) and Dashimo (simple dashboard building). If you\u2019ve never heard of those modules before I encourage you to start from earlier blogs about them to understand the concepts before you dive into this one. Hopefully, those will give you some ideas that will match what you will learn today.",
      "date_published": "2019-08-04T18:04:55.0000000Z",
      "tags": [
        "css",
        "dashimo",
        "emailimo",
        "html",
        "js",
        "powershell",
        "pswritehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/dashimo-pswritehtml-charting-icons-and-few-other-changes",
      "url": "https://evotec.xyz/de/blog/dashimo-pswritehtml-charting-icons-and-few-other-changes",
      "title": "Dashimo (PSWriteHTML) \u2013 Charting, Icons and few other changes",
      "summary": "A few months ago when I first released Dashimo, I\u2019ve promised that Charts will come. Unfortunately, time passed by, and there were no Charts in sight. It\u2019s not that I didn\u2019t want to deliver, I just wasn\u2019t sure on the way I want to allow charts building. Today after playing with the idea for a while I\u2019ve decided to release essential support for diagrams, with a couple of other fixes. Some of that stuff is already there for longer while I just never announced it. There are probably a lot of other hidden gems you may find if you explore PSWriteHTML or Dashimo.",
      "date_published": "2019-06-17T10:46:20.0000000Z",
      "tags": [
        "css",
        "dashimo",
        "html",
        "javascript",
        "js",
        "powershell",
        "pswritehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/meet-emailimo-new-way-to-send-pretty-emails-with-powershell",
      "url": "https://evotec.xyz/de/blog/meet-emailimo-new-way-to-send-pretty-emails-with-powershell",
      "title": "Meet Emailimo \u2013 New way to send pretty emails with PowerShell",
      "summary": "When reading this blog post, you may be thinking that there\u2019s nothing new one can add to emailing with PowerShell as there were tons of articles in recent years covering this subject pretty good. It\u2019s all known, and people have used it since the early days of PowerShell. You can even send an email with just one line using Send-MailMessage. Now, this post is not about that. This post is about sending HTML based emails. You see when you want to send an email that is just text based that\u2019s pretty trivial. Things get complicated when you want your emails to have some colors, some tables, some links or some lists. This is where you have to involve HTML and CSS. Since I\u2019ve been working with PowerShell for a while now, I\u2019ve seen my share of scripts/modules or blog posts that cover this but one thing that usually hit me \u2013 it was sometimes tough to understand what is happening, what the author is doing, and what happens if I change this or that. While I\u2019ve seen people dismissing programmers doing HTML / CSS or JavaScript for not being real programmers, I disagree entirely. You have to know what you\u2019re doing if you want your stuff to look good. I\u2019ve spent days or even weeks playing with HTML/CSS/JS, and I must admit half of what I do I don\u2019t even understand until I see the output. So before you go and tell people that HTML/CSS is easy, think again.",
      "date_published": "2019-04-12T08:13:43.0000000Z",
      "tags": [
        "css",
        "emailimo",
        "html",
        "javascript",
        "js",
        "Linux",
        "Mac OS X",
        "mailing",
        "outlook",
        "PowerShell",
        "pswritehtml",
        "send-email",
        "send-mail",
        "Windows"
      ]
    }
  ]
}