From 2927d6d30451283dfd7507b36d4f9a73a19d3354 Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Thu, 11 Jul 2024 22:25:04 +0200 Subject: [PATCH 1/3] Added lite-modal plugin --- manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/manifest.json b/manifest.json index fc2b4443..c17796f9 100644 --- a/manifest.json +++ b/manifest.json @@ -1865,6 +1865,27 @@ "path": "plugins/minimap.lua", "version": "0.2" }, + { + { + "id": "modal", + "description": "Fully customizable modal editing for Lite XL", + "mod_version": "3", + "name": "modal", + "remote": "https://codeberg.org/Mandarancio/lite-modal:5c4403b4d5c4eaece75dcd7ba445a9295aee765e", + "type": "plugin", + "version": "0.1", + "dependencies": { + "lsp": { + "optional": true + }, + "lintplus": { + "optional": true + }, + "tab_switcher": { + "optional": true + } + } + }, { "description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*", "id": "motiontrail", From b9e49f1f33d88cdfd4fdfa06f9cb9292ff73f38c Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Thu, 11 Jul 2024 22:47:07 +0200 Subject: [PATCH 2/3] increased version --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c17796f9..0eeaf6b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1871,9 +1871,9 @@ "description": "Fully customizable modal editing for Lite XL", "mod_version": "3", "name": "modal", - "remote": "https://codeberg.org/Mandarancio/lite-modal:5c4403b4d5c4eaece75dcd7ba445a9295aee765e", + "remote": "https://codeberg.org/Mandarancio/lite-modal:a770b1673b8cb2c5f80176c0a3529bdafe3e482a", "type": "plugin", - "version": "0.1", + "version": "0.2", "dependencies": { "lsp": { "optional": true From b7973931f2c4081509e2d8701adc749f9ebd6b04 Mon Sep 17 00:00:00 2001 From: Martino Ferrari Date: Fri, 12 Jul 2024 09:28:09 +0200 Subject: [PATCH 3/3] Update manifest.json fixed issues --- manifest.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 0eeaf6b5..c282a259 100644 --- a/manifest.json +++ b/manifest.json @@ -1866,25 +1866,13 @@ "version": "0.2" }, { - { "id": "modal", "description": "Fully customizable modal editing for Lite XL", "mod_version": "3", "name": "modal", "remote": "https://codeberg.org/Mandarancio/lite-modal:a770b1673b8cb2c5f80176c0a3529bdafe3e482a", "type": "plugin", - "version": "0.2", - "dependencies": { - "lsp": { - "optional": true - }, - "lintplus": { - "optional": true - }, - "tab_switcher": { - "optional": true - } - } + "version": "0.2" }, { "description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*",