aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2023-07-18 19:11:38 +0000
committerGithub Actions <>2023-07-18 19:11:38 +0000
commit7ad72c86573867acd24549c725ccab45343ffb20 (patch)
tree3d0110e2636cd892681acec8c0de55294c2aaab0
parent7f01c1630fef047a1180ed638e7f0c872cf89878 (diff)
downloadlite-xl-plugins-7ad72c86573867acd24549c725ccab45343ffb20.tar.gz
lite-xl-plugins-7ad72c86573867acd24549c725ccab45343ffb20.zip
[CI] Updated README.md.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9a9b38f..b31e9f5 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`debugger`](https://github.com/adamharrison/lite-xl-ide.git)\* | Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))* |
| [`discord-presence`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence |
| [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) |
+| [`Easing Previewer`](https://github.com/ThaCuber/lite-xl-easingpreview)\* | Adds a popup that displays the curve of Penner-styled easing functions. |
| [`editorconfig`](plugins/editorconfig) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL |
| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. |
| [`encodings`](https://github.com/jgmdev/lite-xl-encoding)\* | Properly read files that are not encoded in UTF-8 or ASCII by auto-detecting their encoding and allows saving on different text encodings. |