{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "out-htmlview",
  "home_page_url": "https://evotec.xyz/fr/tags/out-htmlview",
  "feed_url": "https://evotec.xyz/fr/tags/out-htmlview/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/fr/blog/solving-typo-problems-with-fuzzy-search-in-pswritehtml",
      "url": "https://evotec.xyz/fr/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/fr/blog/comparing-two-or-more-objects-visually-in-powershell-cross-platform",
      "url": "https://evotec.xyz/fr/blog/comparing-two-or-more-objects-visually-in-powershell-cross-platform",
      "title": "Comparing two or more objects visually in PowerShell (cross-platform)",
      "summary": "For the last few weeks I\u2019m working on a small project, that should be released within next few weeks (it is open source so don\u2019t worry \u2013 you\u2019ll get to play with it). This project requires me to compare two or more objects and tell if those are equal and if those aren\u2019t to what degree. Of course, PowerShell offers built-in functionality via Compare-Object command. It\u2019s mighty but it leaves comparing differences, different properties to you. While there are probably other solutions that help users compare objects, I haven\u2019t found anything that would meet my requirements. After I\u2019ve written Compare-MultipleObjects function, I thought it could be interesting to implement visual comparison \u2013 you know human-readable \u2013 and I had the perfect place to apply it.",
      "date_published": "2019-08-25T13:01:32.0000000Z",
      "tags": [
        "compare",
        "dashimo",
        "html",
        "out-htmlview",
        "powershell",
        "pswritehtml",
        "statusimo"
      ]
    }
  ]
}