Hi @peterjones and All,
While playing around with the .md and .json files of the Plugins List, I came across two small irregularities but I don’t exactly know to which person I should report it !
In the plugin_list_x86 file, below :https://github.com/notepad-plus-plus/nppPluginList/blob/master/doc/plugin_list_x86.md
At the beginning of the description of the SQL plugin, there is an weird FF character in the string Allows to search\filter a CSV formatted text …, because the \f is wrongly detected as a Form Feed char !
In both files pl.x86.json and pl.x64.json, below :https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.x86.json
https://github.com/notepad-plus-plus/nppPluginList/blob/master/src/pl.x64.json
The link of the Preview HTML plugin seems to contain a wrong %## syntax. Indeed, the underscore character, after .zip, should be translated as %5F and not as %3F !?
https://fossil.2of4.net/npp_preview/zip/PreviewHTML32.zip%3Fname%3D%26uuid%3Dv1.3.2.0-32
BTW, I verified that all other %## syntaxes, which refer to a space char ( %20 ) or the + char ( %2B ) are correct !
BR
guy038