From 0b89998c23398677a4b37e472ee721233aef0870 Mon Sep 17 00:00:00 2001 From: Florian Zumpe Date: Wed, 20 May 2026 12:14:55 +0200 Subject: [PATCH] changed Module.json to include jodit --- module.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 43afd15..b011699 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "user-notes", "title": "User Notes", - "version": "1.0.2", + "version": "1.0.3", "authors": [ { "name": "Florian Zumpe" @@ -11,15 +11,19 @@ "minimum": "14", "verified": "14" }, + "scripts": [ + "vendor/jodit/jodit.min.js" + ], "esmodules": [ "scripts/user-notes.js" ], "styles": [ + "vendor/jodit/jodit.min.css", "styles/user-notes-window.css", "styles/user-notes-settings.css" ], "languages": [], "url": "https://github.com/fzumpe/foundry-usernotes", - "manifest": "https://raw.githubusercontent.com/fzumpe/foundry-usernotes/main/module.json", - "download": "https://codeload.github.com/fzumpe/foundry-usernotes/zip/refs/tags/V1.0.2" + "manifest": "https://raw.githubusercontent.com/fzumpe/foundry-usernotes/feature/export-wysiwyg/module.json", + "download": "https://codeload.github.com/fzumpe/foundry-usernotes/zip/refs/tags/V1.0.3" }