Skip to content

v1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 07:27
9596007

Notepad++ Plugins Admin metadata

Add / update this in nppPluginList (src/pl.x64.json):

{
  "folder-name": "LLMAssistant",
  "display-name": "LLM Assistant",
  "version": "1.0",
  "id": "D13E692BB8DA61EE4168DF1065D7ABB30DC58977C71A665710F1FEE25AC6FE32",
  "repository": "https://github.com/Gvo87/NotepadPlusPlus-LLM-Plugin/releases/download/v1.0/LLMAssistant_v1.0_x64.zip",
  "description": "AI-powered text processing (enhance, translate, summarize, grammar, code) via the OpenAI API, directly inside Notepad++.",
  "author": "Gvo87",
  "homepage": "https://github.com/Gvo87/NotepadPlusPlus-LLM-Plugin"
}

id is the SHA-256 of the attached zip: D13E692BB8DA61EE4168DF1065D7ABB30DC58977C71A665710F1FEE25AC6FE32

What's Changed

  • Add Notepad++ Plugins Admin listing support by @Gvo87 in #1

New Contributors

  • @Gvo87 made their first contribution in #1

Full Changelog: https://github.com/Gvo87/NotepadPlusPlus-LLM-Plugin/commits/v1.0