diff options
author | ThaCuber <70547062+ThaCuber@users.noreply.github.com> | 2023-07-18 15:11:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 21:11:25 +0200 |
commit | 7f01c1630fef047a1180ed638e7f0c872cf89878 (patch) | |
tree | 3aba8fe3ba937fa7dff2cb397d55965656a740f3 | |
parent | 303b162601172b48653af7ff01422489ed318e37 (diff) | |
download | lite-xl-plugins-7f01c1630fef047a1180ed638e7f0c872cf89878.tar.gz lite-xl-plugins-7f01c1630fef047a1180ed638e7f0c872cf89878.zip |
remember that easing previewer plugin? yeah, I finally uploaded it (#268)
* add the remote
* why does it need a commit hash
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* name field
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index c92c3db..5e5da03 100644 --- a/manifest.json +++ b/manifest.json @@ -149,6 +149,14 @@ "mod_version": "3" }, { + "description": "Adds a popup that displays the curve of Penner-styled easing functions.", + "version": "1.0", + "remote": "https://github.com/ThaCuber/lite-xl-easingpreview:ea349d12a9570264408dc1567af660b8d4568d3d", + "id": "easingpreview", + "name": "Easing Previewer", + "mod_version": "3" + }, + { "description": "[EditorConfig](https://editorconfig.org/) implementation for Lite XL", "version": "0.1", "path": "plugins/editorconfig", |