From e7108ca8e582c80b49bd912092dc0fbbd8c246c0 Mon Sep 17 00:00:00 2001 From: Steef Date: Mon, 14 Sep 2026 11:00:35 +0200 Subject: [PATCH] Add Datamodder File Tools plugin 64-bit Notepad++ plugin for tidying, validating and converting YAML, JSON and CSV (with a Parquet preview via duckdb.exe). Sister plugin to the already-listed Datamodder SQL Formatter, same author/publisher. Co-Authored-By: Claude Sonnet 5 --- src/pl.x64.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pl.x64.json b/src/pl.x64.json index ddf74e753..cf422e1d7 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -552,6 +552,17 @@ "author": "UFO-Pu55y", "homepage": "https://github.com/ufo/filefinder" }, + { + "folder-name": "FileTools", + "display-name": "Datamodder File Tools", + "version": "1.3.1.3", + "npp-compatible-versions": "[8.3,]", + "id": "ffe99faa911a524128ce225dd77bd09277b5a073e34c94c5561929dbe9cfd3fb", + "repository": "https://github.com/dm-utils/filetools/releases/download/v1.3.1.3/FileTools.zip", + "description": "Tidy, validate and convert YAML, JSON and CSV directly in Notepad++.\r\nFeatures:\r\n- Reindent / tidy YAML (comments preserved)\r\n- Full conversion matrix: YAML, JSON, CSV and Parquet (via duckdb.exe) all reach each other\r\n- JSON: pretty-print, minify, sort keys, escape/unescape\r\n- CSV: align, compact, delimiter convert, sort, transpose, add/remove quotes\r\n- Settings dialog with saved profiles", + "author": "Datamodder", + "homepage": "https://datamodder.com/utils/file-tools" + }, { "folder-name": "FingerText2", "display-name": "FingerText2",