From 69e3d0af52d53cebc75800fef27c7760bc518a39 Mon Sep 17 00:00:00 2001 From: Guldoman Date: Mon, 24 Jul 2023 23:57:07 +0200 Subject: Add do-not-edit notices to `README.md` --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39072a4..c1f185b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + + + + # Lite XL plugins Plugins for the [Lite XL text editor](https://github.com/lite-xl/lite-xl), @@ -17,16 +21,16 @@ To install a plugin: * MacOS `~/.config/lite-xl/plugins/` * Windows `C:\Users\(username)\.config\lite-xl\plugins\` -Or, if you have a lite-xl plugin manager, such as [`lpm`](https://github.com/adamharrison/lite-xl-plugin-manager), +Or, if you have a Lite XL plugin manager, such as [`lpm`](https://github.com/adamharrison/lite-xl-plugin-manager), you may install plugins by doing ``` lpm install plugin_name ``` -*Note: if you make a pull request, the manifest.json file should be updated to -include any new plugins added, as specified in the -[lite-xl plugin manifest specification](https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).* +*Note: if you make a pull request, do not edit this README.md file, as it's autogenerated; +the manifest.json file should be updated to include any new plugins added, as specified in the +[Lite XL plugin manifest specification](https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).* *Please note, that in this official repository, any plugins that specify a `remote` must also pin the remote to a specific commit hash. Any plugin that is hosted not in a repository, @@ -38,6 +42,10 @@ but only with a `url` must provide a `checksum` that matches the existing plugin *** + + + + | Plugin | Description | | :--------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [`align_carets`](plugins/align_carets.lua?raw=1) | Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))* | -- cgit v1.2.3